Searched refs:short4x4 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
H A Ddct.h52 vp8_fdct_fn_t short4x4; member in struct:__anon3685
H A Donyx_if.c1247 cpi->mb.vp8_short_fdct4x4 = FDCT_INVOKE(&cpi->rtcd.fdct, short4x4);
/external/libvpx/vp8/encoder/arm/
H A Darm_csystemdependent.c58 /*cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
108 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_neon;
/external/libvpx/vp8/encoder/x86/
H A Dx86_csystemdependent.c253 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_mmx;
258 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
311 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_sse2;
/external/libvpx/vp8/encoder/generic/
H A Dcsystemdependent.c79 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;

Completed in 106 milliseconds