Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc() local
118 *current_mb_col = mb_col - 1; in thread_encoding_proc()
282 *current_mb_col = mb_col + nsync; in thread_encoding_proc()
Dencodeframe.c389 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row() local
465 *current_mb_col = mb_col - 1; /* set previous MB done */ in encode_mb_row()
599 *current_mb_col = rightmost_col; in encode_mb_row()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c299 volatile int *current_mb_col; in mt_decode_mb_rows() local
354 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
407 *current_mb_col = mb_col - 1; in mt_decode_mb_rows()
604 *current_mb_col = mb_col + nsync; in mt_decode_mb_rows()