Searched defs:loop_count (Results 1 - 20 of 20) sorted by relevance

/external/libopus/silk/float/
H A Dsolve_LS_FLP.c163 opus_int i, j, k, loop_count, err = 1; local
171 for( loop_count = 0; loop_count < M && err == 1; loop_count++ ) {
182 temp = ( loop_count + 1 ) * diag_min_value - temp;
/external/libopus/silk/fixed/
H A Dsolve_LS_FIX.c123 opus_int i, j, k, status, loop_count; local
133 for( loop_count = 0; loop_count < M && status == 1; loop_count++ ) {
145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 );
/external/opencv3/3rdparty/libwebp/webp/
H A Dmux.h279 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding_mips.c180 int loop_count = SUBFRAMES; local
191 "addu %[j], %[loop_count], $0 \n\t"
196 "addu %[n], %[loop_count], $0 \n\t"
244 : [loop_count] "r" (loop_count), [matrix0] "r" (matrix0),
/external/webp/include/webp/
H A Ddemux.h228 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
292 uint32_t loop_count; member in struct:WebPAnimInfo
333 // info.loop_count times) without destroying and recreating the 'dec' object.
/external/webp/src/webp/
H A Ddemux.h228 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
292 uint32_t loop_count; member in struct:WebPAnimInfo
333 // info.loop_count times) without destroying and recreating the 'dec' object.
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_mips.c760 int32_t loop_count = 2; local
797 "addiu %[loop_count], %[loop_count], 2 \n\t"
820 "blt %[loop_count], %[loop_size], 1b \n\t"
851 [loop_count] "+r" (loop_count), [noiseSupFilter] "+r" (noiseSupFilter),
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c728 printf(" -l | --loop_count - # of times to loop [def: %d]\n",
740 int loop_count = 1; local
749 {"loop_count", required_argument, 0, 'l'},
770 loop_count = atoi(optarg);
797 printf("Looping for %d iterations.\n", loop_count);
828 for(i = 0; i < loop_count; i++) {
/external/webrtc/webrtc/base/
H A Dhttpbase.cc507 size_t loop_count = 0; local
574 } while (++loop_count <= kMaxReadCount);
/external/v8/src/ia32/
H A Dcodegen-ia32.cc86 Register loop_count = edx; local
88 __ cmp(loop_count, 0);
104 __ dec(loop_count);
199 Register loop_count = edx; local
234 __ mov(loop_count, count);
235 __ shr(loop_count, 6);
267 __ mov(loop_count, count);
268 __ shr(loop_count, 6);
300 __ mov(loop_count, count);
301 __ shr(loop_count,
[all...]
/external/autotest/frontend/afe/
H A Dmodels.py1619 def create_recurring_job(self, start_date, loop_period, loop_count, owner):
1624 @param loop_count: The re-run count.
1629 loop_count=loop_count,
1985 loop_count: Re-run (loop) count
1992 loop_count = dbmodels.IntegerField(blank=True) variable in class:RecurringRun
2002 self.job.id, self.start_date, self.loop_period, self.loop_count)
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2253 int if_count = 0, loop_count = 0; local
2264 loop_count++;
2276 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3577 int loop_count; local
4170 loop_count = 0;
4419 loop_count++;
4651 loop_count++;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c3347 int loop_count = 0; local
3363 if (loop_count == 0 || cpi->resize_pending != 0) {
3383 if (loop_count == 0) {
3399 if (loop_count > 0) {
3407 if (loop_count == 0)
3511 ++loop_count;
3595 ++loop_count;
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc5072 // x11 loop_count parameter loop counter (uninit)
5077 Register loop_count = x11; local
5081 __ Mov(loop_count, mapped_params);
5086 __ Add(backing_store, elements, Operand(loop_count, LSL, kPointerSizeLog2));
5092 __ Sub(loop_count, loop_count, 1);
5093 __ Mov(x10, Operand(loop_count, LSL, kPointerSizeLog2));
5100 __ Cbnz(loop_count, &parameters_loop);
/external/ImageMagick/coders/
H A Dpng.c685 loop_count[256],
5863 mng_info->loop_count[loop_level]=loop_iters;
5894 mng_info->loop_count[loop_level]--;
5901 mng_info->loop_count[loop_level]);
5903 if (mng_info->loop_count[loop_level] != 0)
683 loop_count[256], member in struct:_MngInfo
/external/v8/test/cctest/
H A Dtest-api.cc15634 v8::base::Atomic32 loop_count; member in struct:RegExpInterruptionData
15646 for (v8::base::NoBarrier_Store(&regexp_interruption_data.loop_count, 0);
15647 v8::base::NoBarrier_Load(&regexp_interruption_data.loop_count) < 7;
15649 &regexp_interruption_data.loop_count, 1)) {
15666 if (v8::base::NoBarrier_Load(&regexp_interruption_data.loop_count) != 2) {
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 594 milliseconds