Home | History | Annotate | Download | only in test

Lines Matching refs:src16

143         uint16_t *src16 = CONVERT_TO_SHORTPTR(src);
151 const int diff = r - src16[w * y + x];
196 const uint16_t *src16 = CONVERT_TO_SHORTPTR(src);
205 const int diff = ((r + sec16[w * y + x] + 1) >> 1) - src16[w * y + x];
381 uint16_t *const src16 = CONVERT_TO_SHORTPTR(src_);
382 for (int k = 0; k < block_size(); ++k) src16[k] = i << byte_shift();