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

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 62 int is_lossless; // true if a VP8L chunk is present member in struct:__anon13996
webp.c 228 // The flag '*is_lossless' is set to 1 in case of VP8L chunk / raw VP8L data.
233 int* const is_lossless) {
243 assert(is_lossless != NULL);
259 *is_lossless = is_vp8l;
262 *is_lossless = VP8LCheckSignature(data, *data_size);
351 &hdrs.compressed_size, &hdrs.is_lossless);
359 if (!hdrs.is_lossless) {
447 if (!headers.is_lossless) {
idec.c 307 idec->is_lossless_ = headers.is_lossless;
vp8.c 270 if (headers.is_lossless) {
  /external/webp/src/dec/
webpi.h 62 int is_lossless; // true if a VP8L chunk is present member in struct:__anon30359
webp.c 228 // The flag '*is_lossless' is set to 1 in case of VP8L chunk / raw VP8L data.
233 int* const is_lossless) {
243 assert(is_lossless != NULL);
259 *is_lossless = is_vp8l;
262 *is_lossless = VP8LCheckSignature(data, *data_size);
341 &hdrs.compressed_size, &hdrs.is_lossless);
349 if (!hdrs.is_lossless) {
430 if (!headers.is_lossless) {
idec.c 307 idec->is_lossless_ = headers.is_lossless;
vp8.c 270 if (headers.is_lossless) {

Completed in 1423 milliseconds