Searched refs:decoding_thread_count (Results 1 – 3 of 3) sorted by relevance
297 mb_row += (pbi->decoding_thread_count + 1)) { in mt_decode_mb_rows()413 mb_row += (pbi->decoding_thread_count + 1)) { in mt_decode_mb_rows()576 xd->mode_info_context += xd->mode_info_stride * pbi->decoding_thread_count; in mt_decode_mb_rows()580 if (last_mb_row + (int)pbi->decoding_thread_count + 1 >= pc->mb_rows) in mt_decode_mb_rows()632 pbi->decoding_thread_count = core_count - 1; in vp8_decoder_create_threads()634 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count); in vp8_decoder_create_threads()635 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()636 CALLOC_ARRAY_ALIGNED(pbi->mb_row_di, pbi->decoding_thread_count, 32); in vp8_decoder_create_threads()637 CALLOC_ARRAY(pbi->de_thread_data, pbi->decoding_thread_count); in vp8_decoder_create_threads()644 for (ithread = 0; ithread < pbi->decoding_thread_count; ++ithread) { in vp8_decoder_create_threads()[all …]
808 if (pbi->decoding_thread_count > num_token_partitions - 1) { in setup_token_decoder()809 pbi->decoding_thread_count = num_token_partitions - 1; in setup_token_decoder()811 if ((int)pbi->decoding_thread_count > pbi->common.mb_rows - 1) { in setup_token_decoder()813 pbi->decoding_thread_count = pbi->common.mb_rows - 1; in setup_token_decoder()1219 for (thread = 0; thread < pbi->decoding_thread_count; ++thread) { in vp8_decode_frame()
79 unsigned int decoding_thread_count; member