Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpixlet.c207 int ret, escape, pfx, value, yflag, xflag, flag = 0; in read_high_coeffs() local
248 yflag = xflag; in read_high_coeffs()
254 tmp = (int64_t)c * ((yflag + 1) >> 1) + (c >> 1); in read_high_coeffs()
264 state += (int64_t)d * (uint64_t)yflag - ((int64_t)(d * (uint64_t)state) >> 8); in read_high_coeffs()