Searched refs:qp_indx_u (Results 1 – 2 of 2) sorted by relevance
603 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_vert() local615 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert()616 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert()723 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_horz() local736 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz()737 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz()
998 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_vert_ssse3() local1008 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert_ssse3()1009 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert_ssse3()1149 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_horz_ssse3() local1161 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz_ssse3()1162 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz_ssse3()