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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserenc.c231 int idx_min, idx_max, idx; local
235 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q);
241 if (idx > idx_max)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserenc.c246 int idx_min, idx_max, idx; local
250 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q);
256 if (idx > idx_max)

Completed in 203 milliseconds