Home | History | Annotate | Download | only in common

Lines Matching defs:num_workers

106        mi_row += lf_sync->num_workers * MI_BLOCK_SIZE) {
163 const int num_workers = VPXMIN(nworkers, tile_cols);
167 num_workers > lf_sync->num_workers) {
169 vp9_loop_filter_alloc(lf_sync, cm, sb_rows, cm->width, num_workers);
176 // The decoder is capping num_workers because it has been observed that using
183 for (i = 0; i < num_workers; ++i) {
198 if (i == num_workers - 1) {
206 for (i = 0; i < num_workers; ++i) {
215 int num_workers, VP9LfSync *lf_sync) {
231 workers, num_workers, lf_sync);
250 int width, int num_workers) {
275 vpx_malloc(num_workers * sizeof(*lf_sync->lfdata)));
276 lf_sync->num_workers = num_workers;