Searched refs:nsync (Results 1 – 4 of 4) sorted by relevance
39 const int nsync = lf_sync->sync_range; in sync_read() local41 if (r && !(c & (nsync - 1))) { in sync_read()45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) { in sync_read()60 const int nsync = lf_sync->sync_range; in sync_write() local67 if (c % nsync) in sync_write()70 cur = sb_cols + nsync; in sync_write()
61 const int nsync = cpi->mt_sync_range; in thread_encoding_proc() local118 if ((mb_col & (nsync - 1)) == 0) in thread_encoding_proc()120 while (mb_col > (*last_row_current_mb_col - nsync)) in thread_encoding_proc()299 *current_mb_col = mb_col + nsync; in thread_encoding_proc()
387 const int nsync = cpi->mt_sync_range; in encode_mb_row() local388 const int rightmost_col = cm->mb_cols + nsync; in encode_mb_row()468 if ((mb_col & (nsync - 1)) == 0) in encode_mb_row()470 while (mb_col > (*last_row_current_mb_col - nsync)) in encode_mb_row()
305 const int nsync = pbi->sync_range; in mt_decode_mb_rows() local306 const int first_row_no_sync_above = pc->mb_cols + nsync; in mt_decode_mb_rows()412 if ((mb_col & (nsync - 1)) == 0) in mt_decode_mb_rows()414 while (mb_col > (*last_row_current_mb_col - nsync)) in mt_decode_mb_rows()607 *current_mb_col = mb_col + nsync; in mt_decode_mb_rows()