Searched refs:sync_range (Results 1 – 2 of 2) sorted by relevance
100 int sync_range; member
242 int nsync = pbi->sync_range; in thread_decoding_proc()558 if (width < 640) pbi->sync_range = 1; in vp8mt_alloc_temp_buffers()559 else if (width <= 1280) pbi->sync_range = 8; in vp8mt_alloc_temp_buffers()560 else if (width <= 2560) pbi->sync_range =16; in vp8mt_alloc_temp_buffers()561 else pbi->sync_range = 32; in vp8mt_alloc_temp_buffers()690 int nsync = pbi->sync_range; in vp8mt_decode_mb_rows()