Searched refs:vp9_fdct4x4 (Results 1 – 8 of 8) sorted by relevance
206 #define vp9_fdct4x4 vp9_fdct4x4_c macro
217 #define vp9_fdct4x4 vp9_fdct4x4_c macro
214 #define vp9_fdct4x4 vp9_fdct4x4_c macro
225 #define vp9_fdct4x4 vp9_fdct4x4_sse2 macro
2699 cpi->mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vp9_fdct4x4; in vp9_get_compressed_data()
3290 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vp9_fdct4x4; in encode_frame_internal()