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

  /external/libvpx/vp8/decoder/
onyxd_int.h 90 volatile int b_multithreaded_rd; member in struct:VP8Decompressor
threading.c 164 if (pbi->b_multithreaded_rd == 0)
170 if (pbi->b_multithreaded_rd == 0)
414 pbi->b_multithreaded_rd = 0;
421 pbi->b_multithreaded_rd = 1;
422 pbi->b_multithreaded_lf = 1; // this can be merged with pbi->b_multithreaded_rd ?
473 if (pbi->b_multithreaded_rd)
477 pbi->b_multithreaded_rd = 0;
decodframe.c 848 if (pbi->b_multithreaded_rd && pc->multi_token_partition != ONE_PARTITION)

Completed in 15 milliseconds