Searched refs:vpx_fdct4x4 (Results 1 – 7 of 7) sorted by relevance
199 #define vpx_fdct4x4 vpx_fdct4x4_c macro
6750 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;6754 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
5687 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()5691 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
240 #define vpx_fdct4x4 vpx_fdct4x4_neon macro
254 #define vpx_fdct4x4 vpx_fdct4x4_sse2 macro