Searched refs:qp_indx_v (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/common/ |
D | ihevc_hbd_deblk_edge_filter.c | 607 WORD32 qp_indx_v, qp_chroma_v; in ihevc_hbd_deblk_chroma_vert() local 621 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_hbd_deblk_chroma_vert() 622 …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_hbd_deblk_chroma_vert() 721 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_422chroma_vert() local 735 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_422chroma_vert() 736 qp_chroma_v = MIN(qp_indx_v, 51); in ihevc_deblk_422chroma_vert() 839 WORD32 qp_indx_v, qp_chroma_v; in ihevc_hbd_deblk_422chroma_vert() local 853 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_hbd_deblk_422chroma_vert() 854 qp_chroma_v = MIN(qp_indx_v, 51); in ihevc_hbd_deblk_422chroma_vert() 957 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_422chroma_horz() local [all …]
|
D | ihevc_deblk_edge_filter.c | 604 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_vert() local 618 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert() 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() 724 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_horz() local 739 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz() 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()
|
/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 1011 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert_ssse3() 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() 1150 WORD32 qp_indx_v, qp_chroma_v; in ihevc_deblk_chroma_horz_ssse3() local 1164 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz_ssse3() 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()
|