Lines Matching refs:fdct
61 /*cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
62 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;*/
63 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_armv6;
64 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_armv6;
65 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_armv6;
111 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_neon;
112 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_neon;
113 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
114 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_neon;
115 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_neon;