Home | History | Annotate | Download | only in x86

Lines Matching refs:qp_luma

110     WORD32 qp_luma, beta_indx, tc_indx;
128 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
129 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
546 WORD32 qp_luma, beta_indx, tc_indx;
568 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
569 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
576 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);