HomeSort by relevance Sort by last modified time
    Searched refs:cur_sb_col (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 31 int *cur_sb_col; member in struct:VP9LfSyncData
vp9_thread_common.c 44 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
74 lf_sync->cur_sb_col[r] = cur;
171 // Initialize cur_sb_col to -1 for all SB rows.
172 memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows);
277 CHECK_MEM_ERROR(cm, lf_sync->cur_sb_col,
278 vpx_malloc(sizeof(*lf_sync->cur_sb_col) * rows));
304 vpx_free(lf_sync->cur_sb_col);

Completed in 454 milliseconds