HomeSort by relevance Sort by last modified time
    Searched defs:num_workers (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 39 int num_workers; member in struct:VP9LfSyncData
44 int width, int num_workers);
54 int num_workers, VP9LfSync *lf_sync);
vp9_thread_common.c 106 mi_row += lf_sync->num_workers * MI_BLOCK_SIZE) {
162 const int num_workers = VPXMIN(nworkers, tile_cols); local
166 num_workers > lf_sync->num_workers) {
168 vp9_loop_filter_alloc(lf_sync, cm, sb_rows, cm->width, num_workers);
175 // The decoder is capping num_workers because it has been observed that using
182 for (i = 0; i < num_workers; ++i) {
197 if (i == num_workers - 1) {
205 for (i = 0; i < num_workers; ++i) {
214 int num_workers, VP9LfSync *lf_sync)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 48 t += cpi->num_workers) {
70 static void create_enc_workers(VP9_COMP *cpi, int num_workers) {
76 if (cpi->num_workers == 0) {
77 int allocated_workers = num_workers;
97 ++cpi->num_workers;
132 int num_workers) {
136 for (i = 0; i < num_workers; i++) {
144 for (i = 0; i < num_workers; i++) {
151 if (i == cpi->num_workers - 1)
158 for (i = 0; i < num_workers; i++)
167 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); local
431 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); local
516 int num_workers = cpi->num_workers ? cpi->num_workers : 1; local
587 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); local
    [all...]
vp9_bitstream.c 965 const int num_workers = cpi->num_workers; local
    [all...]
vp9_encoder.h 680 int num_workers; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1567 const int num_workers = VPXMIN(pbi->max_threads, tile_cols); local
    [all...]

Completed in 201 milliseconds