Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_hbd_deblk_edge_filter.c608 WORD32 tc_indx_u, tc_u; in ihevc_hbd_deblk_chroma_vert() local
624 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_hbd_deblk_chroma_vert()
625 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_chroma_vert()
722 WORD32 tc_indx_u, tc_u; in ihevc_deblk_422chroma_vert() local
738 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_422chroma_vert()
739 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_422chroma_vert()
840 WORD32 tc_indx_u, tc_u; in ihevc_hbd_deblk_422chroma_vert() local
856 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_hbd_deblk_422chroma_vert()
857 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_422chroma_vert()
958 WORD32 tc_indx_u, tc_u; in ihevc_deblk_422chroma_horz() local
[all …]
Dihevc_deblk_edge_filter.c605 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_vert() local
621 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert()
622 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert()
725 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_horz() local
742 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz()
743 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c1000 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_vert_ssse3() local
1014 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_vert_ssse3()
1015 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert_ssse3()
1151 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_horz_ssse3() local
1167 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_chroma_horz_ssse3()
1168 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz_ssse3()