HomeSort by relevance Sort by last modified time
    Searched refs:vp8_short_inv_walsh4x4_1 (Results 1 - 9 of 9) 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 102 add_proto qw/void vp8_short_inv_walsh4x4_1/, "short *input, short *mb_dqcoeff";
103 specialize qw/vp8_short_inv_walsh4x4_1 dspr2/;
  /external/libvpx/config/generic/
vp8_rtcd.h 136 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 163 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 163 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/x86/
vp8_rtcd.h 195 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 195 #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