Searched refs:vp8_dequant_idct_add_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/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
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 65 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 65 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 65 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 69 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 74 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 73 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 82 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 97 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 97 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
|