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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_ebur128.c81 int cache_pos; ///< focus on the last added bin in the cache array member in struct:integrator
579 const int bin_id_400 = ebur128->i400.cache_pos;
580 const int bin_id_3000 = ebur128->i3000.cache_pos;
583 ebur128->i##time.cache_pos++; \
584 if (ebur128->i##time.cache_pos == I##time##_BINS) { \
586 ebur128->i##time.cache_pos = 0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp2175 int k, cache_pos, all_cache; local
2187 cache_pos = 0;
2196 for (k = cache_pos; k--; )
2202 for (k = CACHE_SIZE; k-- > cache_pos; )
2208 cachesrc[cache_pos] = xcol.pixel = pixel;
2212 cachedest[cache_pos] = pixel = xcol.pixel;
2214 if (++cache_pos >= CACHE_SIZE) {
2215 cache_pos = 0;

Completed in 177 milliseconds