Searched defs:kept (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dpacket_loss_test.cc193 int kept = 0; local
200 kept++;
218 lossResult += (kept==0); // 2 = all lost = full frame
222 _totalKept += kept;
226 //printf("Threw away: %d out of %d packets\n", thrown, thrown + kept);
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c141 int* thrown, int* kept)
167 *kept = *size/mtu + ((*size % mtu > 0) ? 1 : 0); /* approximate */
168 for (i=0; i < *kept; i++)
180 (*kept)++;
205 int thrown=0, kept=0; local
300 kept += kept_frame;
140 throw_packets(unsigned char* frame, int* size, int loss_rate, int* thrown, int* kept) argument
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc157 int kept = kNil; // List of kept elements. local
170 lists_[current].next = kept;
171 kept = current;
175 array_[i].next = kept;
783 // The logical "stack frames" of the recursion are kept in a list of
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 144 milliseconds