HomeSort by relevance Sort by last modified time
    Searched refs:last_row_current_mb_col (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
ethreading.c 63 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/
threading.c 259 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)
    [all...]

Completed in 35 milliseconds