Home
last modified time | relevance | path

Searched refs:chroma_qp_idx (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c670 WORD32 chroma_qp_idx; in ihevcd_iquant_itrans_recon_ctb() local
893 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
895 chroma_qp_idx = CLIP3(chroma_qp_idx, 0, 57); in ihevcd_iquant_itrans_recon_ctb()
896 qp_div = gai2_ihevcd_chroma_qp[chroma_qp_idx] / 6; in ihevcd_iquant_itrans_recon_ctb()
897 qp_rem = gai2_ihevcd_chroma_qp[chroma_qp_idx] % 6; in ihevcd_iquant_itrans_recon_ctb()
904 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
906 chroma_qp_idx = CLIP3(chroma_qp_idx, 0, 57); in ihevcd_iquant_itrans_recon_ctb()
907 qp_div_v = gai2_ihevcd_chroma_qp[chroma_qp_idx] / 6; in ihevcd_iquant_itrans_recon_ctb()
908 qp_rem_v = gai2_ihevcd_chroma_qp[chroma_qp_idx] % 6; in ihevcd_iquant_itrans_recon_ctb()