HomeSort by relevance Sort by last modified time
    Searched refs:tc_indx (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/
ihevc_deblk_edge_filter.c 108 WORD32 qp_luma, beta_indx, tc_indx; local
128 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
131 tc = gai4_ihevc_tc_table[tc_indx];
345 WORD32 qp_luma, beta_indx, tc_indx; local
365 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
368 tc = gai4_ihevc_tc_table[tc_indx];
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 110 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];
    [all...]
  /external/libhevc/common/arm/
ihevc_deblk_luma_horz.s 87 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@
ihevc_deblk_luma_vert.s 91 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@

Completed in 125 milliseconds