Home | History | Annotate | Download | only in x86

Lines Matching refs:tc_indx

110     WORD32 qp_luma, beta_indx, tc_indx;
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
139 tc = gai4_ihevc_tc_table[tc_indx];
546 WORD32 qp_luma, beta_indx, tc_indx;
576 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
579 tc = gai4_ihevc_tc_table[tc_indx];