Searched refs:sync_range (Results 1 – 4 of 4) sorted by relevance
39 const int nsync = lf_sync->sync_range; in sync_read()60 const int nsync = lf_sync->sync_range; in sync_write()170 if (!lf_sync->sync_range || sb_rows != lf_sync->rows || in loop_filter_rows_mt()288 lf_sync->sync_range = get_sync_range(width); in vp9_loop_filter_alloc()
34 int sync_range; member
91 int sync_range; member
305 const int nsync = pbi->sync_range; in mt_decode_mb_rows()792 if (width < 640) pbi->sync_range = 1; in vp8mt_alloc_temp_buffers()793 else if (width <= 1280) pbi->sync_range = 8; in vp8mt_alloc_temp_buffers()794 else if (width <= 2560) pbi->sync_range =16; in vp8mt_alloc_temp_buffers()795 else pbi->sync_range = 32; in vp8mt_alloc_temp_buffers()