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/ |
D | csystemdependent.c | 66 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/ |
D | vp8_rtcd.h | 241 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/ |
D | vp8_rtcd.h | 241 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/ |
D | quantize.c | 22 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/ |
D | vp8_rtcd.h | 259 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/ |
D | fastquantizeb_neon.asm | 155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 280 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 325 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 125 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 566 vp8_fast_quantize_b = vp8_fast_quantize_b_c; in setup_rtcd_internal()
|