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

  /external/libvpx/vp8/common/
idct.h 70 vp8_second_order_fn_t iwalsh1; member in struct:__anon7425
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 47 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_v6;
82 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_neon;
  /external/libvpx/vp8/common/generic/
systemdependent.c 31 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 48 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_mmx;
  /external/libvpx/vp8/decoder/
decodframe.c 249 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);
threading.c 171 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);
    [all...]

Completed in 1508 milliseconds