Searched refs:tc_u (Results 1 – 2 of 2) sorted by relevance
605 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_vert() local622 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() local743 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()
1000 WORD32 tc_indx_u, tc_u; in ihevc_deblk_chroma_vert_ssse3() local1015 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() local1168 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()