Home | History | Annotate | Download | only in dec

Lines Matching refs:ok

414   int ok = 1;
492 ok = io->put(io);
504 return ok;
512 int ok = 1;
522 ok = FinishRow(dec, io);
526 ok &= WebPGetWorkerInterface()->Sync(worker);
527 assert(worker->status_ == OK);
528 if (ok) { // spawn a new deblocking/output job
553 return ok;
615 int ok = 1;
617 ok = WebPGetWorkerInterface()->Sync(&dec->worker_);
623 return ok;
736 // down-cast is ok, thanks to WebPSafeAlloc() above.