Home | History | Annotate | Download | only in decoder

Lines Matching refs:MIN_CTB_SIZE

1836         max_ctb_rows  = max_ht_luma / MIN_CTB_SIZE;
1837 max_ctb_cols = max_wd_luma / MIN_CTB_SIZE;
2252 qp_const_flag_size = max_wd_luma / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
2255 qp_const_flag_size *= max_ht_luma / MIN_CTB_SIZE;
2286 size = max_wd_luma / MIN_CTB_SIZE + 2 /* Top row and bottom row extra. This ensures accessing left,top in first row
2289 size *= max_ht_luma / MIN_CTB_SIZE;
2305 size *= max_wd_luma / MIN_CTB_SIZE;
2308 size *= max_ht_luma / MIN_CTB_SIZE;
2788 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE;
2795 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2802 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE;
2810 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2817 pu1_buf += ps_codec->i4_max_wd / MIN_CTB_SIZE;
2824 pu1_buf += (ps_codec->i4_max_wd / MIN_CTB_SIZE) * 2;
2833 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE);
2841 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2890 qp_const_flag_size = ps_codec->i4_max_wd / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
2893 qp_const_flag_size *= ps_codec->i4_max_ht / MIN_CTB_SIZE;
2947 ps_codec->as_process[i].pu1_tile_idx = (UWORD16 *)pu1_buf + ps_codec->i4_max_wd / MIN_CTB_SIZE /* Offset 1 row */;