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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 27 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride";
28 specialize qw/vp8_dequant_idct_add mmx neon dspr2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 68 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 91 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 91 #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 51 milliseconds