Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h33 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride… variable
549 vp8_dequant_idct_add = vp8_dequant_idct_add_c; in setup_rtcd_internal()
550 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h34 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h36 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in mt_decode_macroblock()
Ddecodeframe.c206 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in decode_macroblock()