/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
deemphasis_32.cpp | 47 int16 x_hi[], (i) : input signal (bit31..16) 121 int16 x_hi[], /* (i) : input signal (bit31..16) */ 133 L_tmp = ((int32)x_hi[0]) << 16; 143 hi = x_hi[1]; 153 hi = x_hi[i+1];
|
pvamrwbdecoder_acelp.h | 201 int16 x_hi[], /* (i) : input signal (bit31..16) */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 18 @ Word16 x_hi[], /* (i) : input signal (bit31..16) */ 26 @x_hi RN R0 38 LDRSH r6, [r0], #2 @load x_hi[0] 44 MOV r10, r6, LSL #16 @L_tmp = x_hi[0]<<16 50 LDRSH r6, [r0], #2 @load x_hi[1] 69 LDRSH r6, [r0], #2 @load x_hi[] 77 LDRSH r6, [r0], #2 @load x_hi[]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Deemph_32_neon.s | 18 @ Word16 x_hi[], /* (i) : input signal (bit31..16) */ 26 @x_hi RN R0 38 LDRSH r6, [r0], #2 @load x_hi[0] 44 MOV r10, r6, LSL #16 @L_tmp = x_hi[0]<<16 50 LDRSH r6, [r0], #2 @load x_hi[1] 69 LDRSH r6, [r0], #2 @load x_hi[] 77 LDRSH r6, [r0], #2 @load x_hi[]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
deemph.c | 81 Word16 x_hi[], /* (i) : input signal (bit31..16) */ 94 L_tmp = L_deposit_h(x_hi[0]); 103 L_tmp = L_deposit_h(x_hi[i]);
|
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win_unittest.cc | 176 int x_hi = size.width() - 1 - x_lo; local 179 surface[x_hi + y_lo*pitch] = color; 180 surface[x_hi + y_hi*pitch] = color; 269 int x_hi = size.width() - 1 - x_lo; local 271 surface[x_hi + y_lo*pitch])) { 274 << "(" << x_hi << ", " << y_lo << ")"; 276 if (!AssertSameColor(surface[x_hi + y_lo*pitch], 277 surface[x_hi + y_hi*pitch])) { 279 GTEST_FAIL() << "Pixels (" << x_hi << ", " << y_lo << ") vs. " 280 << "(" << x_hi << ", " << y_hi << ")" [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 235 Word16 x_hi[], /* (i) : input signal (bit31..16) */ 244 Word16 x_hi[], /* (i) : input signal (bit31..16) */
|
/external/openssh/ |
umac.c | 801 x_hi; local 806 x_hi = (UINT32)(X >> 32); 808 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo); [all...] |