Searched refs:tc_indx (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c112 WORD32 qp_luma, beta_indx, tc_indx; local
132 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
135 tc = gai4_ihevc_tc_table[tc_indx];
350 WORD32 qp_luma, beta_indx, tc_indx; local
370 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
373 tc = gai4_ihevc_tc_table[tc_indx] * (1 << (bit_depth - 8));
587 WORD32 qp_luma, beta_indx, tc_indx; local
607 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
610 tc = gai4_ihevc_tc_table[tc_indx];
849 WORD32 qp_luma, beta_indx, tc_indx; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c110 WORD32 qp_luma, beta_indx, tc_indx; local
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
139 tc = gai4_ihevc_tc_table[tc_indx];
546 WORD32 qp_luma, beta_indx, tc_indx; local
576 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
579 tc = gai4_ihevc_tc_table[tc_indx];
/external/libhevc/common/arm/
H A Dihevc_deblk_luma_horz.s87 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@
H A Dihevc_deblk_luma_vert.s91 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@

Completed in 59 milliseconds