/external/mesa3d/src/pixelflinger2/ |
llvm_texture.cpp | 29 // texture data is int pointer to surface (will cast to short for 16bpp), index is linear texel index, 148 // TODO: linear filtering needs to be fixed for texcoord outside of [0,1] 229 // mantissa is the amount between two texels, used for linear interpolation
|
/external/opencv/cv/src/ |
cvoptflowlk.cpp | 136 /* we must have 2*2 linear system coeffs 492 * Solve Linear System * 532 * End of Solving Linear System *
|
/external/quake/quake/src/WinQuake/ |
screen.cpp | 648 // for linear writes all the time 889 // for linear writes all the time 937 // for linear writes all the time
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
digital_agc.c | 125 // piecewise linear function in Q14: 129 // Calculate a denominator used in the exponential part to convert from dB to linear scale: 438 // Translate signal level into gain, using a piecewise linear approximation
|
/external/webrtc/src/modules/audio_processing/main/interface/ |
audio_processing.h | 57 // APM accepts only 16-bit linear PCM audio data in frames of 10 ms. Multiple 304 // P_a: Internal signal power at the point before the AEC's non-linear 316 // (Pre non-linear processing suppression) A_NLP = 10log_10(P_echo / P_a)
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_update_freq_scale.cpp | 240 { /* Linear mode */ 272 if (k2_diff < 0) /* If linear scale wasn't achived */ 278 if (k2_diff > 0) /* If linear scale wasn't achived */
|
/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 606 // followed by a linear read for the second iteration (i == 1). 620 LOGI("requesting linear read"); 680 // Linear read.
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.h | 140 * \param linear_polish whether to perform a linear polishing step after RANSAC 243 * Perform a linear polishing step by re-estimating the alignment transformation using the RANSAC inliers. 308 // Whether to fit a linear model to just the inliers at the end
|
/external/icu4c/common/ |
utrie2_builder.c | 52 * Requires UTRIE2_SHIFT_2<=6. Otherwise 0xc0 which is the top of the ASCII-linear data 210 /* set the index-1 indexes for the linear index-2 block */ 782 * protected (ASCII-linear or 2-byte UTF-8) block: 990 /* do not compact linear-ASCII data */ [all...] |
ucnv_ext.c | 47 /* direct access on a linear array */ 75 /* linear search for the last part */ 466 /* linear search for the last part */ [all...] |
/external/icu4c/data/unidata/ |
DerivedAge.txt | [all...] |
/external/grub/stage2/ |
asm.S | 796 /* generate linear address */ 1457 * Get the linear address of a ROM configuration table. Return zero, 1489 /* compute the linear address */ 1512 /* Convert the linear address to segment:offset */ 1551 /* Convert the linear address to segment:offset */ 1615 * gateA20(int linear) [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 42 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-linearlayout.html">Linear Layout 98 * horizontal linear layouts, the offset of 0 is appropriate. 698 // The width of the linear layout will scale, and at least one [all...] |
/external/flac/include/FLAC/ |
format.h | 136 /** The minimum quantized linear predictor coefficient precision 141 /** The maximum quantized linear predictor coefficient precision 270 FLAC__SUBFRAME_TYPE_LPC = 3 /**< linear prediction */ [all...] |
/external/qemu-pc-bios/bochs/ |
config.h.in | 290 // Compile in support for virtual/linear/physical breakpoints. 291 // Enable only those you need. Recommend using only linear 490 // define physical and linear address types
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 184 * then do linear interpolation between two actual samples using fractional part 231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 184 * then do linear interpolation between two actual samples using fractional part 231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 184 * then do linear interpolation between two actual samples using fractional part 231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.cpp | 810 m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR); 811 m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR); 814 // Clear out 1 pixel border for linear filtering. [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwb_math_op.cpp | 304 The function 1/sqrt(value) is approximated by a table and linear 368 The function power_2(L_x) is approximated by a table and linear 479 * The function Log2(L_x) is approximated by a table and linear
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm.h | 321 /** Linear format conversion PCM */ 345 /** Linear Integer <-> Linear Float format conversion PCM */ [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
Utils.java | 189 // Convert decibels to a linear ratio:
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 279 // Simple linear search, there should not be enough items to warrant
|
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Image.h | 271 * the range 0-255 and stored in linear order
|
/external/bluetooth/glib/gio/ |
gmemoryoutputstream.c | 389 for greater than linear growth */
|