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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 96 add_proto qw/void vp8_dc_only_idct_add/, "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride";
97 specialize qw/vp8_dc_only_idct_add mmx neon dspr2 msa/;
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
  /external/libvpx/config/arm/
vp8_rtcd.h 54 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 54 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 54 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 58 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 54 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 62 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 62 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 79 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 79 #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 59 milliseconds