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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction
221 loop_count label
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction
221 loop_count label
  /external/qemu/android/utils/
eintr_wrapper_unittest.cpp 25 static int loop_count = 0; variable
30 if (++loop_count == 1)
38 loop_count = 0;
40 EXPECT_EQ(1, loop_count);
44 loop_count = 0;
48 EXPECT_EQ(2, loop_count);
52 loop_count++;
63 loop_count = 0;
65 EXPECT_EQ(1, loop_count);
70 // This function loops 10 times around |loop_count|, while returnin
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction
221 loop_count label
  /external/chromium_org/third_party/opus/src/silk/float/
solve_LS_FLP.c 163 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/float/
solve_LS_FLP.c 163 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/chromium_org/third_party/opus/src/silk/fixed/
solve_LS_FIX.c 123 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/chromium_org/third_party/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/libopus/silk/fixed/
solve_LS_FIX.c 123 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/chromium_org/third_party/libwebp/webp/
mux.h 284 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
  /external/chromium_org/media/filters/
frame_processor_unittest.cc 160 int loop_count = 0; local
167 } while (++loop_count < 2 && read_callback_called_ &&
186 int loop_count = 0; local
194 } while (++loop_count < 2 &&
  /external/oprofile/opjitconv/
jitsymbol.c 435 int loop_count = entry_count; local
440 for (j = 1; j < loop_count; j++) {
  /external/chromium_org/third_party/webrtc/base/
httpbase.cc 503 size_t loop_count = 0; local
569 } while (++loop_count <= kMaxReadCount);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 765 int32_t loop_count = 2; local
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 122 Register loop_count = edx; local
124 __ cmp(loop_count, 0);
140 __ dec(loop_count);
234 Register loop_count = edx; local
269 __ mov(loop_count, count);
270 __ shr(loop_count, 6);
302 __ mov(loop_count, count);
303 __ shr(loop_count, 6);
335 __ mov(loop_count, count);
336 __ shr(loop_count, 6)
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 76 const uint32_t loop_count = std::min<uint32_t>(DEBUG_PTRACE_MAXBYTES, count); local
77 for(uint32_t i=0; i<loop_count; i++)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 3473 int loop_count; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 1767 int loop_count = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 2253 int if_count = 0, loop_count = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3326 int loop_count; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2208 int loop_count = 0; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2253 int if_count = 0, loop_count = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 3327 int loop_count; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 2284 int loop_count = 0; local
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 1892 Register loop_count = x11; local
    [all...]

Completed in 4008 milliseconds

1 2