HomeSort by relevance Sort by last modified time
    Searched full:vp8_short_inv_walsh4x4_mips (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/mips/
idct_mips.h 18 extern prototype_second_order(vp8_short_inv_walsh4x4_mips);
26 #define vp8_idct_iwalsh16 vp8_short_inv_walsh4x4_mips
mips_systemdependent.c 41 rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_mips;
idct_mips.c 254 void vp8_short_inv_walsh4x4_mips(short *input, short *output) function

Completed in 260 milliseconds