Home | History | Annotate | Download | only in test

Lines Matching refs:source16

134     const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_);
143 sad += abs(source16[h * source_stride_ + w] -
163 const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_);
178 sad += abs(source16[h * source_stride_ + w] - comp_pred);