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

  /external/libvpx/vp8/decoder/
onyxd_int.h 90 volatile int b_multithreaded_rd; member in struct:VP8Decompressor
threading.c 244 if (pbi->b_multithreaded_rd == 0)
250 if (pbi->b_multithreaded_rd == 0)
456 pbi->b_multithreaded_rd = 0;
462 pbi->b_multithreaded_rd = 1;
499 if (pbi->b_multithreaded_rd)
606 if (pbi->b_multithreaded_rd)
663 if (pbi->b_multithreaded_rd)
667 pbi->b_multithreaded_rd = 0;
    [all...]
onyxd_if.c 150 if (pbi->b_multithreaded_rd)
391 if (pbi->b_multithreaded_rd && cm->multi_token_partition != ONE_PARTITION)
decodframe.c 629 if (pbi->b_multithreaded_rd)
837 if (!(pbi->b_multithreaded_rd) || pc->multi_token_partition == ONE_PARTITION || !(pc->filter_level))
857 if (pbi->b_multithreaded_rd && pc->multi_token_partition != ONE_PARTITION)

Completed in 80 milliseconds