Searched defs:last_row_current_mb_col (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dthreading.h215 const int *last_row_current_mb_col,
217 while (mb_col > (protected_read(mutex, last_row_current_mb_col) - nsync)) {
214 sync_read(pthread_mutex_t *const mutex, int mb_col, const int *last_row_current_mb_col, const int nsync) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c82 const int *last_row_current_mb_col; local
92 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
116 sync_read(mutex, mb_col, last_row_current_mb_col, nsync);
H A Dencodeframe.c348 const int *last_row_current_mb_col; local
352 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
354 last_row_current_mb_col = &rightmost_col;
429 sync_read(mutex, mb_col, last_row_current_mb_col, nsync);
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c251 const int *last_row_current_mb_col; local
305 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row - 1];
307 last_row_current_mb_col = &first_row_no_sync_above;
366 sync_read(mutex, mb_col, last_row_current_mb_col, nsync);

Completed in 101 milliseconds