Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c201 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 }; variable
408 const int extra_y_rows = kFilterExtraRows[dec->filter_type_]; in FinishRow()
572 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8EnterCritical()
697 + kFilterExtraRows[dec->filter_type_]) * 3 / 2; in AllocateMemory()
757 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory()