Home
last modified time | relevance | path

Searched refs:beta_indx (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/common/
Dihevc_deblk_edge_filter.c108 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_vert() local
121 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_vert()
130 beta = gai4_ihevc_beta_table[beta_indx]; in ihevc_deblk_luma_vert()
345 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_horz() local
358 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_horz()
367 beta = gai4_ihevc_beta_table[beta_indx]; in ihevc_deblk_luma_horz()
Dihevc_hbd_deblk_edge_filter.c115 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_hbd_deblk_luma_vert() local
128 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_hbd_deblk_luma_vert()
137 beta = gai4_ihevc_beta_table[beta_indx] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_luma_vert()
350 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_hbd_deblk_luma_horz() local
363 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_hbd_deblk_luma_horz()
372 beta = gai4_ihevc_beta_table[beta_indx] * (1 << (bit_depth - 8)); in ihevc_hbd_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
129 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_vert_ssse3()
138 beta = gai4_ihevc_beta_table[beta_indx]; in ihevc_deblk_luma_vert_ssse3()
546 WORD32 qp_luma, beta_indx, tc_indx; in ihevc_deblk_luma_horz_ssse3() local
569 beta_indx = CLIP3(qp_luma + (beta_offset_div2 << 1), 0, 51); in ihevc_deblk_luma_horz_ssse3()
578 beta = gai4_ihevc_beta_table[beta_indx]; in ihevc_deblk_luma_horz_ssse3()
/external/libhevc/common/arm/
Dihevc_deblk_luma_vert.s96 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
Dihevc_deblk_luma_horz.s94 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@