Searched refs:k16 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | lpc_to_refl_coef.c | 22 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/ |
D | GrProgramDesc.cpp | 60 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/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-armv4.pl | 385 my ($Hlo,$Hhi,$Hhl,$k48,$k32,$k16)=map("d$_",(26..31)); 414 vand $t2#hi, $t2#hi, $k16 468 vmov.i64 $k16,#0x000000000000ffff 486 vmov.i64 $k16,#0x000000000000ffff
|
/external/icu/icu4c/source/common/ |
D | resource.h | 82 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() argument 84 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len) {} in ResourceTable()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 29 int16_t *k16 /* Q15 */ in WebRtcSpl_AToK_JSK() argument 38 k16[useOrder-1] = a16[useOrder] << 4; // Q11<<4 => Q15 in WebRtcSpl_AToK_JSK() 42 tmp_inv_denum32 = 1073741823 - k16[m] * k16[m]; in WebRtcSpl_AToK_JSK() 46 tmp32b = (a16[k] << 16) - ((k16[m] * a16[m - k + 1]) << 1); in WebRtcSpl_AToK_JSK() 56 k16[m - 1] = (int16_t)(tmp32[m] << 3); // Q12<<3 => Q15 in WebRtcSpl_AToK_JSK()
|
/external/openssh/ |
D | umac.c | 476 k16,k17,k18,k19; in nh_aux() local 491 k16 = *(k+16); k17 = *(k+17); k18 = *(k+18); k19 = *(k+19); in nh_aux() 496 h4 += MUL64((k12 + d0), (k16 + d4)); in nh_aux() 515 k8 = k16; k9 = k17; k10 = k18; k11 = k19; in nh_aux()
|