OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attackIndex
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
block_switch.h
116
INT
attackIndex
;
block_switch.cpp
230
blockSwitchingControl->lastAttackIndex = blockSwitchingControl->
attackIndex
;
274
blockSwitchingControl->
attackIndex
= i;
291
blockSwitchingControl->
attackIndex
= 0;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h
43
Word16
attackIndex
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
122
&blockSwitchingControl->
attackIndex
,
125
blockSwitchingControl->
attackIndex
= blockSwitchingControl->lastAttackIndex;
131
blockSwitchingControl->groupLen[i] = suggestedGroupingTable[blockSwitchingControl->
attackIndex
][i];
191
if (blockSwitchingControl->
attackIndex
== TRANS_FAC-1) {
Completed in 240 milliseconds