Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Donyxd_int.h100 int sync_range; member
Dthreading.c242 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()