/external/aac/libSBRenc/src/ |
ton_corr.cpp | 119 The ratio between the predicted energy (tonal energy A) and the total 120 energy (A + B) is calculated. This is converted to the ratio between 346 correct tonal to noise ratio after SBR. 348 Estimates the tonal to noise ratio of the original signal (using LPC). 350 patching the tonal to noise ratio values similar to the patching of the 351 lowband in the decoder. Given the tonal to noise ratio of the original [all...] |
/external/sonic/ |
sonic.c | 751 float ratio = sin(t*M_PI/(2*numSamples)); local 752 *o = *d*(1.0f - ratio) + *u*ratio; 893 int ratio = rightPosition - position; local 896 return (ratio*left + (width - ratio)*right)/width;
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
CameraManager.java | [all...] |
/developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/ |
MainActivity.java | 162 // This is how you can update action items (or aspect ratio) for Picture-in-Picture mode. 268 // Calculate the aspect ratio of the PiP screen.
|
/developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/ |
MainActivity.java | 162 // This is how you can update action items (or aspect ratio) for Picture-in-Picture mode. 268 // Calculate the aspect ratio of the PiP screen.
|
/device/generic/goldfish-opengl/system/include/EGL/ |
egl.h | 196 * aspect ratio are scaled when queried as integer values. 200 /* Unknown display resolution/aspect ratio */
|
/external/aac/libAACenc/src/ |
mps_main.h | 165 * \param sbrRatio SBR sampling rate ratio. 224 * \param sbrRatio SBR sampling rate ratio.
|
/external/adhd/cras/src/dsp/ |
drc.c | 222 float ratio = drc_get_param(drc, i, PARAM_RATIO); local 236 ratio,
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448 | 330 Largest gap ratio slot0: 1.571429 377 Largest gap ratio slot0: 2.433105
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
touch_firmware_report-lumpy-fw_11.23-complete-20130614_065717 | 330 Largest gap ratio slot0: 3.807887 377 Largest gap ratio slot0: 4.472136
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
touch_firmware_report-lumpy-fw_11.23-complete-20130614_065817 | 330 Largest gap ratio slot0: 2.157277 377 Largest gap ratio slot0: 2.534758
|
/external/autotest/tko/ |
display.py | 239 Display a ratio of total number of GOOD tests 256 Display a ratio of total number of GOOD tests
|
/external/blktrace/btt/doc/ |
sample-btt-output.tex | 33 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total 38 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
|
/external/libgsm/src/ |
short_term.c | 24 word * LARc, /* coded log area ratio [0..7] IN */ 350 word * LARc, /* coded log area ratio [0..7] IN */
|
/external/lz4/programs/ |
lz4.1 | 101 Compression level, with # being any value from 1 to 16\. Higher values trade compression speed for compression ratio\. Values above 16 are considered the same as 16\. Recommended values are 1 for fast compression (default), and 9 for high compression\. Speed/compression trade\-off will vary depending on data to compress\. Decompression speed remains fast at all settings\. 134 Block Dependency (improves compression ratio on small blocks)
|
/external/pdfium/third_party/lcms/src/ |
cmscnvrt.c | 844 cmsFloat64Number SumCMY, SumCMYK, Error, Ratio; 901 Ratio = 1 - ((SumCMYK - bp->MaxTAC) / SumCMY); 902 if (Ratio < 0) 903 Ratio = 0; 906 Ratio = 1.0; 908 Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C 909 Out[1] = _cmsQuickSaturateWord(Outf[1] * Ratio * 65535.0); // [all...] |
/external/skia/src/effects/ |
GrCircleBlurFragmentProcessor.fp | 198 // Profile textures are cached by the ratio of sigma to circle radius and by the size of the 202 // half-plane. Similarly, in the extreme high ratio cases circle becomes a point WRT to the
|
/external/skqp/src/effects/ |
GrCircleBlurFragmentProcessor.fp | 198 // Profile textures are cached by the ratio of sigma to circle radius and by the size of the 202 // half-plane. Similarly, in the extreme high ratio cases circle becomes a point WRT to the
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineSimplifyDemanded.cpp | [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
egl.h | 197 * aspect ratio are scaled when queried as integer values.
201 /* Unknown display resolution/aspect ratio */
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
fusion_merger.cc | 95 // Returns the flops to bytes transferred ratio of instruction 'fusion'. 252 // Skip 'fusion' instruction if its flops to bytes transferred ratio
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
resnet_utils.py | 160 output_stride, which is the ratio of the input to output spatial resolution. 178 ratio of input to output spatial resolution, which needs to be equal to
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
frame_pair.cc | 63 // center of the objects, the scale ratio determination might be incalculable. 106 // [0, kOutOfBoxMultiplier), falling off with the squared distance ratio.
|
/external/webrtc/talk/media/base/ |
videoframe.cc | 175 // Adjust the input width:height ratio to be the same as the output ratio.
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
ConfigGenerator.java | 287 public ConfigGenerator setRatio(ScreenRatio ratio) { 288 mRatio = ratio;
|