Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) { in sync_read()
76 lf_sync->cur_sb_col[r] = cur; in sync_write()
177 memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows); in loop_filter_rows_mt()
284 CHECK_MEM_ERROR(cm, lf_sync->cur_sb_col, in vp9_loop_filter_alloc()
285 vpx_malloc(sizeof(*lf_sync->cur_sb_col) * rows)); in vp9_loop_filter_alloc()
311 vpx_free(lf_sync->cur_sb_col); in vp9_loop_filter_dealloc()
Dvp9_thread_common.h31 int *cur_sb_col; member