Home
last modified time | relevance | path

Searched refs:y1c (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_uspp.c241 const int y1c = y1 >> p->vsub; in filter() local
252 p->frame->data[1] = p->src[1] + x1c + y1c * p->frame->linesize[1]; in filter()
253 p->frame->data[2] = p->src[2] + x1c + y1c * p->frame->linesize[2]; in filter()
274 offset = (BLOCKc-x1c) + (BLOCKc-y1c) * p->frame_dec->linesize[1]; in filter()