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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Drtcd_defs.pl456 add_proto qw/void vp8_fast_quantize_b/, "struct block *, struct blockd *";
457 specialize qw/vp8_fast_quantize_b sse2 ssse3 media neon/;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h260 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h128 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable
566 vp8_fast_quantize_b = vp8_fast_quantize_b_c;
567 if (flags & HAS_SSE2) vp8_fast_quantize_b = vp8_fast_quantize_b_sse2;
568 if (flags & HAS_SSSE3) vp8_fast_quantize_b = vp8_fast_quantize_b_ssse3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h282 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h328 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeframe.c1242 x->quantize_b = vp8_fast_quantize_b;
H A Donyx_if.c1067 cpi->mb.quantize_b = vp8_fast_quantize_b;

Completed in 206 milliseconds