Home
last modified time | relevance | path

Searched refs:last_row_current_mb_col (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c88 volatile const int *last_row_current_mb_col; in thread_encoding_proc() local
98 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()
120 while (mb_col > (*last_row_current_mb_col - nsync)) in thread_encoding_proc()
Dencodeframe.c389 volatile const int *last_row_current_mb_col; in encode_mb_row() local
393 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()
395 last_row_current_mb_col = &rightmost_col; in encode_mb_row()
470 while (mb_col > (*last_row_current_mb_col - nsync)) in encode_mb_row()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c301 volatile const int *last_row_current_mb_col; in mt_decode_mb_rows() local
353 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in mt_decode_mb_rows()
355 last_row_current_mb_col = &first_row_no_sync_above; in mt_decode_mb_rows()
414 while (mb_col > (*last_row_current_mb_col - nsync)) in mt_decode_mb_rows()