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

  /external/libvpx/libvpx/vp8/common/
invtrans.h 42 vp8_short_inv_walsh4x4(&xd->block[24].dqcoeff[0], xd->qcoeff);
rtcd_defs.pl 92 add_proto qw/void vp8_short_inv_walsh4x4/, "short *input, short *output";
93 specialize qw/vp8_short_inv_walsh4x4 sse2 neon dspr2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 142 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 156 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 156 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 162 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 162 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 191 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 191 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 225 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff);
decodeframe.c 211 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff);
    [all...]

Completed in 84 milliseconds