Searched refs:tc_indx_u (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 605 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/ |
D | ihevc_deblk_ssse3_intr.c | 1000 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()
|