HomeSort by relevance Sort by last modified time
    Searched refs:is_lossless (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 63 int is_lossless; // true if a VP8L chunk is present member in struct:__anon17879
webp.c 228 // The flag '*is_lossless' is set to 1 in case of VP8L chunk / raw VP8L data.
232 int* const is_lossless) {
242 assert(is_lossless != NULL);
261 *is_lossless = is_vp8l;
264 *is_lossless = VP8LCheckSignature(data, *data_size);
360 &hdrs.compressed_size, &hdrs.is_lossless);
369 *format = hdrs.is_lossless ? 2 : 1;
372 if (!hdrs.is_lossless) {
462 if (!headers.is_lossless) {
frame.c 515 assert(headers == NULL || !headers->is_lossless);
idec.c 315 idec->is_lossless_ = headers.is_lossless;

Completed in 438 milliseconds