HomeSort by relevance Sort by last modified time
    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/libopus/celt/
bands.c 459 int sum = 0, nbBands=0;
498 nbBands++;
520 celt_assert(nbBands>0); /* end has to be non-zero */
522 sum = celt_udiv(sum, nbBands);
    [all...]

Completed in 378 milliseconds