OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbBands
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp
199
SLuint16 nbPresets, preset,
nbBands
= 0;
200
result = (*eqItf)->GetNumberOfBands(eqItf, &
nbBands
);
224
for(b = 0 ; b <
nbBands
/2 ; b++) {
228
for(b =
nbBands
/2 ; b <
nbBands
; b++) {
234
for(b = 0 ; b <
nbBands
; b++) {
slesTestEqOutputPath.cpp
203
SLuint16 nbPresets, preset,
nbBands
= 0;
204
result = (*eqOutputItf)->GetNumberOfBands(eqOutputItf, &
nbBands
);
228
for(b = 0 ; b <
nbBands
/2 ; b++) {
232
for(b =
nbBands
/2 ; b <
nbBands
; b++) {
238
for(b = 0 ; b <
nbBands
; b++) {
/external/chromium_org/third_party/opus/src/celt/
bands.c
434
int sum = 0,
nbBands
=0;
473
nbBands
++;
495
celt_assert(
nbBands
>0); /*M*(eBands[end]-eBands[end-1]) <= 8 assures this*/
496
sum /=
nbBands
;
[
all
...]
Completed in 175 milliseconds