Home
last modified time | relevance | path

Searched refs:current_width_ (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dvp8l.c810 enc->current_width_ = width; in AllocateTransformBuffer()
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_, in EncodePalette()
1015 enc->current_width_ = width; in VP8LEncodeStream()
1021 if (!EvalAndApplySubtractGreen(enc, enc->current_width_, height, bw)) { in VP8LEncodeStream()
1027 if (!ApplyPredictFilter(enc, enc->current_width_, height, quality, bw)) { in VP8LEncodeStream()
1034 if (!ApplyCrossColorFilter(enc, enc->current_width_, height, quality, bw)) { in VP8LEncodeStream()
1046 if (!VP8LCalculateEstimateForCacheSize(enc->argb_, enc->current_width_, in VP8LEncodeStream()
1056 if (!EncodeImageInternal(bw, enc->argb_, enc->current_width_, height, in VP8LEncodeStream()
Dvp8li.h34 int current_width_; // Corresponds to packed image width. member
/external/webp/src/enc/
Dvp8li.h35 int current_width_; // Corresponds to packed image width. member
Dvp8l.c1151 enc->current_width_ = width; in AllocateTransformBuffer()
1175 assert(enc->current_width_ == width); in MakeInputImageCopy()
1267 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette()
1283 enc->argb_, enc->current_width_, in MapImageFromPalette()
1455 ApplySubtractGreen(enc, enc->current_width_, height, bw); in VP8LEncodeStream()
1459 err = ApplyPredictFilter(enc, enc->current_width_, height, quality, in VP8LEncodeStream()
1465 err = ApplyCrossColorFilter(enc, enc->current_width_, in VP8LEncodeStream()
1476 enc->current_width_, height, quality, low_effort, in VP8LEncodeStream()
Ddelta_palettization.c439 err = ApplyDeltaPalette(src, dst, pic->argb_stride, enc->current_width_, in WebPSearchOptimalDeltaPalette()