Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c32 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 }; variable
167 const int extra_y_rows = kFilterExtraRows[dec->filter_type_]; in FinishRow()
316 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8EnterCritical()
424 + kFilterExtraRows[dec->filter_type_]) * 3 / 2; in AllocateMemory()
484 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory()
/external/webp/src/dec/
Dframe.c201 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 }; variable
417 const int extra_y_rows = kFilterExtraRows[dec->filter_type_]; in FinishRow()
585 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8EnterCritical()
716 + kFilterExtraRows[dec->filter_type_]) * 3 / 2; in AllocateMemory()
776 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory()