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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 609 const int extra_rows = kFilterExtraRows[dec->filter_type_]; local
610 const int extra_y = extra_rows * dec->cache_y_stride_;
611 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_;
  /external/webp/src/dec/
frame.c 609 const int extra_rows = kFilterExtraRows[dec->filter_type_]; local
610 const int extra_y = extra_rows * dec->cache_y_stride_;
611 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_;

Completed in 153 milliseconds