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

  /external/webp/src/dec/
vp8li_dec.h 38 int xsize_; // transform window X index. member in struct:VP8LTransform
vp8l_dec.c     [all...]
  /external/webp/src/dsp/
lossless.c 199 const int width = transform->xsize_;
290 const int width = transform->xsize_;
341 const int width = transform->xsize_; \
375 const int width = transform->xsize_;
399 // the effective width of VP8LSubSampleSize(xsize_, bits_). All other
400 // transforms work on effective width of xsize_.
403 VP8LSubSampleSize(transform->xsize_, transform->bits_);

Completed in 245 milliseconds