Searched refs:cur_col (Results 1 – 7 of 7) sorted by relevance
23 int cur_col;265 p = &TT.cur_col; in vi_x()287 while (c_r->line->str_data[TT.cur_col] > ' ') in vi_movw()288 TT.cur_col++; in vi_movw()289 while (c_r->line->str_data[TT.cur_col] <= ' ') { in vi_movw()290 TT.cur_col++; in vi_movw()291 if (!c_r->line->str_data[TT.cur_col]) { in vi_movw()295 TT.cur_col = 0; in vi_movw()311 if (!TT.cur_col) { in vi_movb()314 TT.cur_col = (c_r->line->str_len) ? c_r->line->str_len-1 : 0; in vi_movb()[all …]
94 while (c > row_mt_sync->cur_col[r - 1] - nsync) { in av1_row_mt_sync_read()124 row_mt_sync->cur_col[r] = cur; in av1_row_mt_sync_write()163 CHECK_MEM_ERROR(cm, row_mt_sync->cur_col, in av1_row_mt_sync_mem_alloc()164 aom_malloc(sizeof(*row_mt_sync->cur_col) * rows)); in av1_row_mt_sync_mem_alloc()189 aom_free(row_mt_sync->cur_col); in av1_row_mt_sync_mem_dealloc()672 memset(this_tile->row_mt_sync.cur_col, -1, in av1_encode_tiles_row_mt()673 sizeof(*this_tile->row_mt_sync.cur_col) * max_sb_rows); in av1_encode_tiles_row_mt()
539 int *cur_col; member
291 CHECK_MEM_ERROR(cm, row_mt_sync->cur_col, in vp9_row_mt_sync_mem_alloc()292 vpx_malloc(sizeof(*row_mt_sync->cur_col) * rows)); in vp9_row_mt_sync_mem_alloc()317 vpx_free(row_mt_sync->cur_col); in vp9_row_mt_sync_mem_dealloc()333 while (c > row_mt_sync->cur_col[r - 1] - nsync + 1) { in vp9_row_mt_sync_read()370 row_mt_sync->cur_col[r] = cur; in vp9_row_mt_sync_write()
40 int *cur_col; member
183 memset(this_tile->row_mt_sync.cur_col, -1, in vp9_multi_thread_tile_init()184 sizeof(*this_tile->row_mt_sync.cur_col) * jobs_per_tile_col); in vp9_multi_thread_tile_init()
928 int cur_col; member