Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c90 volatile const int *last_row_current_mb_col; in thread_encoding_proc() local
100 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()
Dencodeframe.c388 volatile const int *last_row_current_mb_col; in encode_mb_row() local
392 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c298 volatile const int *last_row_current_mb_col; in mt_decode_mb_rows() local
350 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()