Searched refs:chroma_qp_idx (Results 1 – 1 of 1) sorted by relevance
672 WORD32 chroma_qp_idx; in ihevcd_iquant_itrans_recon_ctb() local900 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()902 chroma_qp_idx = CLIP3(chroma_qp_idx, 0, 57); in ihevcd_iquant_itrans_recon_ctb()903 qp_div = gai2_ihevcd_chroma_qp[chroma_qp_idx] / 6; in ihevcd_iquant_itrans_recon_ctb()904 qp_rem = gai2_ihevcd_chroma_qp[chroma_qp_idx] % 6; in ihevcd_iquant_itrans_recon_ctb()911 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()913 chroma_qp_idx = CLIP3(chroma_qp_idx, 0, 57); in ihevcd_iquant_itrans_recon_ctb()914 qp_div_v = gai2_ihevcd_chroma_qp[chroma_qp_idx] / 6; in ihevcd_iquant_itrans_recon_ctb()915 qp_rem_v = gai2_ihevcd_chroma_qp[chroma_qp_idx] % 6; in ihevcd_iquant_itrans_recon_ctb()