Move fdct32x32 SSE2 implementation in separate file.
This is in preparation for the SSE2 version of the high-precision 32x32 forward DCT which will share a lot of code with the existing low precision version used for rate-distortion search. Change-Id: I7084b6bdfb480b1fabb8493fb14e3f7fcc7888c0
This commit is contained in:
		
				
					committed by
					
						
						Jingning Han
					
				
			
			
				
	
			
			
			
						parent
						
							a93b115cd6
						
					
				
				
					commit
					3d98205fce
				
			
							
								
								
									
										1237
									
								
								vp9/encoder/x86/vp9_dct32x32_sse2.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1237
									
								
								vp9/encoder/x86/vp9_dct32x32_sse2.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -100,5 +100,6 @@ VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm
 | 
			
		||||
VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm
 | 
			
		||||
 | 
			
		||||
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
 | 
			
		||||
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c
 | 
			
		||||
 | 
			
		||||
VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user