Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c29 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 }; variable
38 const int cache_height = (16 + kFilterExtraRows[dec->filter_type_]) * 3 / 2; in VP8InitFrame()
84 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in VP8InitFrame()
253 const int extra_y_rows = kFilterExtraRows[dec->filter_type_]; in VP8FinishRow()
356 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8FinishFrameSetup()