Home
last modified time | relevance | path

Searched refs:nsync (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c39 const int nsync = lf_sync->sync_range; in sync_read() local
41 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() local
67 if (c % nsync) in sync_write()
70 cur = sb_cols + nsync; in sync_write()
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c61 const int nsync = cpi->mt_sync_range; in thread_encoding_proc() local
118 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()
Dencodeframe.c387 const int nsync = cpi->mt_sync_range; in encode_mb_row() local
388 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()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c305 const int nsync = pbi->sync_range; in mt_decode_mb_rows() local
306 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()