Home
last modified time | relevance | path

Searched refs:k16 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/common_audio/signal_processing/
Dlpc_to_refl_coef.c22 void WebRtcSpl_LpcToReflCoef(int16_t* a16, int use_order, int16_t* k16) in WebRtcSpl_LpcToReflCoef() argument
29 k16[use_order - 1] = a16[use_order] << 3; // Q12<<3 => Q15 in WebRtcSpl_LpcToReflCoef()
33 tmp_inv_denom32 = 1073741823 - k16[m] * k16[m]; in WebRtcSpl_LpcToReflCoef()
42 tmp32[k] = (a16[k] << 16) - (k16[m] * a16[m - k + 1] << 1); in WebRtcSpl_LpcToReflCoef()
53 k16[m - 1] = (int16_t)WEBRTC_SPL_LSHIFT_W32(tmp32[m], 2); //Q13<<2 => Q15 in WebRtcSpl_LpcToReflCoef()
/external/skqp/src/gpu/
DGrProgramDesc.cpp60 uint16_t* k16 = reinterpret_cast<uint16_t*>(b->add32n(word32Count)); in add_sampler_keys() local
64 k16[i] = sampler_key(tex->texturePriv().textureType(), tex->config(), caps); in add_sampler_keys()
71 SkASSERT((k16[i] & (1 << 15)) == 0); in add_sampler_keys()
72 k16[i] = k16[i] | (1 << 15); in add_sampler_keys()
78 k16[numTextureSamplers] = 0; in add_sampler_keys()
90 uint16_t* k16 = reinterpret_cast<uint16_t*>(b->add32n(word32Count)); in add_sampler_keys() local
93 k16[i] = sampler_key(sampler.textureType(), sampler.config(), caps); in add_sampler_keys()
99 SkASSERT((k16[i] & (1 << 15)) == 0); in add_sampler_keys()
100 k16[i] = k16[i] | (1 << 15); in add_sampler_keys()
106 k16[numTextureSamplers] = 0; in add_sampler_keys()
/external/rust/crates/ring/crypto/fipsmodule/modes/asm/
Dghash-armv4.pl129 my ($Hlo,$Hhi,$Hhl,$k48,$k32,$k16)=map("d$_",(26..31));
158 vand $t2#hi, $t2#hi, $k16
212 vmov.i64 $k16,#0x000000000000ffff
230 vmov.i64 $k16,#0x000000000000ffff
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-armv4.pl129 my ($Hlo,$Hhi,$Hhl,$k48,$k32,$k16)=map("d$_",(26..31));
158 vand $t2#hi, $t2#hi, $k16
212 vmov.i64 $k16,#0x000000000000ffff
230 vmov.i64 $k16,#0x000000000000ffff
/external/icu/libicu/cts_headers/
Dresource.h86 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() argument
89 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len), in ResourceTable()
/external/icu/icu4c/source/common/
Dresource.h86 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() argument
89 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len), in ResourceTable()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c30 int16_t *k16 /* Q15 */ in WebRtcSpl_AToK_JSK() argument
39 k16[useOrder-1] = a16[useOrder] << 4; // Q11<<4 => Q15 in WebRtcSpl_AToK_JSK()
43 tmp_inv_denum32 = 1073741823 - k16[m] * k16[m]; in WebRtcSpl_AToK_JSK()
47 tmp32b = (a16[k] << 16) - ((k16[m] * a16[m - k + 1]) << 1); in WebRtcSpl_AToK_JSK()
57 k16[m - 1] = (int16_t)(tmp32[m] << 3); // Q12<<3 => Q15 in WebRtcSpl_AToK_JSK()
/external/llvm-project/polly/test/ScopDetect/
Donly-one-affine-loop.ll91 %k16.0 = phi i32 [ 0, %for.body.15 ], [ %inc24, %for.inc.23 ]
92 %exitcond3 = icmp ne i32 %k16.0, %indvars.iv1
103 %inc24 = add nuw nsw i32 %k16.0, 1
/external/openssh/
Dumac.c480 k16,k17,k18,k19; in nh_aux() local
495 k16 = *(k+16); k17 = *(k+17); k18 = *(k+18); k19 = *(k+19); in nh_aux()
500 h4 += MUL64((k12 + d0), (k16 + d4)); in nh_aux()
519 k8 = k16; k9 = k17; k10 = k18; k11 = k19; in nh_aux()
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/
Darith.ll413 ; CHECK-MVE1-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %k16 = xor <16 x i8> …
452 ; CHECK-MVE2-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %k16 = xor <16 x i8> …
491 ; CHECK-MVE4-NEXT: Cost Model: Found an estimated cost of 4 for instruction: %k16 = xor <16 x i8> …
530 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %k16 = xor <16 x…
569 ; CHECK-V8M-BASE-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %k16 = xor <16 x…
608 ; CHECK-V8R-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %k16 = xor <16 x i8> u…
647 ; CHECK-MVE-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %k16 = xor <16 x …
685 %k16 = xor <16 x i8> undef, undef
726 ; CHECK-MVE1-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %k16 = xor <16 x i16>…
765 ; CHECK-MVE2-NEXT: Cost Model: Found an estimated cost of 4 for instruction: %k16 = xor <16 x i16>…
[all …]