OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toolsInfo
(Results
1 - 11
of
11
) sorted by null
/external/aac/libAACenc/src/
adj_thr.h
105
struct
TOOLSINFO
*
toolsInfo
,
interface.h
111
struct
TOOLSINFO
{
152
struct
TOOLSINFO
toolsInfo
;
psy_main.cpp
[
all
...]
adj_thr.cpp
229
struct
TOOLSINFO
*
toolsInfo
,
311
if (
toolsInfo
->msMask[sfbGrp+sfb]) {
414
* \param
toolsInfo
Pointer to tools info struct of current element.
425
struct
TOOLSINFO
*
toolsInfo
,
486
if ((ch == 1) && (
toolsInfo
->msMask[sfb])) {
561
struct
TOOLSINFO
*
toolsInfo
,
569
FDKaacEnc_calcWeighting(peData, psyOutChannel, qcOutChannel,
toolsInfo
, adjThrStateElement, nChannels, 1)
[
all
...]
bitenc.cpp
[
all
...]
qc_main.cpp
458
FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->
toolsInfo
, adjThrStateElement, nChannels);
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
stat_bits.c
52
struct
TOOLSINFO
*
toolsInfo
)
58
switch(
toolsInfo
->msDigest) {
217
&psyOutElement->
toolsInfo
);
psy_main.c
377
psyOutElement->
toolsInfo
.msDigest = MS_NONE;
392
(Word16*)&psyOutElement->
toolsInfo
.msDigest,
393
(Word16*)psyOutElement->
toolsInfo
.msMask,
409
(Word16*)&psyOutElement->
toolsInfo
.msDigest,
410
(Word16*)psyOutElement->
toolsInfo
.msMask,
bitenc.c
638
Word16 *msFlags = psyOut->psyOutElement.
toolsInfo
.msMask;
639
msDigest = psyOut->psyOutElement.
toolsInfo
.msDigest;
adj_thr.c
263
if (psyOutElement->
toolsInfo
.msMask[sfb]) {
600
if (psyOutElement->
toolsInfo
.msMask[sfb]) {
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h
44
struct
TOOLSINFO
{
77
struct
TOOLSINFO
toolsInfo
;
Completed in 356 milliseconds