Searched refs:single_col (Results 1 – 1 of 1) sorted by relevance
2341 const int single_col = pbi->dec_tile_col >= 0; in get_ls_tile_buffers() local2342 const int tile_cols_start = single_col ? dec_tile_col : 0; in get_ls_tile_buffers()2343 const int tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in get_ls_tile_buffers()2756 const int single_col = pbi->dec_tile_col >= 0; in decode_tiles() local2770 tile_cols_start = single_col ? dec_tile_col : 0; in decode_tiles()2771 tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in decode_tiles()2772 inv_col_order = pbi->inv_tile_order && !single_col; in decode_tiles()3536 const int single_col = pbi->dec_tile_col >= 0; in decode_tiles_mt() local3548 tile_cols_start = single_col ? dec_tile_col : 0; in decode_tiles_mt()3549 tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in decode_tiles_mt()[all …]