Searched refs:decoding_thread_count (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h87 unsigned int decoding_thread_count; member in struct:VP8D_COMP
H A Dthreading.c337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
610 xd->mode_info_context += xd->mode_info_stride * pbi->decoding_thread_count;
668 pbi->decoding_thread_count = core_count - 1;
670 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count);
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
672 CALLOC_ARRAY_ALIGNED(pbi->mb_row_di, pbi->decoding_thread_count, 32);
673 CALLOC_ARRAY(pbi->de_thread_data, pbi->decoding_thread_count);
675 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
690 pbi->allocated_decoding_thread_count = pbi->decoding_thread_count;
902 setup_decoding_thread_data(pbi, xd, pbi->mb_row_di, pbi->decoding_thread_count);
[all...]
H A Ddecodeframe.c905 if (pbi->decoding_thread_count > num_token_partitions - 1)
906 pbi->decoding_thread_count = num_token_partitions - 1;
1352 for (thread = 0; thread < pbi->decoding_thread_count; ++thread)
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h87 unsigned int decoding_thread_count; member in struct:VP8D_COMP
H A Dthreading.c337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
610 xd->mode_info_context += xd->mode_info_stride * pbi->decoding_thread_count;
668 pbi->decoding_thread_count = core_count - 1;
670 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count);
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
672 CALLOC_ARRAY_ALIGNED(pbi->mb_row_di, pbi->decoding_thread_count, 32);
673 CALLOC_ARRAY(pbi->de_thread_data, pbi->decoding_thread_count);
675 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
690 pbi->allocated_decoding_thread_count = pbi->decoding_thread_count;
902 setup_decoding_thread_data(pbi, xd, pbi->mb_row_di, pbi->decoding_thread_count);
[all...]
H A Ddecodeframe.c896 if (pbi->decoding_thread_count > num_token_partitions - 1)
897 pbi->decoding_thread_count = num_token_partitions - 1;
1344 for (thread = 0; thread < pbi->decoding_thread_count; ++thread)

Completed in 2585 milliseconds