Searched refs:vp9_fwht4x4 (Results 1 – 8 of 8) sorted by relevance
56 #define vp9_fwht4x4 vp9_fwht4x4_c macro
57 #define vp9_fwht4x4 vp9_fwht4x4_c macro
64 #define vp9_fwht4x4 vp9_fwht4x4_sse2 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()
1114 vp9_fwht4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()