Searched refs:qp_chroma_v (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 604 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_vert() local 619 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert() 624 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert() 724 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_horz() local 740 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz() 745 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz()
|
/external/libhevc/common/x86/ |
D | ihevc_deblk_ssse3_intr.c | 999 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_vert_ssse3() local 1012 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert_ssse3() 1017 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert_ssse3() 1150 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_horz_ssse3() local 1165 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz_ssse3() 1170 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz_ssse3()
|