HomeSort by relevance Sort by last modified time
    Searched refs:factor (Results 1 - 25 of 404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/src/common_audio/signal_processing/
get_hanning_window.c 62 WebRtc_Word32 factor = ((WebRtc_Word32)0x40000000); local
64 factor = WebRtcSpl_DivW32W16(factor, size);
73 index += factor;
downsample_fast.c 22 WebRtc_Word16 *B, WebRtc_Word16 B_length, WebRtc_Word16 factor,
32 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(factor, (out_length - 1)) + 1;
39 for (i = delay; i < endpos; i += factor)
  /external/bison/lib/
ldexpl.c 42 long double factor; local
54 factor = 0.5L;
57 factor = 2.0L;
62 /* Invariant: Here bit = 2^i, factor = 2^-2^i or = 2^2^i,
65 x *= factor;
69 factor = factor * factor;
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyParameter.java 9 double factor(); method in interface:AnnoFancyParameter
FullyNoted.java 13 FullyNoted(@AnnoFancyParameter(factor=0.5) int bar)
21 @AnnoFancyParameter(factor=3.7879912899761) long two)
30 @AnnoFancyParameter(factor=3.7879912899761) long two)
  /libcore/benchmarks/src/benchmarks/
MultiplicationBenchmark.java 43 int factor = 10; local
45 result *= factor;
51 int factor = 8; local
53 result *= factor;
  /external/aac/libFDK/src/arm/
scale_arm.cpp 100 FIXP_DBL factor,
120 tmp0 = fMultDiv2(tmp0, factor);
121 tmp1 = fMultDiv2(tmp1, factor);
122 tmp2 = fMultDiv2(tmp2, factor);
123 tmp3 = fMultDiv2(tmp3, factor);
136 tmp0 = fMultDiv2(tmp0, factor);
150 tmp0 = fMultDiv2(tmp0, factor);
151 tmp1 = fMultDiv2(tmp1, factor);
152 tmp2 = fMultDiv2(tmp2, factor);
153 tmp3 = fMultDiv2(tmp3, factor);
    [all...]
  /external/ceres-solver/internal/ceres/
cxsparse.h 76 void Free(cs_di* factor);
77 void Free(cs_dis* factor);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 45 factor=0; # we are measuring after-before as (-before) + (after),
46 # so the factor before the test is -1, after the test is
71 # the first time an uptime line is encountered factor should be -1, the
74 factor = factor ? 1 : -1
76 uptime_total += factor * $1
77 uptime_idle += factor * $2
80 print "got(/proc/uptime):", $0, "=>", factor, uptime_total, uptime_idle
86 MHZtime[$1] += factor * $2 * 0.01
87 cpu_time += factor * $2 * 0.0
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor)
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(double) MXW(*motLF) + (1.0-factor)* (double) MXW(*inmot))
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbstabsmooth.cpp 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor)
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(double) MXW(*motLF) + (1.0-factor)* (double) MXW(*inmot))
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor)
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(double) MXW(*motLF) + (1.0-factor)* (double) MXW(*inmot))
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 50 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE);
51 CONTEXT_LOAD(factor.reg, generated_vars.f);
53 // clamp fog factor (TODO: see if there is a way to guarantee
55 BIC(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, ASR, 31));
56 CMP(AL, factor.reg, imm( 0x10000 ));
57 MOV(HS, 0, factor.reg, imm( 0x10000 ));
59 build_blendFOneMinusF(temp, factor, fragment, fogColor);
169 integer_t factor;
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Clock.c 64 M4OSA_UInt32 factor; local
74 factor = 1000000 / timescale;
81 u32_time_lo += tv.tv_usec / factor;
  /libcore/benchmarks/src/benchmarks/regression/
IntConstantRemainderBenchmark.java 63 int factor = 2; local
65 result %= factor;
72 int factor = 10;
74 result %= factor;
IntConstantDivisionBenchmark.java 68 int factor = 2; local
70 result /= factor;
76 int factor = 10; local
78 result /= factor;
IntConstantMultiplicationBenchmark.java 89 int factor = 10; local
91 result *= factor;
97 int factor = 8; local
99 result *= factor;
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 80 const int factor = (int)(brightness * 255.0f); local
85 const short r = (pixel.rgba[0] * factor) / 255;
86 const short g = (pixel.rgba[1] * factor) / 255;
87 const short b = (pixel.rgba[2] * factor) / 255;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon25367
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon26957
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon30135
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon33048
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon34146
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon38818
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 117 factor = 2 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon43025
164 { return m_next_grow_size* factor; }
171 const size_type half_size = m_next_grow_size / factor;
182 ret *= factor;
193 m_next_grow_size *= factor;
204 m_next_shrink_size /= factor;
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>