Home
last modified time | relevance | path

Searched refs:b_multi_threaded (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
Dethreading.c36 if (cpi->b_multi_threaded == 0) in loopfilter_thread()
41 if (cpi->b_multi_threaded == FALSE) // we're shutting down in loopfilter_thread()
66 if (cpi->b_multi_threaded == 0) in thread_encoding_proc()
81 if (cpi->b_multi_threaded == FALSE) // we're shutting down in thread_encoding_proc()
460 cpi->b_multi_threaded = 0; in vp8cx_create_encoder_threads()
493 cpi->b_multi_threaded = 1; in vp8cx_create_encoder_threads()
528 if (cpi->b_multi_threaded) in vp8cx_remove_encoder_threads()
531 cpi->b_multi_threaded = 0; in vp8cx_remove_encoder_threads()
Dencodeframe.c488 if ((cpi->b_multi_threaded != 0) && (mb_row != 0)) in encode_mb_row()
539 if ((cpi->b_multi_threaded != 0) && (mb_row != 0)) in encode_mb_row()
650 if (cpi->b_multi_threaded != 0) in encode_mb_row()
670 if ((cpi->b_multi_threaded != 0) && (mb_row == cm->mb_rows - 1)) in encode_mb_row()
804 if (cpi->b_multi_threaded) in vp8_encode_frame()
Donyx_int.h598 int b_multi_threaded; member
Donyx_if.c3261 if (cpi->b_multi_threaded) in loopfilter_frame()
4238 if (cpi->b_multi_threaded) in encode_frame_to_data_rate()
4255 if (cpi->b_multi_threaded) in encode_frame_to_data_rate()
4264 if (cpi->b_multi_threaded) in encode_frame_to_data_rate()
Dbitstream.c1669 if (cpi->b_multi_threaded) in vp8_pack_bitstream()