Home
last modified time | relevance | path

Searched refs:tc_u (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/
Dihevc_deblk_edge_filter.c605 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_vert() local
622 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert()
627 if(0 == tc_u && 0 == tc_v) in ihevc_deblk_chroma_vert()
636 -tc_u, tc_u); in ihevc_deblk_chroma_vert()
725 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_horz() local
743 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz()
748 if(0 == tc_u && 0 == tc_v) in ihevc_deblk_chroma_horz()
755 tc = (col & 1) ? tc_v : tc_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
1015 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert_ssse3()
1020 if(0 == tc_u && 0 == tc_v) in ihevc_deblk_chroma_vert_ssse3()
1036 mask_tc = (((LWORD64)tc_v) << 16) | ((LWORD64)tc_u); in ihevc_deblk_chroma_vert_ssse3()
1151 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_horz_ssse3() local
1168 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz_ssse3()
1173 if(0 == tc_u && 0 == tc_v) in ihevc_deblk_chroma_horz_ssse3()
1189 mask_tc = (((LWORD64)tc_v) << 16) | ((LWORD64)tc_u); in ihevc_deblk_chroma_horz_ssse3()