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

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 110 add_proto qw/void vp8_dc_only_idct_add/, "short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride";
111 specialize qw/vp8_dc_only_idct_add mmx neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 58 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 196 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst,
decodeframe.c 182 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst,
    [all...]

Completed in 139 milliseconds