Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c293 mb_row += (pbi->decoding_thread_count + 1)) { in mt_decode_mb_rows()
558 xd->mode_info_context += xd->mode_info_stride * pbi->decoding_thread_count; in mt_decode_mb_rows()
607 pbi->decoding_thread_count = core_count - 1; in vp8_decoder_create_threads()
609 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count); in vp8_decoder_create_threads()
610 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()
611 CALLOC_ARRAY_ALIGNED(pbi->mb_row_di, pbi->decoding_thread_count, 32); in vp8_decoder_create_threads()
612 CALLOC_ARRAY(pbi->de_thread_data, pbi->decoding_thread_count); in vp8_decoder_create_threads()
619 for (ithread = 0; ithread < pbi->decoding_thread_count; ++ithread) { in vp8_decoder_create_threads()
637 (int)pbi->decoding_thread_count) { in vp8_decoder_create_threads()
871 pbi->decoding_thread_count); in vp8mt_decode_mb_rows()
[all …]
Donyxd_int.h74 unsigned int decoding_thread_count; member
Ddecodeframe.c798 if (pbi->decoding_thread_count > num_token_partitions - 1) { in setup_token_decoder()
799 pbi->decoding_thread_count = num_token_partitions - 1; in setup_token_decoder()
801 if ((int)pbi->decoding_thread_count > pbi->common.mb_rows - 1) { in setup_token_decoder()
803 pbi->decoding_thread_count = pbi->common.mb_rows - 1; in setup_token_decoder()
1212 for (thread = 0; thread < pbi->decoding_thread_count; ++thread) { in vp8_decode_frame()