Searched refs:vp8_dc_only_idct_add_c (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Didct_blk.c17 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);
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
H A Didctllm.c113 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, function
/external/libvpx/config/generic/
H A Dvp8_rtcd.h62 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h62 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h62 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddc_only_idct_add_v6.asm14 ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h65 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
/external/libvpx/config/arm/
H A Dvp8_rtcd.h69 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h70 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h77 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
/external/libvpx/config/x86/
H A Dvp8_rtcd.h95 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h95 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);

Completed in 138 milliseconds