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 51 if (dec->filter_type_ == 1) { // simple
102 if (dec->filter_type_ > 0) {
168 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
301 dec->filter_type_ = 0;
317 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
318 if (dec->filter_type_ == 2) {
397 (dec->filter_type_ > 0) ? MT_CACHE_LINES : MT_CACHE_LINES - 1;
418 (dec->filter_type_ > 0) ?
424 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
484 const int extra_rows = kFilterExtraRows[dec->filter_type_];
    [all...]
vp8i.h 272 int filter_type_; // 0=off, 1=simple, 2=complex member in struct:VP8Decoder
vp8.c 238 dec->filter_type_ = (hdr->level_ == 0) ? 0 : hdr->simple_ ? 1 : 2;
239 if (dec->filter_type_ > 0) { // precompute filter levels per segment
682 (dec->filter_type_ > 0) &&

Completed in 31 milliseconds