Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/decoder/
H A Dthreading.c620 pbi->allocated_decoding_thread_count = 0; in vp8_decoder_create_threads()
660 pbi->allocated_decoding_thread_count = ithread; in vp8_decoder_create_threads()
661 if (pbi->allocated_decoding_thread_count != in vp8_decoder_create_threads()
665 if (pbi->allocated_decoding_thread_count == 0) { in vp8_decoder_create_threads()
816 for (i = 0; i < pbi->allocated_decoding_thread_count; ++i) { in vp8_decoder_remove_threads()
821 for (i = 0; i < pbi->allocated_decoding_thread_count; ++i) { in vp8_decoder_remove_threads()
825 if (pbi->allocated_decoding_thread_count) { in vp8_decoder_remove_threads()
H A Donyxd_int.h80 int allocated_decoding_thread_count; member
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_dx_iface.c434 for (i = 0; i < pbi->allocated_decoding_thread_count; ++i) { in vp8_decode()