| Author | SHA1 | Message | Date | 
|---|---|---|---|
| 
							
							
								 | 
						239fdf1b4a | 
							
							
								
								x86: build: replace mmx2 by mmxext
							
							
							
							
							
							
								
							
							
							Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.  | 
						13 years ago | 
| 
							
							
								 | 
						4d777eedfd | 
							
							
								
								vp3: don't compile mmx IDCT functions on x86-64.
							
							
							
							
							
							
								
							
							
							64-bit CPUs always have SSE2, and a SSE2 version exists, thus the MMX version will never be used.  | 
						13 years ago | 
| 
							
							
								 | 
						28f9ab7029 | 
							
							
								
								vp3: move idct and loop filter pointers to new vp3dsp context
							
							
							
							
							
							
								
							
							
							This moves all VP3-specific function pointers from dsputil to a new vp3dsp context. There is no reason to ever use the VP3 IDCT where an MPEG2 IDCT is expected or vice versa. Signed-off-by: Mans Rullgard <mans@mansr.com>  | 
						13 years ago |