Home
last modified time | relevance | path

Searched refs:sync_range (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.h34 int sync_range; member
Dvp9_thread_common.c39 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()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h91 int sync_range; member
Dthreading.c305 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()