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

12

/external/libvpx/libvpx/vp8/common/mips/mmi/
H A Dcopymem_mmi.c55 uint8_t loop_count = 4; local
62 MMI_ADDIU(%[loop_count], %[loop_count], -0x01)
63 "bnez %[loop_count], 1b \n\t"
66 [loop_count]"+&r"(loop_count),
79 uint8_t loop_count = 4; local
85 MMI_ADDIU(%[loop_count], %[loop_count], -0x01)
86 "bnez %[loop_count],
[all...]
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
H A Dlabel_image.h28 int loop_count = 1; member in struct:tflite::label_image::Settings
/external/ltp/testcases/kernel/mem/mem/
H A Dmem01.c156 int loop_count; /* limited to 16Go on 32 bits systems */ local
205 loop_count = memsize / pagesize;
207 for (i = 0; i < loop_count; i++) {
/external/tensorflow/tensorflow/cc/framework/
H A Dwhile_gradients.cc92 // Creates a loop that executes `loop_count` times. The returned output is the
96 Status AddBackPropLoopCounter(WhileContext* while_ctx, const Output& loop_count, argument
100 // n = loop_count
125 scope, {loop_count}, cond_fn, body_fn, frame_name, &outputs,
/external/libxaac/decoder/
H A Dixheaacd_acelp_tools.c148 WORD32 loop_count) {
151 for (j = 0; j < loop_count; j++) {
180 WORD32 loop_count) {
183 for (j = 0; j < loop_count; j++) {
147 ixheaacd_residual_tool_float(FLOAT32 *a, FLOAT32 *x, FLOAT32 *y, WORD32 l, WORD32 loop_count) argument
179 ixheaacd_residual_tool_float1(FLOAT32 *a, FLOAT32 *x, FLOAT32 *y, WORD32 l, WORD32 loop_count) argument
H A Dixheaacd_tcx_fwd_alcnx.c160 WORD32 loop_count = 0; local
358 loop_count = (fac_length - TTT) / LEN_SUBFR;
360 &exc[TTT - fac_length], LEN_SUBFR, loop_count);
H A Dixheaacd_acelp_decode.c371 WORD32 loop_count = 0; local
435 loop_count = (fac_length + TTT) / LEN_SUBFR;
438 loop_count);
/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/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c317 int loop_count; local
329 for (loop_count = 1; loop_count <= TIMES; loop_count++) {
/external/webp/include/webp/
H A Ddemux.h233 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
297 uint32_t loop_count; member in struct:WebPAnimInfo
338 // info.loop_count times) without destroying and recreating the 'dec' object.
H A Dmux.h287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
/external/webp/src/webp/
H A Ddemux.h233 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
297 uint32_t loop_count; member in struct:WebPAnimInfo
338 // info.loop_count times) without destroying and recreating the 'dec' object.
H A Dmux.h287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
/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/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp472 ++s.loop_count;
517 sblog << " loop_count : " << loop_count << "\n"; local
H A Dsb_ir.h742 unsigned loop_count; member in struct:r600_sb::node_stats
751 loop_count(), phi_count(), loop_phi_count(), depart_count(),
/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/webrtc/webrtc/base/
H A Dhttpbase.cc507 size_t loop_count = 0; local
574 } while (++loop_count <= kMaxReadCount);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_generator.cpp1539 int loop_count = 0; local
1791 loop_count++;
2100 shader_name, dispatch_width, before_size / 16, loop_count, cfg->cycle_count,
2116 loop_count, cfg->cycle_count, spill_count,
H A Dbrw_vec4_generator.cpp1504 int loop_count = 0; local
1715 loop_count++;
2180 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count,
2194 loop_count, cfg->cycle_count, spill_count,
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2254 int if_count = 0, loop_count = 0; local
2265 loop_count++;
2277 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count);
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3544 int loop_count = 0; local
3574 loop_count++;
3622 ASSERT_EQUAL_32(loop_count, r1);
3645 int loop_count = 0; local
3703 loop_count++;
3888 ASSERT_EQUAL_32(loop_count, r1);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3267 int loop_count; local
3827 loop_count = 0;
4046 loop_count++;
4272 loop_count++;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c3693 int loop_count = 0; local
3717 if (loop_count == 0 || cpi->resize_pending != 0) {
3747 if (loop_count == 0) {
3779 if (loop_count > 0) {
3787 if (loop_count == 0) setup_frame(cpi);
3890 ++loop_count;
3987 ++loop_count;

Completed in 1273 milliseconds

12