Searched refs:extra_rows (Results 1 – 2 of 2) sorted by relevance
484 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory() local485 const int extra_y = extra_rows * dec->cache_y_stride_; in AllocateMemory()486 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_; in AllocateMemory()
776 const int extra_rows = kFilterExtraRows[dec->filter_type_]; in AllocateMemory() local777 const int extra_y = extra_rows * dec->cache_y_stride_; in AllocateMemory()778 const int extra_uv = (extra_rows / 2) * dec->cache_uv_stride_; in AllocateMemory()