Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dscpr.c212 uint32_t value, x = 0, cumfr = 0, cnt_x = 0; in decode_unit() local
219 cnt_x = pixel->lookup[x]; in decode_unit()
220 if (value >= cumfr + cnt_x) in decode_unit()
221 cumfr += cnt_x; in decode_unit()
245 pixel->lookup[x] = cnt_x + step; in decode_unit()