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

  /external/webp/src/dec/
frame.c 45 if (dec->filter_type_ == 1) { // simple
96 if (dec->filter_type_ > 0) {
250 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
348 (dec->filter_type_ > 0) &&
402 dec->filter_type_ = 0;
418 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
419 if (dec->filter_type_ == 2) {
499 (dec->filter_type_ > 0) ? MT_CACHE_LINES : MT_CACHE_LINES - 1;
542 (dec->filter_type_ > 0) ?
549 + kFilterExtraRows[dec->filter_type_]) * 3 / 2
    [all...]
vp8i.h 291 int filter_type_; // 0=off, 1=simple, 2=complex member in struct:VP8Decoder
vp8.c 241 dec->filter_type_ = (hdr->level_ == 0) ? 0 : hdr->simple_ ? 1 : 2;
568 if (dec->filter_type_ > 0) { // store filter info

Completed in 121 milliseconds