Home
last modified time | relevance | path

Searched refs:get_sync_range (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c265 static INLINE int get_sync_range(int width) { in get_sync_range() function
337 lf_sync->sync_range = get_sync_range(width); in vp9_loop_filter_alloc()
/external/libaom/libaom/av1/common/
Dthread_common.c23 static INLINE int get_sync_range(int width) { in get_sync_range() function
99 lf_sync->sync_range = get_sync_range(width); in loop_filter_alloc()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2890 static INLINE int get_sync_range(int width) { in get_sync_range() function
2937 dec_row_mt_sync->sync_range = get_sync_range(cm->width); in dec_row_mt_alloc()