OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hPsyConfLong
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c
49
PSY_CONFIGURATION_LONG *
hPsyConfLong
,
56
const PSY_CONFIGURATION_LONG *
hPsyConfLong
);
247
PSY_CONFIGURATION_LONG *
hPsyConfLong
,
311
hPsyConfLong
,
318
for (sfb=
hPsyConfLong
->sfbCnt-1; sfb>=0; sfb--) {
319
for (line=
hPsyConfLong
->sfbOffset[sfb+1] - 1; line>=
hPsyConfLong
->sfbOffset[sfb]; line--) {
323
if (line >=
hPsyConfLong
->sfbOffset[sfb]) break;
331
advancePsychLongMS(psyData,
hPsyConfLong
);
394
hPsyConfLong
->sfbCnt
[
all
...]
/external/aac/libAACenc/src/
psy_main.cpp
463
PSY_CONFIGURATION *RESTRICT
hPsyConfLong
= &psyConf[0];
494
if (
hPsyConfLong
->filterbank == FB_LC) {
510
if (
hPsyConfLong
->filterbank != FB_ELD)
583
hThisPsyConf[ch] =
hPsyConfLong
;
629
if (
hPsyConfLong
->filterbank != FB_LC) {
789
if (
hPsyConfLong
->tnsConf.tnsActive || hPsyConfShort->tnsConf.tnsActive) {
[
all
...]
Completed in 20 milliseconds