commit | f695d6596b4edc1e281e59517b80c5b71d23ea5e | [log] [tgz] |
---|---|---|
author | Urvang Joshi <urvang@google.com> | Wed May 10 11:21:45 2017 -0700 |
committer | Urvang Joshi <urvang@google.com> | Wed May 10 22:00:00 2017 +0000 |
tree | d98058d19a3a23f3abc66bddd24a8a8577022785 | |
parent | f5733fa71e7b05f10d34cb5f6be068c8ed3a74aa [diff] |
smooth_pred: 1D weights array to use less memory. As the block sizes are powers of two, we can index into the weights array as sm_weights_array[bs] now. This uses 2 * MAX_BLOCK_DIM memory, instead of NUM_BLOCK_DIMS * MAX_BLOCK_DIM earlier. Change-Id: I55bcedc188b8ed7def719c4d002c1fe2ec5e1b7f