Searched refs:log2_tile_cols (Results 1 – 7 of 7) sorted by relevance
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_init()28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_init()
196 int log2_tile_cols, log2_tile_rows; member
740 cm->log2_tile_cols = min_log2_tile_cols; in setup_tile_info()742 cm->log2_tile_cols++; in setup_tile_info()786 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles()876 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt()1262 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame()1281 (cm->log2_tile_rows | cm->log2_tile_cols) == 0 && cm->lf.filter_level; in vp9_decode_frame()
242 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { in vp9_choose_segmap_coding_method()
878 ones = cm->log2_tile_cols - min_log2_tile_cols; in write_tile_info()882 if (cm->log2_tile_cols < max_log2_tile_cols) in write_tile_info()934 const int tile_cols = 1 << cm->log2_tile_cols;
751 cm->log2_tile_cols = clamp(cpi->oxcf.tile_columns, in set_tile_limits()
3149 const int tile_cols = 1 << cm->log2_tile_cols; in encode_frame_internal()