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

  /external/opencv3/3rdparty/libwebp/dec/
webpi.h 62 int is_lossless; // true if a VP8L chunk is present member in struct:__anon20437
  /external/webp/src/dec/
webpi.h 66 int is_lossless; // true if a VP8L chunk is present member in struct:__anon26125
  /external/opencv3/3rdparty/libwebp/mux/
muxedit.c 117 WebPMuxAnimDispose dispose_method, int is_lossless, int is_frame,
124 const int ok = is_lossless ?
153 // Also outputs 'is_lossless' to be true if the given bitstream is lossless.
156 int* const is_lossless) {
175 *is_lossless = VP8LCheckSignature(image->bytes, image->size);
251 int is_lossless = 0; local
253 WebPMuxError err = GetImageData(bitstream, &image, &alpha, &is_lossless);
255 is_lossless ? kChunks[IDX_VP8L].tag : kChunks[IDX_VP8].tag;
336 const int is_lossless = (wpi.img_->tag_ == kChunks[IDX_VP8L].tag); local
352 duration, dispose_method, is_lossless,
    [all...]

Completed in 50 milliseconds