Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/smp/
Dp_256_ecc_pp.cc97 uint32_t* y2; in ECC_Add() local
107 y2 = q->y; in ECC_Add()
128 multiprecision_mersenns_mult_mod(t2, y2, t2); // t2=t2*y2 in ECC_Add()
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.cc102 const uint32_t* y2; in ECC_Add() local
112 y2 = q->y; in ECC_Add()
133 multiprecision_mersenns_mult_mod(t2, y2, t2, modp); // t2=t2*y2 in ECC_Add()
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
539 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT); in cosineModulateSynth4()
547 out[0] = (int16_t)-y2; in cosineModulateSynth4()
551 out[4] = (int16_t)y2; in cosineModulateSynth4()