HomeSort by relevance Sort by last modified time
    Searched refs:qp_luma (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
120 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
121 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
128 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
345 WORD32 qp_luma, beta_indx, tc_indx; local
357 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
358 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
365 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 110 WORD32 qp_luma, beta_indx, tc_indx; local
128 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
129 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
546 WORD32 qp_luma, beta_indx, tc_indx; local
568 qp_luma = (quant_param_p + quant_param_q + 1) >> 1;
569 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51);
576 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53);
    [all...]
  /external/libhevc/common/arm/
ihevc_deblk_luma_horz.s 85 @ qp_luma = (quant_param_p + quant_param_q + 1) >> 1@
86 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
87 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@
ihevc_deblk_luma_vert.s 89 @ qp_luma = (quant_param_p + quant_param_q + 1) >> 1@
90 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
91 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@

Completed in 81 milliseconds