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

  /external/libvpx/libvpx/vp8/common/
invtrans.h 44 vp8_short_inv_walsh4x4_1(&xd->block[24].dqcoeff[0], xd->qcoeff);
rtcd_defs.pl 88 add_proto qw/void vp8_short_inv_walsh4x4_1/, "short *input, short *output";
89 specialize qw/vp8_short_inv_walsh4x4_1 dspr2/;
  /external/libvpx/config/arm/
vp8_rtcd.h 132 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 132 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 132 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 146 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 132 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 159 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 159 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 165 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 165 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/x86/
vp8_rtcd.h 194 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 194 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 229 vp8_short_inv_walsh4x4_1(&b->dqcoeff[0], xd->qcoeff);
decodeframe.c 215 vp8_short_inv_walsh4x4_1(&b->dqcoeff[0], xd->qcoeff);
    [all...]

Completed in 58 milliseconds