Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c196 const int chromay = y >> s->vsub; in burn_frame8() local
198 f->data[1][chromay * f->linesize[1] + chromax] = s->yuv_color[1]; in burn_frame8()
199 f->data[2][chromay * f->linesize[2] + chromax] = s->yuv_color[2]; in burn_frame8()
205 const int chromay = y >> s->vsub; in burn_frame16() local
208 AV_WN16(f->data[1] + chromay * f->linesize[1] + chromax * 2, s->yuv_color[1] * mult); in burn_frame16()
209 AV_WN16(f->data[2] + chromay * f->linesize[2] + chromax * 2, s->yuv_color[2] * mult); in burn_frame16()

Completed in 3 milliseconds