Searched refs:mbrd (Results 1 – 1 of 1) sorted by relevance
36 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count) in setup_decoding_thread_data() argument43 MACROBLOCKD *mbd = &mbrd[i].mbd; in setup_decoding_thread_data()221 MB_ROW_DEC *mbrd = (MB_ROW_DEC *)(((DECODETHREAD_DATA *)p_data)->ptr2); in thread_decoding_proc() local237 MACROBLOCKD *xd = &mbrd->mbd; in thread_decoding_proc()414 …if ((mbrd->mb_row == pbi->common.mb_rows-1) || ((mbrd->mb_row == pbi->common.mb_rows-2) && (pbi->c… in thread_decoding_proc()