Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8li_enc.h58 int current_width_; // Corresponds to packed image width. member
Dvp8l_enc.c1254 enc->current_width_ = width; in AllocateTransformBuffer()
1280 assert(enc->current_width_ == width); in MakeInputImageCopy()
1440 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette()
1456 enc->argb_, enc->current_width_, in MapImageFromPalette()
1628 ApplySubtractGreen(enc, enc->current_width_, height, bw); in EncodeStreamHook()
1632 err = ApplyPredictFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook()
1638 err = ApplyCrossColorFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook()
1649 enc->current_width_, height, quality, low_effort, in EncodeStreamHook()