Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c46 while (c > lf_sync->cur_sb_col[r - 1] - nsync) { in sync_read()
76 lf_sync->cur_sb_col[r] = cur; in sync_write()
181 memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows); in loop_filter_rows_mt()
255 memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows); in vp9_lpf_mt_init()
328 CHECK_MEM_ERROR(cm, lf_sync->cur_sb_col, in vp9_loop_filter_alloc()
329 vpx_malloc(sizeof(*lf_sync->cur_sb_col) * rows)); in vp9_loop_filter_alloc()
377 vpx_free(lf_sync->cur_sb_col); in vp9_loop_filter_dealloc()
418 lf_sync->cur_sb_col[row] = INT_MAX; in get_next_row()
Dvp9_thread_common.h31 int *cur_sb_col; member
/external/libaom/libaom/av1/common/
Dthread_common.c92 CHECK_MEM_ERROR(cm, lf_sync->cur_sb_col[j], in loop_filter_alloc()
93 aom_malloc(sizeof(*(lf_sync->cur_sb_col[j])) * rows)); in loop_filter_alloc()
129 aom_free(lf_sync->cur_sb_col[j]); in av1_loop_filter_dealloc()
162 while (c > lf_sync->cur_sb_col[plane][r - 1] - nsync) { in sync_read()
193 lf_sync->cur_sb_col[plane][r] = cur; in sync_write()
427 memset(lf_sync->cur_sb_col[i], -1, in loop_filter_rows_mt()
428 sizeof(*(lf_sync->cur_sb_col[i])) * sb_rows); in loop_filter_rows_mt()
533 while (c > loop_res_sync->cur_sb_col[plane][r - 1] - nsync) { in lr_sync_read()
565 loop_res_sync->cur_sb_col[plane][r] = cur; in lr_sync_write()
634 cm, lr_sync->cur_sb_col[j], in loop_restoration_alloc()
[all …]
Dthread_common.h39 int *cur_sb_col[MAX_MB_PLANE]; member
80 int *cur_sb_col[MAX_MB_PLANE]; member
/external/libaom/libaom/av1/decoder/
Ddecoder.h82 int *cur_sb_col; member
Ddecodeframe.c2933 CHECK_MEM_ERROR(cm, dec_row_mt_sync->cur_sb_col, in dec_row_mt_alloc()
2934 aom_malloc(sizeof(*(dec_row_mt_sync->cur_sb_col)) * rows)); in dec_row_mt_alloc()
2958 aom_free(dec_row_mt_sync->cur_sb_col); in av1_dec_row_mt_dealloc()
2975 while (c > dec_row_mt_sync->cur_sb_col[r - 1] - nsync) { in sync_read()
3004 dec_row_mt_sync->cur_sb_col[r] = cur; in sync_write()
4051 memset(tile_data->dec_row_mt_sync.cur_sb_col, -1, in row_mt_frame_init()
4052 sizeof(*tile_data->dec_row_mt_sync.cur_sb_col) * max_sb_rows); in row_mt_frame_init()