OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k16
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
lpc_to_refl_coef.c
22
void WebRtcSpl_LpcToReflCoef(int16_t* a16, int use_order, int16_t*
k16
)
29
k16
[use_order - 1] = a16[use_order] << 3; // Q12<<3 => Q15
33
tmp_inv_denom32 = 1073741823 -
k16
[m] *
k16
[m];
42
tmp32[k] = (a16[k] << 16) - (
k16
[m] * a16[m - k + 1] << 1);
53
k16
[m - 1] = (int16_t)WEBRTC_SPL_LSHIFT_W32(tmp32[m], 2); //Q13<<2 => Q15
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
41
uint16_t*
k16
= SkTCast<uint16_t*>(b->add32n(word32Count));
local
45
k16
[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey() |
50
k16
[numTextures] = 0;
/external/skia/src/gpu/vk/
GrVkProgramDesc.cpp
29
uint16_t*
k16
= SkTCast<uint16_t*>(b->add32n(word32Count));
local
33
k16
[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey());
37
k16
[numTextures] = 0;
/prebuilts/go/darwin-x86/test/
zerodivide.go
27
i16, j16,
k16
int16 = 0, 0, 1
var
57
k16
++
123
ErrorTest{"int16 1/0", func() { use(
k16
/ j16) }, "divide"},
/prebuilts/go/linux-x86/test/
zerodivide.go
27
i16, j16,
k16
int16 = 0, 0, 1
var
57
k16
++
123
ErrorTest{"int16 1/0", func() { use(
k16
/ j16) }, "divide"},
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
29
int16_t *
k16
/* Q15 */
38
k16
[useOrder-1] = a16[useOrder] << 4; // Q11<<4 => Q15
42
tmp_inv_denum32 = 1073741823 -
k16
[m] *
k16
[m];
46
tmp32b = (a16[k] << 16) - ((
k16
[m] * a16[m - k + 1]) << 1);
56
k16
[m - 1] = (int16_t)(tmp32[m] << 3); // Q12<<3 => Q15
/external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl
343
my ($Hlo,$Hhi,$Hhl,$k48,$k32,$
k16
)=map("d$_",(26..31));
372
vand $t2#hi, $t2#hi, $
k16
428
vmov.i64 $
k16
,#0x000000000000ffff
447
vmov.i64 $
k16
,#0x000000000000ffff
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 124 milliseconds