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.c1521 enc->current_width_ = width; in AllocateTransformBuffer()
1544 assert(enc->current_width_ == width); in MakeInputImageCopy()
1678 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette()
1694 enc->argb_, enc->current_width_, in MapImageFromPalette()
1884 ApplySubtractGreen(enc, enc->current_width_, height, bw); in EncodeStreamHook()
1889 if (!ApplyPredictFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook()
1899 if (!ApplyCrossColorFilter(enc, enc->current_width_, height, quality, in EncodeStreamHook()
1912 bw, enc->argb_, &enc->hash_chain_, enc->refs_, enc->current_width_, in EncodeStreamHook()