Home
last modified time | relevance | path

Searched refs:vp8_dequantize_b (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h29 #define vp8_dequantize_b vp8_dequantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h29 #define vp8_dequantize_b vp8_dequantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h29 #define vp8_dequantize_b vp8_dequantize_b_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h119 RTCD_EXTERN void (*vp8_dequantize_b)(struct blockd*, short *dqc); variable
560 vp8_dequantize_b = vp8_dequantize_b_c; in setup_rtcd_internal()
561 if (flags & HAS_MMX) vp8_dequantize_b = vp8_dequantize_b_mmx; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h30 #define vp8_dequantize_b vp8_dequantize_b_v6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h31 #define vp8_dequantize_b vp8_dequantize_b_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c263 vp8_dequantize_b(b, xd->dequant_y2); in mt_decode_macroblock()
Ddecodeframe.c247 vp8_dequantize_b(b, xd->dequant_y2); in decode_macroblock()