Searched refs:vp8_dequant_idct_add_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idct_blk.c | 15 void vp8_dequant_idct_add_c(short *input, short *dq, 32 vp8_dequant_idct_add_c (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_c() 58 vp8_dequant_idct_add_c (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 77 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | dequantize.c | 29 void vp8_dequant_idct_add_c(short *input, short *dq, in vp8_dequant_idct_add_c() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 32 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 33 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 103 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 549 vp8_dequant_idct_add = vp8_dequant_idct_add_c; in setup_rtcd_internal()
|