Home | History | Annotate | Download | only in encoder

Lines Matching refs:tile_cols

42   const int tile_cols = 1 << cm->log2_tile_cols;
48 for (t = thread_data->start; t < tile_rows * tile_cols;
50 int tile_row = t / tile_cols;
51 int tile_col = t % tile_cols;
174 const int tile_cols = 1 << cm->log2_tile_cols;
175 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols);
397 const int tile_cols = 1 << cm->log2_tile_cols;
418 tile_cols);
423 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
438 const int tile_cols = 1 << cm->log2_tile_cols;
445 if (multi_thread_ctxt->allocated_tile_cols < tile_cols ||
457 vp9_assign_tile_to_thread(multi_thread_ctxt, tile_cols, cpi->num_workers);
477 for (i = 1; i < tile_cols; i++) {
487 const int tile_cols = 1 << cm->log2_tile_cols;
506 tile_cols);
510 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
524 const int tile_cols = 1 << cm->log2_tile_cols;
530 if (multi_thread_ctxt->allocated_tile_cols < tile_cols ||
542 vp9_assign_tile_to_thread(multi_thread_ctxt, tile_cols, cpi->num_workers);
565 const int tile_cols = 1 << cm->log2_tile_cols;
582 tile_cols);
596 const int tile_cols = 1 << cm->log2_tile_cols;
602 if (multi_thread_ctxt->allocated_tile_cols < tile_cols ||
614 vp9_assign_tile_to_thread(multi_thread_ctxt, tile_cols, cpi->num_workers);