HomeSort by relevance Sort by last modified time
    Searched full:filter_row_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
frame.c 95 assert(dec->thread_ctx_.filter_row_);
180 if (ctx->filter_row_) {
261 ctx->filter_row_ = dec->filter_row_;
272 ctx->filter_row_ = dec->filter_row_;
273 if (ctx->filter_row_) { // just swap filter info
vp8i.h 177 int filter_row_; // true if row-filtering is needed member in struct:__anon12099
275 int filter_row_; // per-row flag member in struct:VP8Decoder
vp8.c 680 dec->filter_row_ =
  /external/webp/src/dec/
frame.c 95 assert(dec->thread_ctx_.filter_row_);
180 if (ctx->filter_row_) {
261 ctx->filter_row_ = dec->filter_row_;
272 ctx->filter_row_ = dec->filter_row_;
273 if (ctx->filter_row_) { // just swap filter info
vp8i.h 177 int filter_row_; // true if row-filtering is needed member in struct:__anon28543
275 int filter_row_; // per-row flag member in struct:VP8Decoder
vp8.c 680 dec->filter_row_ =

Completed in 216 milliseconds