Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c89 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc() local
116 *current_mb_col = mb_col - 1; in thread_encoding_proc()
299 *current_mb_col = mb_col + nsync; in thread_encoding_proc()
Dencodeframe.c390 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row() local
466 *current_mb_col = mb_col - 1; /* set previous MB done */ in encode_mb_row()
619 *current_mb_col = rightmost_col; in encode_mb_row()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c302 volatile int *current_mb_col; in mt_decode_mb_rows() local
357 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
410 *current_mb_col = mb_col - 1; in mt_decode_mb_rows()
607 *current_mb_col = mb_col + nsync; in mt_decode_mb_rows()