Searched refs:last_row_current_mb_col (Results 1 – 3 of 3) sorted by relevance
88 volatile const int *last_row_current_mb_col; in thread_encoding_proc() local98 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()
389 volatile const int *last_row_current_mb_col; in encode_mb_row() local393 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()
301 volatile const int *last_row_current_mb_col; in mt_decode_mb_rows() local353 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()