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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 37 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *dest, int stride";
38 specialize qw/vp8_dequant_idct_add mmx neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 67 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 78 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 78 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 92 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 92 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 194 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
decodeframe.c 180 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
    [all...]

Completed in 418 milliseconds