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