/external/eigen/blas/f2c/ |
complexdots.c | 28 /* Parameter adjustments */ 44 /* Parameter adjustments */ 60 /* Parameter adjustments */ 76 /* Parameter adjustments */
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
denoising_sse2.c | 78 /* Get masks for l2 l1 and l0 adjustments */ 82 /* Get adjustments for l2, l1, and l0 */ 88 /* Combine the adjustments and get absolute adjustments. */ 94 /* Restore the sign and get positive and negative adjustments. */ 103 /* Adjustments <=7, and each element in acc_diff can fit in signed 151 // Restore the sign and get positive and negative adjustments. 160 // Accumulate the adjustments. 253 /* Get masks for l2 l1 and l0 adjustments */ 257 /* Get adjustments for l2, l1, and l0 * [all...] |
/external/llvm/test/CodeGen/X86/ |
inline-asm-stack-realign.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
|
inline-asm-stack-realign2.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
|
/external/webrtc/webrtc/modules/video_processing/util/ |
denoiser_filter_sse2.cc | 174 // Get masks for l2 l1 and l0 adjustments. 178 // Get adjustments for l2, l1, and l0. 184 // Combine the adjustments and get absolute adjustments. 190 // Restore the sign and get positive and negative adjustments. 200 // Adjustments <=7, and each element in acc_diff can fit in signed 249 // Restore the sign and get positive and negative adjustments. 259 // Accumulate the adjustments.
|
denoiser_filter_neon.cc | 141 // Calculate absolute adjustments for level 1, 2 and 3. 156 // Calculate positive and negative adjustments. Apply them to the signal 157 // and accumulate them. Adjustments are less than eight and the maximum 190 // Too much adjustments => copy block.
|
/frameworks/av/media/utils/ |
ProcessInfo.cpp | 47 ALOGE("pid %d invalid OOM adjustments value %d", pid, score); 51 // Use OOM adjustments value as the priority. Lower the value, higher the priority.
|
/frameworks/base/core/java/android/service/notification/ |
NotificationAssistantService.java | 107 * Updates existing notifications. Re-ranking won't occur until all adjustments are applied. 111 * @param adjustments a list of adjustments with explanations 113 public final void adjustNotifications(List<Adjustment> adjustments) { 116 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_denoiser_sse2.c | 58 // Get masks for l2 l1 and l0 adjustments. 62 // Get adjustments for l2, l1, and l0. 68 // Combine the adjustments and get absolute adjustments. 74 // Restore the sign and get positive and negative adjustments. 83 // Adjustments <=7, and each element in acc_diff can fit in signed 105 // Restore the sign and get positive and negative adjustments. 114 // Accumulate the adjustments.
|
/external/kernel-headers/original/uapi/linux/ |
atm_zatm.h | 43 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
1-1.c | 15 * target thread. It shall not reflect any temporary adjustments to
|
1-2.c | 15 * target thread. It shall not reflect any temporary adjustments to
|
assertions.xml | 11 target thread. It shall not reflect any temporary adjustments to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atm_zatm.h | 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atm_zatm.h | 49 #define ZATM_TIMER_HISTORY_SIZE 16 /* number of timer adjustments to
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
denoising_neon.c | 22 * pixel adjustments vs. pixel diff value ahead of time. 35 * The adjustments were further corrected by checking the motion magnitude. 88 /* Calculate absolute adjustments for level 1, 2 and 3. */ 104 /* Calculate positive and negative adjustments. Apply them to the signal 105 * and accumulate them. Adjustments are less than eight and the maximum 143 /* Too much adjustments => copy block. */ 304 /* Calculate absolute adjustments for level 1, 2 and 3. */ 320 /* Calculate positive and negative adjustments. Apply them to the signal 321 * and accumulate them. Adjustments are less than eight and the maximum 360 /* Too much adjustments => copy block. * [all...] |
/external/skia/gm/ |
typeface.cpp | 31 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, 37 globalAdj += adjustments[i] * scale; 58 int32_t* adjustments = adjustmentStorage.get(); local 59 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { 71 applyKerning(pos, adjustments, glyphCount, glyphPaint);
|
/external/skia/include/core/ |
SkTypeface.h | 240 * Given a run of glyphs, return the associated horizontal adjustments. 241 * Adjustments are in "design units", which are integers relative to the 252 * [count] valid glyph IDs, and the adjustments parameter must be 254 * [count-1] entries in the adjustments array will be set. If the method 255 * returns false, then no kerning should be applied, and the adjustments 260 int32_t adjustments[]) const; 312 * will not take into account any hinting or other size-specific adjustments. 371 int32_t adjustments[]) const;
|
/frameworks/base/media/java/android/media/ |
VolumePolicy.java | 39 /** Allow volume adjustments lower from vibrate to enter ringer mode = silent */ 42 /** Allow volume adjustments higher to exit ringer mode = silent */
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
DisplayAdjustmentUtils.java | 29 * Utility methods for performing accessibility display adjustments. 86 * Applies the specified user's display color adjustments.
|
/external/autotest/client/site_tests/power_Draw/ |
power_Draw.py | 23 # backlight adjustments in this test.
|
/external/skia/src/core/ |
SkTypeface.cpp | 277 int32_t adjustments[]) const { 282 if (nullptr == glyphs || nullptr == adjustments) { 285 SkASSERT(nullptr == adjustments); 287 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); 322 int32_t adjustments[]) const {
|
/cts/tests/app/src/android/app/cts/ |
DisplayTest.java | 47 * updated adjustments after a rotation.
|
/external/c-ares/ |
maketgz | 52 # Deactivated for now. It seems that man pages need some adjustments
|
/external/llvm/ |
llvm.spec.in | 64 - Minor adjustments for the 1.5 release
|