Searched refs:vp8_dequant_idct_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 22 vp8_dequant_idct_add_c(q, dq, dst, stride); in vp8_dequant_idct_add_y_block_c() 44 vp8_dequant_idct_add_c(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_c() 60 vp8_dequant_idct_add_c(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | dequantize.c | 26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, in vp8_dequant_idct_add_c() function
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 66 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride); 67 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 76 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride);
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 76 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 90 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 90 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride);
|