Searched refs:vp8_dc_only_idct_add_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred, 35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c() 61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | idctllm.c | 113 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 | 56 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 56 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 56 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | dc_only_idct_add_v6.asm | 14 ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 59 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 62 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 63 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 69 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 85 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 85 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|