Searched refs:current_width_ (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | vp8li_enc.h | 58 int current_width_; // Corresponds to packed image width. member
|
D | vp8l_enc.c | 1243 enc->current_width_ = width; in AllocateTransformBuffer() 1269 assert(enc->current_width_ == width); in MakeInputImageCopy() 1429 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette() 1445 enc->argb_, enc->current_width_, in MapImageFromPalette() 1615 ApplySubtractGreen(enc, enc->current_width_, height, bw); in EncodeStreamHook() 1619 err = ApplyPredictFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook() 1625 err = ApplyCrossColorFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook() 1636 enc->current_width_, height, quality, low_effort, in EncodeStreamHook()
|