Lines Matching refs:dst
489 cavs_vector *dst = src + MV_BWD_OFFS;
492 dst->x = -((src->x * h->sym_factor + 256) >> 9);
493 dst->y = -((src->y * h->sym_factor + 256) >> 9);
494 dst->ref = 0;
495 dst->dist = h->dist[0];
496 set_mvs(dst, size);
520 int16_t *dst, int mul, int shift, int coeff_num)
535 dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift;
546 * @param dst location of sample block
551 int qp, uint8_t *dst, ptrdiff_t stride)
591 h->cdsp.cavs_idct8_add(dst, block, stride);