Home | History | Annotate | Download | only in dec

Lines Matching refs:ok

165   int ok = 1;
236 ok = io->put(io);
248 return ok;
256 int ok = 1;
262 ok = FinishRow(dec, io);
266 ok &= WebPWorkerSync(worker);
267 assert(worker->status_ == OK);
268 if (ok) { // spawn a new deblocking/output job
284 return ok;
346 int ok = 1;
348 ok = WebPWorkerSync(&dec->worker_);
354 return ok;
444 // down-cast is ok, thanks to WebPSafeAlloc() above.