Home
last modified time | relevance | path

Searched refs:y0dst (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dagm.c603 uint8_t *y0dst = *y0; in fill_pixels() local
610 y0dst[2*x+0] += fill[0]; in fill_pixels()
611 y0dst[2*x+1] += fill[1]; in fill_pixels()
624 y0dst -= 2*ylinesize; in fill_pixels()
629 y0dst[2*x+0] += fill[2]; in fill_pixels()
630 y0dst[2*x+1] += fill[3]; in fill_pixels()
643 y0dst -= 2*ylinesize; in fill_pixels()
651 *y0 = y0dst; in fill_pixels()
717 uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0]; in decode_runlen() local
718 uint8_t *y1dst = y0dst in decode_runlen()
767 uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0]; decode_raw_intra() local
[all...]

Completed in 2 milliseconds