Home
last modified time | relevance | path

Searched refs:beta_indx (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
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()
/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_horz.s86 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
Dihevc_deblk_luma_vert.s90 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@