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

  /external/webp/src/dec/
frame.c 38 const int cache_height = (16 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
84 const int extra_rows = kFilterExtraRows[dec->filter_type_];
141 if (dec->filter_type_ == 1) { // simple
181 assert(dec->filter_type_ > 0);
193 if (dec->filter_type_ > 0) {
253 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
340 dec->filter_type_ = 0;
356 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
357 if (dec->filter_type_ == 2) {
vp8i.h 251 int filter_type_; // 0=off, 1=simple, 2=complex member in struct:VP8Decoder
vp8.c 229 dec->filter_type_ = (hdr->level_ == 0) ? 0 : hdr->simple_ ? 1 : 2;
230 if (dec->filter_type_ > 0) { // precompute filter levels per segment
704 if (dec->filter_type_ > 0) {
idec.c 386 if (dec->filter_type_ > 0) {

Completed in 36 milliseconds