Searched refs:kFilterExtraRows (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dframe.c26 // kFilterExtraRows[] = How many extra lines are needed on the MB boundary
31 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 }; variable
250 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
418 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
549 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
609 const int extra_rows = kFilterExtraRows[dec->filter_type_];

Completed in 41 milliseconds