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

/external/speex/libspeex/
H A Djitter.c71 #define GT32(a,b) (((spx_int32_t)((a)-(b)))>0) macro
545 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp))
562 if (!found || LT32(jitter->packets[i].timestamp,best_time) || (jitter->packets[i].timestamp==best_time && GT32(jitter->packets[i].span,best_span)))

Completed in 68 milliseconds