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

  /external/chromium_org/third_party/libwebp/dec/
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) {
webpi.h 63 int is_lossless; // true if a VP8L chunk is present member in struct:__anon16874
idec.c 315 idec->is_lossless_ = headers.is_lossless;
frame.c 515 assert(headers == NULL || !headers->is_lossless);
  /external/webp/src/dec/
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);
364 &hdrs.compressed_size, &hdrs.is_lossless);
373 *format = hdrs.is_lossless ? 2 : 1;
376 if (!hdrs.is_lossless) {
474 if (!headers.is_lossless) {
webpi.h 63 int is_lossless; // true if a VP8L chunk is present member in struct:__anon37040
idec.c 315 idec->is_lossless_ = headers.is_lossless;
frame.c 515 assert(headers == NULL || !headers->is_lossless);

Completed in 386 milliseconds