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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 26 // kFilterExtraRows[] = How many extra lines are needed on the MB boundary
31 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 };
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_];
  /external/webp/src/dec/
frame.c 26 // kFilterExtraRows[] = How many extra lines are needed on the MB boundary
31 static const uint8_t kFilterExtraRows[3] = { 0, 2, 8 };
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 51 milliseconds