Searched refs:last_row_current_mb_col (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dethreading.c63 volatile int *last_row_current_mb_col; local
66 last_row_current_mb_col = &cpi->mb_row_ei[ithread-1].current_mb_col;
68 last_row_current_mb_col = &cpi->current_mb_col_main;
90 while (mb_col > (*last_row_current_mb_col - 1) && *last_row_current_mb_col != cm->mb_cols - 1)
/external/libvpx/vp8/decoder/
H A Dthreading.c259 volatile int *last_row_current_mb_col; local
280 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
298 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
774 volatile int *last_row_current_mb_col = NULL; local
827 /* volatile int *last_row_current_mb_col = NULL; */
829 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
845 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)

Completed in 137 milliseconds