Searched refs:is_lossless (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/3rdparty/libwebp/mux/ |
D | muxedit.c | 117 WebPMuxAnimDispose dispose_method, int is_lossless, int is_frame, in CreateFrameFragmentData() argument 124 const int ok = is_lossless ? in CreateFrameFragmentData() 156 int* const is_lossless) { in GetImageData() argument 175 *is_lossless = VP8LCheckSignature(image->bytes, image->size); in GetImageData() 251 int is_lossless = 0; in SetAlphaAndImageChunks() local 253 WebPMuxError err = GetImageData(bitstream, &image, &alpha, &is_lossless); in SetAlphaAndImageChunks() 255 is_lossless ? kChunks[IDX_VP8L].tag : kChunks[IDX_VP8].tag; in SetAlphaAndImageChunks() 336 const int is_lossless = (wpi.img_->tag_ == kChunks[IDX_VP8L].tag); in WebPMuxPushFrame() local 352 duration, dispose_method, is_lossless, in WebPMuxPushFrame()
|
/external/webp/src/dec/ |
D | webp.c | 225 int* const is_lossless) { in ParseVP8Header() argument 235 assert(is_lossless != NULL); in ParseVP8Header() 254 *is_lossless = is_vp8l; in ParseVP8Header() 257 *is_lossless = VP8LCheckSignature(data, *data_size); in ParseVP8Header() 357 &hdrs.compressed_size, &hdrs.is_lossless); in ParseHeadersInternal() 366 *format = hdrs.is_lossless ? 2 : 1; in ParseHeadersInternal() 369 if (!hdrs.is_lossless) { in ParseHeadersInternal() 468 if (!headers.is_lossless) { in DecodeInto()
|
D | webpi.h | 66 int is_lossless; // true if a VP8L chunk is present member
|
D | frame.c | 682 assert(headers == NULL || !headers->is_lossless); in VP8GetThreadMethod()
|
D | idec.c | 317 idec->is_lossless_ = headers.is_lossless; in DecodeWebPHeaders()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | webp.c | 233 int* const is_lossless) { in ParseVP8Header() argument 243 assert(is_lossless != NULL); in ParseVP8Header() 259 *is_lossless = is_vp8l; in ParseVP8Header() 262 *is_lossless = VP8LCheckSignature(data, *data_size); in ParseVP8Header() 341 &hdrs.compressed_size, &hdrs.is_lossless); in ParseHeadersInternal() 349 if (!hdrs.is_lossless) { in ParseHeadersInternal() 430 if (!headers.is_lossless) { in DecodeInto()
|
D | webpi.h | 62 int is_lossless; // true if a VP8L chunk is present member
|
D | vp8.c | 270 if (headers.is_lossless) { in VP8GetHeaders()
|
D | idec.c | 307 idec->is_lossless_ = headers.is_lossless; in DecodeWebPHeaders()
|