Searched refs:vp8_fast_quantize_b (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d); variable
125 vp8_fast_quantize_b = vp8_fast_quantize_b_c;
/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.sh458 prototype void vp8_fast_quantize_b "struct block *, struct blockd *"
459 specialize vp8_fast_quantize_b sse2 ssse3 media neon
/external/libvpx/generic/
H A Dvp8_rtcd.h242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h260 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h282 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h328 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c1241 x->quantize_b = vp8_fast_quantize_b;
H A Donyx_if.c1067 cpi->mb.quantize_b = vp8_fast_quantize_b;

Completed in 349 milliseconds