Searched refs:vp9_fwht4x4 (Results 1 – 14 of 14) sorted by relevance
56 #define vp9_fwht4x4 vp9_fwht4x4_c macro
57 #define vp9_fwht4x4 vp9_fwht4x4_c macro
63 #define vp9_fwht4x4 vp9_fwht4x4_sse2 macro
5319 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;5323 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
4752 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()4756 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
1123 vp9_fwht4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()