HomeSort by relevance Sort by last modified time
    Searched defs:loop_count (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/mips/mmi/
copymem_mmi.c 55 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], 1b \n\t
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.h 28 int loop_count = 1; member in struct:tflite::label_image::Settings
  /external/ltp/testcases/kernel/mem/mem/
mem01.c 156 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/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding_mips.c 180 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/libxaac/decoder/
ixheaacd_tcx_fwd_alcnx.c 160 WORD32 loop_count = 0; local
358 loop_count = (fac_length - TTT) / LEN_SUBFR;
360 &exc[TTT - fac_length], LEN_SUBFR, loop_count);
ixheaacd_acelp_decode.c 371 WORD32 loop_count = 0; local
435 loop_count = (fac_length + TTT) / LEN_SUBFR;
438 loop_count);
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 317 int loop_count; local
329 for (loop_count = 1; loop_count <= TIMES; loop_count++) {
  /external/webp/include/webp/
demux.h 233 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.
mux.h 287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
  /external/webp/src/webp/
demux.h 233 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.
mux.h 287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.cpp 472 ++s.loop_count;
517 sblog << " loop_count : " << loop_count << "\n"; local
sb_ir.h 742 unsigned loop_count; member in struct:r600_sb::node_stats
751 loop_count(), phi_count(), loop_phi_count(), depart_count(),
  /external/webrtc/webrtc/base/
httpbase.cc 507 size_t loop_count = 0; local
574 } while (++loop_count <= kMaxReadCount);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 760 int32_t loop_count = 2; local
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 728 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/mesa/drivers/dri/i965/
brw_fs_generator.cpp 1539 int loop_count = 0; local
    [all...]
brw_vec4_generator.cpp 1504 int loop_count = 0; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 86 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, 6)
    [all...]
  /system/extras/simpleperf/
environment.cpp 514 size_t loop_count = 0; local
546 if (loop_count > 0u) {
554 if (++loop_count == 1u) {
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2254 int if_count = 0, loop_count = 0; local
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 3544 int loop_count = 0; local
3645 int loop_count = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3267 int loop_count; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 3693 int loop_count = 0; local
    [all...]
  /external/ImageMagick/coders/
png.c 685 loop_count[256],
683 loop_count[256], member in struct:_MngInfo
    [all...]

Completed in 1244 milliseconds

1 2