Searched refs:extra_rows (Results 1 – 1 of 1) sorted by relevance
757 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory() local758 const int extra_y = extra_rows * dec->cache_y_stride_; in AllocateMemory()759 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_; in AllocateMemory()