Searched refs:vp8_dc_only_idct_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 24 vp8_dc_only_idct_add_c(q[0] * dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c() 46 vp8_dc_only_idct_add_c(q[0] * dq[0], dst_u, stride, dst_u, stride); in vp8_dequant_idct_add_uv_block_c() 62 vp8_dc_only_idct_add_c(q[0] * dq[0], dst_v, stride, dst_v, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | idctllm.c | 105 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c() function
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 57 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char… 58 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 64 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 64 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 78 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 78 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char…
|