OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pqformat
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
apply_tns.cpp
199
Int *
pQformat
;
252
*
pQformat
is initialized only once.
263
*
pQformat
is initially set to &(pStartQformat[8])
266
* Entry:
pQformat
= &(pStartQformat[8])
268
*
pQformat
is pre-decremented 8 times in the
271
* Exit:
pQformat
= &(pStartQformat[0])
274
* Entry:
pQformat
= &(pStartQformat[0])
276
*
pQformat
is post-incremented 8 times in the
279
* Exit:
pQformat
= &(pStartQformat[8]
285
* Entry:
pQformat
= &(pStartQformat[8]
[
all
...]
q_normalize.cpp
112
pQformat
= &(qFormat[0]);
122
IF ( *(
pQformat
) < min_q)
123
min_q = *(
pQformat
);
126
pQformat
++;
132
pQformat
= &(qFormat[0]);
150
k = *(
pQformat
++) - min_q;
259
Int *
pQformat
;
265
pQformat
= &(qFormat[0]);
280
Int qformat = *(
pQformat
++);
290
pQformat
= &(qFormat[0])
[
all
...]
esc_iquant_scaling.cpp
142
*
pQFormat
= QTABLE;
162
*
pQFormat
= SIGNED32BITS - binaryDigits;
163
shift = QTABLE - *
pQFormat
;
esc_iquant_scaling.h
89
Int const
pQFormat
,
Completed in 134 milliseconds