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

  /external/opencv3/3rdparty/libwebp/dec/
frame.c 27 // kFilterExtraRows[] = How many extra lines are needed on the MB boundary
32 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 };
167 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
316 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
424 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
484 const int extra_rows = kFilterExtraRows[dec->filter_type_];
  /external/webp/src/dec/
frame.c 196 // kFilterExtraRows[] = How many extra lines are needed on the MB boundary
201 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 };
417 const int extra_y_rows = kFilterExtraRows[dec->filter_type_];
585 const int extra_pixels = kFilterExtraRows[dec->filter_type_];
716 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
776 const int extra_rows = kFilterExtraRows[dec->filter_type_];

Completed in 249 milliseconds