OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexbr
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libeffects/downmix/
EffectDownmix.c
144
const int
indexBR
= hasBacks ? indexBL + 1 : indexBL; // back right
145
const int indexBC = hasBC ?
indexBR
+ 1 :
indexBR
; // back center
151
0, 1, indexFC, indexLFE, indexBL,
indexBR
, indexBC, indexSL, indexSR);
[
all
...]
Completed in 35 milliseconds