Searched refs:beta_indx (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 108 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/ |
D | ihevc_deblk_ssse3_intr.c | 110 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/ |
D | ihevc_deblk_luma_horz.s | 86 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
|
D | ihevc_deblk_luma_vert.s | 90 @ beta_indx = clip3(qp_luma + (beta_offset_div2 << 1), 0, 51)@
|