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

  /external/webp/src/dec/
frame.c 84 const int extra_rows = kFilterExtraRows[dec->filter_type_]; local
85 const int extra_y = extra_rows * dec->cache_y_stride_;
86 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_;

Completed in 116 milliseconds