Home
last modified time | relevance | path

Searched refs:vp8_regular_quantize_b_c (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h238 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
239 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h238 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
239 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h256 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
257 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h277 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
278 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h322 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
323 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_c() function
218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_c() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h247 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
654 vp8_regular_quantize_b = vp8_regular_quantize_b_c; in setup_rtcd_internal()