Searched refs:log2_tile_cols (Results 1 – 10 of 10) sorted by relevance
38 const int tile_cols = 1 << cm->log2_tile_cols; in enc_worker_hook()59 int log2_tile_cols; in get_max_tile_cols() local62 log2_tile_cols = clamp(cpi->oxcf.tile_columns, in get_max_tile_cols()64 return (1 << log2_tile_cols); in get_max_tile_cols()69 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_mt()
221 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { in vp9_choose_segmap_coding_method()
889 ones = cm->log2_tile_cols - min_log2_tile_cols; in write_tile_info()893 if (cm->log2_tile_cols < max_log2_tile_cols) in write_tile_info()934 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles()
3784 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_init_tile_data()3827 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tile()3849 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles()3967 if (VPXMIN(cpi->oxcf.max_threads, 1 << cm->log2_tile_cols) > 1) in encode_frame_internal()
724 cm->log2_tile_cols = 0; in set_tile_limits()727 cm->log2_tile_cols = clamp(cpi->oxcf.tile_columns, in set_tile_limits()
30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_set_col()31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_set_col()
267 int log2_tile_cols, log2_tile_rows; member
166 const int tile_cols = 1 << cm->log2_tile_cols; in loop_filter_rows_mt()
126 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols); in HandleDecodeResult()
1358 cm->log2_tile_cols = min_log2_tile_cols; in setup_tile_info()1360 cm->log2_tile_cols++; in setup_tile_info()1362 if (cm->log2_tile_cols > 6) in setup_tile_info()1432 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles()1576 const int final_col = (1 << pbi->common.log2_tile_cols) - 1; in tile_worker_hook()1636 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt()2177 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame()