commit | 0384a2aab79a8b004257ba32d7824e8defb12c55 | [log] [tgz] |
---|---|---|
author | Johann <johann@duck.com> | Sat Nov 05 09:53:07 2022 +0900 |
committer | Johann <johann@duck.com> | Mon Mar 06 09:16:04 2023 +0900 |
tree | dc65fa7b37223539b06f39a5856b2b523149ecea | |
parent | 5fae248f2a8af49bc82590ec1d397c8535859b0e [diff] |
reland: quantize: simplify 32x32_b args Allocate mb_plane_ on the heap to ensure src is aligned. Now that all the implementations of the 32x32 quantize are in intrinsics we can reference struct members directly. Saves pushing them to the stack. n_coeffs is not used at all for this function. Change-Id: Ib551f7f583977602504d962b72063bc6eda9dda9