Searched refs:ksummax (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 Dapedec.c601 int ksummax, ksummin; local
618 ksummax = 1 << rice->k + 7;
626 ksummax >>= 1;
628 while (rice->ksum >= ksummax) {
632 ksummax <<= 1;

Completed in 110 milliseconds