OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acoeff
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp
152
int32_t
aCoeff
= aCoefficients[i];
155
product[i + j], m_field->Multiply(
aCoeff
, bCoefficients[j]));
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp
408
Word16
acoeff
[M + 1];
708
// Compute acoeffs Q12
acoeff
is used for level
714
Lsp_Az(lsp_int,
acoeff
);
718
Copy(
acoeff
, &A_t[0], M + 1);
719
Copy(
acoeff
, &A_t[M + 1], M + 1);
720
Copy(
acoeff
, &A_t[2 * (M + 1)], M + 1);
721
Copy(
acoeff
, &A_t[3 * (M + 1)], M + 1);
724
A_Refl(&
acoeff
[1], refl);
863
Word16
acoeff
[M + 1];
local
[
all
...]
/external/zxing/core/
core.jar
Completed in 466 milliseconds