Home | History | Annotate | Download | only in decoder

Lines Matching refs:c_max

285                     WORD32 c_max        = TU_MAX_QP_DELTA_ABS;
294 c_max,
298 if(cu_qp_delta_abs >= c_max)
2065 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1;
2068 sao_offset[i] = ihevcd_cabac_decode_bypass_bins_tunary(ps_cabac, ps_bitstrm, c_max);