Searched refs:vp9_fwht4x4 (Results 1 – 14 of 14) sorted by relevance
58 #define vp9_fwht4x4 vp9_fwht4x4_c macro
60 #define vp9_fwht4x4 vp9_fwht4x4_c macro
63 #define vp9_fwht4x4 vp9_fwht4x4_msa macro
67 #define vp9_fwht4x4 vp9_fwht4x4_sse2 macro
5252 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;5256 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
4487 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()4491 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
1122 vp9_fwht4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()