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()
450 return VP8_STATUS_OK; in DecodeRemaining()
478 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()
483 return VP8_STATUS_OK; in DecodeVP8LHeader()
503 return VP8_STATUS_OK; in DecodeVP8LData()
564 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
651 return VP8_STATUS_OK; in IDecCheckStatus()