Home
last modified time | relevance | path

Searched refs:qp_luma (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/
Dihevc_deblk_edge_filter.c108 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_vert() local
120 qp_luma = (quant_param_p + quant_param_q + 1) >> 1; in ihevc_deblk_luma_vert()
121 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_vert()
128 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_luma_vert()
345 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_horz() local
357 qp_luma = (quant_param_p + quant_param_q + 1) >> 1; in ihevc_deblk_luma_horz()
358 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_horz()
365 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_luma_horz()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c110 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_vert_ssse3() local
128 qp_luma = (quant_param_p + quant_param_q + 1) >> 1; in ihevc_deblk_luma_vert_ssse3()
129 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_vert_ssse3()
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_luma_vert_ssse3()
546 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_horz_ssse3() local
568 qp_luma = (quant_param_p + quant_param_q + 1) >> 1; in ihevc_deblk_luma_horz_ssse3()
569 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_horz_ssse3()
576 tc_indx = CLIP3(qp_luma + 2 * (bs >> 1) + (tc_offset_div2 << 1), 0, 53); in ihevc_deblk_luma_horz_ssse3()
/external/libhevc/common/arm/
Dihevc_deblk_luma_vert.s95 @ qp_luma = (quant_param_p + quant_param_q + 1) >> 1@
96 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
97 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@
Dihevc_deblk_luma_horz.s93 @ qp_luma = (quant_param_p + quant_param_q + 1) >> 1@
94 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
95 @ tc_indx = clip3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53)@