vpx/vp8/encoder/x86
John Koleszar 8aae246089 RTCD: finalize removal of old RTCD system
This is the final commit in the series converting to the new RTCD
system. It removes the encoder csystemdependent files and the remaining
global function pointers that didn't conform to the old RTCD system.

Change-Id: I9649706f1bb89f0cbf431ab0e3e7552d37be4d8e
2012-01-30 12:10:48 -08:00
..
dct_mmx.asm FDCT optimizations. 2010-11-10 14:34:02 -08:00
dct_sse2.asm modify SAVE_XMM for potential 64bit use 2011-04-19 10:42:45 -04:00
encodeopt.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
fwalsh_sse2.asm modify SAVE_XMM for potential 64bit use 2011-04-19 10:42:45 -04:00
quantize_mmx.asm Added vp8_fast_quantize_b_sse2 2010-10-07 11:43:19 -04:00
quantize_sse2.asm Change use of eob in the encoder 2011-11-03 16:08:09 +02:00
quantize_sse4.asm Change use of eob in the encoder 2011-11-03 16:08:09 +02:00
quantize_ssse3.asm Improve SSSE3 fast quantizer function 2011-12-29 12:05:50 -05:00
sad_mmx.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
sad_sse2.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
sad_sse3.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
sad_sse4.asm Align SAD output array to be 16-byte aligned 2011-03-11 08:24:23 -05:00
sad_ssse3.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
ssim_opt.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
subtract_mmx.asm Added predictor stride argument(s) to subtract functions 2011-11-15 12:53:01 -05:00
subtract_sse2.asm Added predictor stride argument(s) to subtract functions 2011-11-15 12:53:01 -05:00
temporal_filter_apply_sse2.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
variance_impl_mmx.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
variance_impl_sse2.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
variance_impl_ssse3.asm Use local labels for jumps/loops in x86 assembly. 2011-08-23 09:05:29 -07:00
variance_mmx.c Move shared data to shared location 2011-11-18 16:23:14 -08:00
variance_sse2.c Move shared data to shared location 2011-11-18 16:23:14 -08:00
variance_ssse3.c Return sse value in vp8_variance SSE2 functions 2011-05-25 11:55:41 -04:00
vp8_enc_stubs_mmx.c RTCD: finalize removal of old RTCD system 2012-01-30 12:10:48 -08:00
vp8_enc_stubs_sse2.c RTCD: finalize removal of old RTCD system 2012-01-30 12:10:48 -08:00