Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_hbd_deblk_edge_filter.c609 WORD32 tc_indx_v, tc_v; in ihevc_hbd_deblk_chroma_vert() local
627 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_hbd_deblk_chroma_vert()
628 tc_v = gai4_ihevc_tc_table[tc_indx_v] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_chroma_vert()
723 WORD32 tc_indx_v, tc_v; in ihevc_deblk_422chroma_vert() local
741 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_422chroma_vert()
742 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_422chroma_vert()
841 WORD32 tc_indx_v, tc_v; in ihevc_hbd_deblk_422chroma_vert() local
859 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_hbd_deblk_422chroma_vert()
860 tc_v = gai4_ihevc_tc_table[tc_indx_v] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_422chroma_vert()
959 WORD32 tc_indx_v, tc_v; in ihevc_deblk_422chroma_horz() local
[all …]
Dihevc_deblk_edge_filter.c606 WORD32 tc_indx_v, tc_v; in ihevc_deblk_chroma_vert() local
624 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert()
625 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_vert()
726 WORD32 tc_indx_v, tc_v; in ihevc_deblk_chroma_horz() local
745 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz()
746 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_horz()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c1001 WORD32 tc_indx_v, tc_v; in ihevc_deblk_chroma_vert_ssse3() local
1017 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert_ssse3()
1018 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_vert_ssse3()
1152 WORD32 tc_indx_v, tc_v; in ihevc_deblk_chroma_horz_ssse3() local
1170 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz_ssse3()
1171 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_horz_ssse3()