Lines Matching refs:VP8_STATUS_OK
276 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()
305 return VP8_STATUS_OK; in DecodeWebPHeaders()
327 return VP8_STATUS_OK; in DecodeVP8FrameHeader()
381 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()
390 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) { in DecodePartition0()
401 return VP8_STATUS_OK; in DecodePartition0()
449 return VP8_STATUS_OK; in DecodeRemaining()
477 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()
482 return VP8_STATUS_OK; in DecodeVP8LHeader()
502 return VP8_STATUS_OK; in DecodeVP8LData()
563 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
680 return VP8_STATUS_OK; in IDecCheckStatus()