Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Ddequantize.c17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC) in vp8_dequantize_b_c() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
29 #define vp8_dequantize_b vp8_dequantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
29 #define vp8_dequantize_b vp8_dequantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
29 #define vp8_dequantize_b vp8_dequantize_b_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h117 void vp8_dequantize_b_c(struct blockd*, short *dqc);
560 vp8_dequantize_b = vp8_dequantize_b_c; in setup_rtcd_internal()