Searched refs:nsync (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dthread.c40 const int nsync = lf_sync->sync_range; local
42 if (r && !(c & (nsync - 1))) {
46 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
61 const int nsync = lf_sync->sync_range; local
68 if (c % nsync)
71 cur = sb_cols + nsync;
202 // Set up nsync by width.
204 // nsync numbers are picked by testing. For example, for 4k
241 // Set up nsync.
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c40 const int nsync = lf_sync->sync_range; local
42 if (r && !(c & (nsync - 1))) {
45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
61 const int nsync = lf_sync->sync_range; local
68 if (c % nsync)
71 cur = sb_cols + nsync;
214 // Set up nsync by width.
216 // nsync numbers are picked by testing. For example, for 4k
250 // Set up nsync.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c63 const int nsync = cpi->mt_sync_range; local
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
297 *current_mb_col = mb_col + nsync;
H A Dencodeframe.c385 const int nsync = cpi->mt_sync_range; local
386 const int rightmost_col = cm->mb_cols + nsync;
466 if ((mb_col & (nsync - 1)) == 0)
468 while (mb_col > (*last_row_current_mb_col - nsync))
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c63 const int nsync = cpi->mt_sync_range; local
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
282 *current_mb_col = mb_col + nsync;
H A Dencodeframe.c385 const int nsync = cpi->mt_sync_range; local
386 const int rightmost_col = cm->mb_cols + nsync;
466 if ((mb_col & (nsync - 1)) == 0)
468 while (mb_col > (*last_row_current_mb_col - nsync))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c302 const int nsync = pbi->sync_range; local
303 const int first_row_no_sync_above = pc->mb_cols + nsync;
409 if ((mb_col & (nsync - 1)) == 0)
411 while (mb_col > (*last_row_current_mb_col - nsync))
604 *current_mb_col = mb_col + nsync;
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c302 const int nsync = pbi->sync_range; local
303 const int first_row_no_sync_above = pc->mb_cols + nsync;
409 if ((mb_col & (nsync - 1)) == 0)
411 while (mb_col > (*last_row_current_mb_col - nsync))
604 *current_mb_col = mb_col + nsync;

Completed in 218 milliseconds