HomeSort by relevance Sort by last modified time
    Searched refs:b_multi_threaded (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/encoder/
ethreading.c 36 if (cpi->b_multi_threaded == 0)
41 if (cpi->b_multi_threaded == FALSE) // we're shutting down
66 if (cpi->b_multi_threaded == 0)
81 if (cpi->b_multi_threaded == FALSE) // we're shutting down
460 cpi->b_multi_threaded = 0;
493 cpi->b_multi_threaded = 1;
528 if (cpi->b_multi_threaded)
531 cpi->b_multi_threaded = 0;
onyx_int.h 598 int b_multi_threaded; member in struct:__anon8495
encodeframe.c 488 if ((cpi->b_multi_threaded != 0) && (mb_row != 0))
539 if ((cpi->b_multi_threaded != 0) && (mb_row != 0))
650 if (cpi->b_multi_threaded != 0)
670 if ((cpi->b_multi_threaded != 0) && (mb_row == cm->mb_rows - 1))
804 if (cpi->b_multi_threaded)
    [all...]
bitstream.c     [all...]
onyx_if.c     [all...]

Completed in 46 milliseconds