Searched refs:vp9_worker_sync (Results 1 – 5 of 5) sorted by relevance
45 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op. in TEST_P()62 EXPECT_NE(vp9_worker_sync(&worker_), 0); in TEST_P()66 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op. in TEST_P()85 EXPECT_FALSE(vp9_worker_sync(&worker_)); in TEST_P()93 EXPECT_NE(vp9_worker_sync(&worker_), 0); in TEST_P()
78 int vp9_worker_sync(VP9Worker* const worker) { in vp9_worker_sync() function103 ok = vp9_worker_sync(worker); in vp9_worker_reset()
187 int vp9_worker_sync(VP9Worker* const worker);
202 vp9_worker_sync(&pbi->tile_workers[i]); in vp9_loop_filter_frame_mt()
713 vp9_worker_sync(&pbi->lf_worker); in decode_tile()727 vp9_worker_sync(&pbi->lf_worker); in decode_tile()983 pbi->mb.corrupted |= !vp9_worker_sync(worker); in decode_tiles_mt()