Searched refs:STEPSIZE (Results 1 – 4 of 4) sorted by relevance
71 public int STEPSIZE = 64; field in DefaultMp4Builder472 for (int i = 0; i < Math.ceil((double) nuSamples.size() / STEPSIZE); i++) { in getBox()474 i * STEPSIZE, // start in getBox()475 … (i + 1) * STEPSIZE < nuSamples.size() ? (i + 1) * STEPSIZE : nuSamples.size()); // end in getBox()
207 int STEPSIZE = 1024;211 for (int i = 0; i < Math.ceil((double) samples.size() / STEPSIZE); i++) {213 i * STEPSIZE, // start214 … (i + 1) * STEPSIZE < samples.size() ? (i + 1) * STEPSIZE : samples.size()); // end
1120 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit() macro1123 for (in = 0; in < STEPSIZE; in++, out++) { in init_error_limit()1127 for (; in < STEPSIZE*3; in++, out += (in&1) ? 0 : 1) { in init_error_limit()1134 #undef STEPSIZE in init_error_limit()
176 #define STEPSIZE sizeof(size_t) macro398 while (likely(pIn<pInLimit-(STEPSIZE-1))) in LZ4_count()401 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; } in LZ4_count()