Home | History | Annotate | Download | only in decoder

Lines Matching refs:ctb_size

346                                  WORD32 ctb_size)
377 x_cur = ps_proc->i4_ctb_x * ctb_size + cur_x * MIN_TU_SIZE;
378 y_cur = ps_proc->i4_ctb_y * ctb_size + cur_y * MIN_TU_SIZE;
499 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining);
507 WORD32 ctb_size_bot = MIN(ctb_size, rows_remaining);
535 WORD32 ctb_size;
588 ctb_size = (1 << ps_sps->i1_log2_ctb_size);
625 WORD32 ctb_size_left = MIN(ctb_size, rows_remaining);
632 >> (1 + ctb_size / MIN_TU_SIZE)); /* 1+ctb_size/4 position bit pos from msb */
638 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining);
639 WORD32 shift = (31 - (ctb_size / MIN_TU_SIZE));
644 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE);
651 /* Starting from msb 2nd bit to (1+ctb_size/4) bit, set 1 if top avail,or 0 */
964 ctb_size);