Searched refs:last_row_current_mb_col (Results 1 – 3 of 3) sorted by relevance
90 volatile const int *last_row_current_mb_col; in thread_encoding_proc() local100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()122 while (mb_col > (*last_row_current_mb_col - nsync)) in thread_encoding_proc()
388 volatile const int *last_row_current_mb_col; in encode_mb_row() local392 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()394 last_row_current_mb_col = &rightmost_col; in encode_mb_row()469 while (mb_col > (*last_row_current_mb_col - nsync)) in encode_mb_row()
298 volatile const int *last_row_current_mb_col; in mt_decode_mb_rows() local350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in mt_decode_mb_rows()352 last_row_current_mb_col = &first_row_no_sync_above; in mt_decode_mb_rows()411 while (mb_col > (*last_row_current_mb_col - nsync)) in mt_decode_mb_rows()