Lines Matching refs:ydst
997 uint8_t *ydst, *udst, *vdst; in decode_slice() local
1002 ydst = p->data[0] + p->linesize[0] * (y + y_offset); in decode_slice()
1004 lefty = s->llviddsp.add_left_pred(ydst, s->temp[0], in decode_slice()
1008 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice()
1017 ydst = p->data[0] + p->linesize[0] * (y + y_offset); in decode_slice()
1022 lefty = s->llviddsp.add_left_pred(ydst, s->temp[0], in decode_slice()
1030 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice()
1095 uint8_t *ydst, *udst, *vdst; in decode_slice() local
1100 ydst = p->data[0] + p->linesize[0] * y; in decode_slice()
1101 s->llviddsp.add_median_pred(ydst, ydst - fake_ystride, in decode_slice()
1113 ydst = p->data[0] + p->linesize[0] * y; in decode_slice()
1117 s->llviddsp.add_median_pred(ydst, ydst - fake_ystride, in decode_slice()