HomeSort by relevance Sort by last modified time
    Searched full:num_rows_remaining (Results 1 - 1 of 1) sorted by null

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 422 WORD32 num_rows_remaining = (ps_sps->i2_pic_height_in_luma_samples - (ps_bs_ctxt->i4_ctb_y << log2_ctb_size)) >> 3; local
424 if(num_rows_remaining < (ctb_size >> 3))
426 /* WORD32 offset = (((num_rows_remaining >> 3) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 4));
431 offset = (num_rows_remaining >> (6 - log2_ctb_size)) << 2;
433 offset += (num_rows_remaining & 1) << (log2_ctb_size - 4);
974 WORD32 num_rows_remaining = (ps_sps->i2_pic_height_in_luma_samples - (ps_bs_ctxt->i4_ctb_y << log2_ctb_size)) >> 3; local
    [all...]

Completed in 1139 milliseconds