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

  /external/libvpx/vp8/decoder/
onyxd_int.h 91 volatile int b_multithreaded_lf; member in struct:VP8Decompressor
threading.c 294 if ((pbi->b_multithreaded_lf) && (current_filter_level))
312 // if (pbi->b_multithreaded_lf == 0) // we're shutting down ????
415 pbi->b_multithreaded_lf = 0;
422 pbi->b_multithreaded_lf = 1; // this can be merged with pbi->b_multithreaded_rd ?
461 if (pbi->b_multithreaded_lf)
464 pbi->b_multithreaded_lf = 0;
onyxd_if.c 358 if (pbi->b_multithreaded_lf && pbi->common.filter_level != 0)
369 if (!pbi->b_multithreaded_lf)
404 if (pbi->b_multithreaded_lf && cm->multi_token_partition != ONE_PARTITION)
decodframe.c 845 if (pbi->b_multithreaded_lf && pc->filter_level != 0)

Completed in 729 milliseconds