Home | History | Annotate | Download | only in encoder

Lines Matching refs:ctb_size

178     WORD32 ctb_size;
190 ctb_size = (1 << log2_ctb_size);
205 num_minpu_in_ctb = (ctb_size / MIN_PU_SIZE) * (ctb_size / MIN_PU_SIZE);
222 if(xp_col == ctb_size)
227 pu_cnt = pu1_pic_pu_map_ctb[(yp_col >> 2) * (ctb_size / MIN_PU_SIZE) + (xp_col >> 2)];