Home
last modified time | relevance | path

Searched refs:vp8_fast_quantize_b_c (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
125 vp8_fast_quantize_b = vp8_fast_quantize_b_c; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h241 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h241 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
242 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c() function
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c() function
313 vp8_fast_quantize_b_c(b1, d1); in vp8_fast_quantize_b_pair_c()
314 vp8_fast_quantize_b_c(b2, d2); in vp8_fast_quantize_b_pair_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h259 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
260 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h280 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h325 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h125 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
566 vp8_fast_quantize_b = vp8_fast_quantize_b_c; in setup_rtcd_internal()