Home | History | Annotate | Download | only in decoder

Lines Matching refs:ctb_size

85     WORD32 ctb_size;
90 ctb_size = (1 << ps_sps->i1_log2_ctb_size);
156 + (i4_ctb_x * ctb_size
157 + i4_ctb_y * ctb_size
160 + i4_ctb_x * ctb_size
161 + (i4_ctb_y * ctb_size * ps_codec->i4_strd / 2);
168 pad_ht_luma = ctb_size;
170 pad_ht_chroma = ctb_size / 2;
182 pad_ht_luma = ctb_size;
184 pad_ht_chroma = ctb_size / 2;