Searched refs:vpx_fdct4x4 (Results 1 – 11 of 11) sorted by relevance
185 #define vpx_fdct4x4 vpx_fdct4x4_c macro
196 #define vpx_fdct4x4 vpx_fdct4x4_c macro
213 #define vpx_fdct4x4 vpx_fdct4x4_c macro
4336 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;4340 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
3883 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()3887 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
237 #define vpx_fdct4x4 vpx_fdct4x4_sse2 macro