Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_deblk_edge_filter.c603 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_vert() local
616qp_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()
621 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert()
723 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_horz() local
737qp_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()
742 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c998 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_vert_ssse3() local
1009qp_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()
1014 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert_ssse3()
1149 WORD32 qp_indx_u, qp_chroma_u; in ihevc_deblk_chroma_horz_ssse3() local
1162qp_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()
1167 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz_ssse3()