Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c424 …WORD32 num_rows_remaining = (ps_sps->i2_pic_height_in_luma_samples - (ps_bs_ctxt->i4_ctb_y << log2… in ihevcd_ctb_boundary_strength_islice() local
426 if(num_rows_remaining < (ctb_size >> 3)) in ihevcd_ctb_boundary_strength_islice()
433 offset = (num_rows_remaining >> (6 - log2_ctb_size)) << 2; in ihevcd_ctb_boundary_strength_islice()
435 offset += (num_rows_remaining & 1) << (log2_ctb_size - 4); in ihevcd_ctb_boundary_strength_islice()
978 …WORD32 num_rows_remaining = (ps_sps->i2_pic_height_in_luma_samples - (ps_bs_ctxt->i4_ctb_y << log2… in ihevcd_ctb_boundary_strength_pbslice() local
980 if(num_rows_remaining < (ctb_size >> 3)) in ihevcd_ctb_boundary_strength_pbslice()
987 offset = (num_rows_remaining >> (6 - log2_ctb_size)) << 2; in ihevcd_ctb_boundary_strength_pbslice()
989 offset += (num_rows_remaining & 1) << (log2_ctb_size - 4); in ihevcd_ctb_boundary_strength_pbslice()