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

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; local
118 *current_mb_col = mb_col - 1;
282 *current_mb_col = mb_col + nsync;
encodeframe.c 388 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; local
464 *current_mb_col = mb_col - 1; /* set previous MB done */
598 *current_mb_col = rightmost_col;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 299 volatile int *current_mb_col; local
354 current_mb_col = &pbi->mt_current_mb_col[mb_row];
407 *current_mb_col = mb_col - 1;
604 *current_mb_col = mb_col + nsync;

Completed in 38 milliseconds