Searched defs:tc_indx_u (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c605 WORD32 tc_indx_u, tc_u; local
621 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
622 tc_u = gai4_ihevc_tc_table[tc_indx_u];
725 WORD32 tc_indx_u, tc_u; local
742 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
743 tc_u = gai4_ihevc_tc_table[tc_indx_u];
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c1000 WORD32 tc_indx_u, tc_u; local
1014 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
1015 tc_u = gai4_ihevc_tc_table[tc_indx_u];
1151 WORD32 tc_indx_u, tc_u; local
1167 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
1168 tc_u = gai4_ihevc_tc_table[tc_indx_u];

Completed in 57 milliseconds