HomeSort by relevance Sort by last modified time
    Searched refs:ctb_size_top (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_get_mv.c 184 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining); local
187 /* ctb_size_top gives number of valid pixels remaining in the current row */
190 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE);
192 top_avail_bits = ((1 << (ctb_size_top / MIN_PU_SIZE)) - 1) << shift;
ihevcd_iquant_itrans_recon_ctb.c 498 /* ctb_size_top gives number of valid pixels remaining in the current row */
499 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining); local
500 WORD32 ctb_size_top_bits = (1 << (ctb_size_top / pu_size_limit)) - 1;
638 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining); local
641 /* ctb_size_top gives number of valid pixels remaining in the current row */
644 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE);
646 top_avail_bits = ((1 << (ctb_size_top / MIN_TU_SIZE)) - 1)
    [all...]

Completed in 141 milliseconds