Searched refs:tc_u (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/common/ |
D | ihevc_hbd_deblk_edge_filter.c | 608 WORD32 tc_indx_u, tc_u; in ihevc_hbd_deblk_chroma_vert() local 625 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_chroma_vert() 630 if(0 == tc_u && 0 == tc_v) in ihevc_hbd_deblk_chroma_vert() 639 -tc_u, tc_u); in ihevc_hbd_deblk_chroma_vert() 722 WORD32 tc_indx_u, tc_u; in ihevc_deblk_422chroma_vert() local 739 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_422chroma_vert() 744 if(0 == tc_u && 0 == tc_v) in ihevc_deblk_422chroma_vert() 753 -tc_u, tc_u); in ihevc_deblk_422chroma_vert() 840 WORD32 tc_indx_u, tc_u; in ihevc_hbd_deblk_422chroma_vert() local 857 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_422chroma_vert() [all …]
|
D | ihevc_deblk_edge_filter.c | 605 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/ |
D | ihevc_deblk_ssse3_intr.c | 1000 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()
|