Searched refs:vpx_highbd_fdct4x4 (Results 1 – 8 of 8) sorted by relevance
820 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
905 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
1044 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
1051 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
1169 vpx_highbd_fdct4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()
5971 x->fwd_txfm4x4 = xd->lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4; in encode_frame_internal()
7392 lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4;