Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.h42 int sync_range; member
Dvp9_dthread.c40 const int nsync = lf_sync->sync_range; in sync_read()
61 const int nsync = lf_sync->sync_range; in sync_write()
243 lf_sync->sync_range = get_sync_range(width); in vp9_loop_filter_alloc()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h91 int sync_range; member
Dthreading.c302 const int nsync = pbi->sync_range; in mt_decode_mb_rows()
789 if (width < 640) pbi->sync_range = 1; in vp8mt_alloc_temp_buffers()
790 else if (width <= 1280) pbi->sync_range = 8; in vp8mt_alloc_temp_buffers()
791 else if (width <= 2560) pbi->sync_range =16; in vp8mt_alloc_temp_buffers()
792 else pbi->sync_range = 32; in vp8mt_alloc_temp_buffers()