Searched refs:nsync (Results 1 – 4 of 4) sorted by relevance
40 const int nsync = lf_sync->sync_range; in sync_read() local42 if (r && !(c & (nsync - 1))) { in sync_read()45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) { in sync_read()61 const int nsync = lf_sync->sync_range; in sync_write() local68 if (c % nsync) in sync_write()71 cur = sb_cols + nsync; in sync_write()
63 const int nsync = cpi->mt_sync_range; in thread_encoding_proc() local120 if ((mb_col & (nsync - 1)) == 0) in thread_encoding_proc()122 while (mb_col > (*last_row_current_mb_col - nsync)) in thread_encoding_proc()282 *current_mb_col = mb_col + nsync; in thread_encoding_proc()
386 const int nsync = cpi->mt_sync_range; in encode_mb_row() local387 const int rightmost_col = cm->mb_cols + nsync; in encode_mb_row()467 if ((mb_col & (nsync - 1)) == 0) in encode_mb_row()469 while (mb_col > (*last_row_current_mb_col - nsync)) in encode_mb_row()
302 const int nsync = pbi->sync_range; in mt_decode_mb_rows() local303 const int first_row_no_sync_above = pc->mb_cols + nsync; in mt_decode_mb_rows()409 if ((mb_col & (nsync - 1)) == 0) in mt_decode_mb_rows()411 while (mb_col > (*last_row_current_mb_col - nsync)) in mt_decode_mb_rows()604 *current_mb_col = mb_col + nsync; in mt_decode_mb_rows()