Searched defs:late (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp163 void late() { function
186 late<float, true>();
187 late<S3, false>();
/external/speex/libspeex/
H A Djitter.c48 + late
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */
160 int window_size; /**< Total window over which the late frames are counted */
162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */
171 cost = delay + late_factor*[number of frames that would be late if we used that delay]
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
180 int late = 0; local
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
236 cost = -latest + late_factor*late;
371 int late; local
[all...]

Completed in 95 milliseconds