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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c1123 int num_strips, strip, i, y, nexty, size, temp_size; local
1184 for(y = 0, strip = 1; y < s->h; strip++, y = nexty) {
1187 nexty = strip * s->h / num_strips; // <= s->h
1188 //make nexty the next multiple of 4 if not already there
1189 if(nexty & 3)
1190 nexty += 4 - (nexty & 3);
1192 strip_height = nexty - y;

Completed in 57 milliseconds