Searched refs:tile_cols (Results 1 – 4 of 4) sorted by relevance
786 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() local794 assert(tile_cols <= (1 << 6)); in decode_tiles()806 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in decode_tiles()808 tile_col == tile_cols - 1; in decode_tiles()819 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in decode_tiles()820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1 in decode_tiles()823 col == tile_cols - 1; in decode_tiles()876 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); in decode_tiles_mt()883 assert(tile_cols <= (1 << 6)); in decode_tiles_mt()[all …]
934 const int tile_cols = 1 << cm->log2_tile_cols; local943 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +944 cpi->tok_count[tile_row - 1][tile_cols - 1];946 for (tile_col = 1; tile_col < tile_cols; tile_col++)952 for (tile_col = 0; tile_col < tile_cols; tile_col++) {958 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)966 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
3149 const int tile_cols = 1 << cm->log2_tile_cols; in encode_frame_internal() local3153 for (tile_col = 0; tile_col < tile_cols; tile_col++) { in encode_frame_internal()
394 static const arg_def_t tile_cols = variable411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,