Home | History | Annotate | Download | only in encoder

Lines Matching refs:lossless

2944   if (xd->lossless) {
5313 const int lossless = is_lossless_requested(oxcf);
5317 lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4;
5319 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
5321 lossless ? vp9_highbd_iwht4x4_add : vp9_highbd_idct4x4_add;
5323 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
5325 cpi->td.mb.inv_txfm_add = lossless ? vp9_iwht4x4_add : vp9_idct4x4_add;