Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dagm.c604 uint8_t *y1dst = *y1; in fill_pixels() local
612 y1dst[2*x+0] += fill[2]; in fill_pixels()
613 y1dst[2*x+1] += fill[3]; in fill_pixels()
625 y1dst -= 2*ylinesize; in fill_pixels()
633 y1dst[2*x+0] += fill[0]; in fill_pixels()
634 y1dst[2*x+1] += fill[1]; in fill_pixels()
644 y1dst -= 2*ylinesize; in fill_pixels()
652 *y1 = y1dst; in fill_pixels()
718 uint8_t *y1dst = y0dst - frame->linesize[0]; in decode_runlen() local
738 if (fill_pixels(&y0dst, &y1dst, in decode_runlen()
768 uint8_t *y1dst = y0dst - frame->linesize[0]; decode_raw_intra() local
[all...]

Completed in 3 milliseconds