HomeSort by relevance Sort by last modified time
    Searched refs:vp8_dc_only_idct_add_c (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/common/
idct_blk.c 16 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
34 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
60 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
79 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
idctllm.c 112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, function
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 14 ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
  /external/libvpx/generic/
vpx_rtcd.h 68 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
69 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
  /external/libvpx/mips/
vpx_rtcd.h 68 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
69 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
  /external/libvpx/armv7a/
vpx_rtcd.h 82 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 78 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 96 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
    [all...]

Completed in 2199 milliseconds