OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_of_bands
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
code_env.cpp
427
INT i,
no_of_bands
, band;
local
494
no_of_bands
= h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
496
no_of_bands
= h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW];
526
for (band =
no_of_bands
- 1; band > 0; band--) {
531
for (band = 1; band <
no_of_bands
; band++) {
538
for (band =
no_of_bands
- 1; band > 0; band--) {
543
for (band = 1; band <
no_of_bands
; band++) {
552
for (band = 1; band <
no_of_bands
; band++)
596
FDKmemcpy (sfb_nrg, delta_T,
no_of_bands
* sizeof (SCHAR));
601
FDKmemcpy (sfb_nrg, delta_F,
no_of_bands
* sizeof (SCHAR))
[
all
...]
env_est.cpp
582
INT
no_of_bands
, start_pos, stop_pos, li, ui;
local
630
no_of_bands
= h_con->nSfb[freq_res];
631
envNrg_scale = DFRACT_BITS-fNormz((FIXP_DBL)
no_of_bands
);
637
for (j = 0; j <
no_of_bands
; j++) {
773
for (j = 0; j <
no_of_bands
; j++) {
783
nrgLeft = nmhLoweringEnergy(nrgLeft, envNrgLeft, envNrg_scale,
no_of_bands
);
785
nrgRight = nmhLoweringEnergy(nrgRight, envNrgRight, envNrg_scale,
no_of_bands
);
850
m-=
no_of_bands
;
851
for (j = 0; j <
no_of_bands
; j++) {
[
all
...]
/external/aac/libSBRdec/src/
env_dec.cpp
745
int i, domain,
no_of_bands
, band, freqRes;
local
758
no_of_bands
= hHeaderData->freqBandData.nSfb[freqRes];
760
FDK_ASSERT(
no_of_bands
< (64));
766
for (band = 1; band <
no_of_bands
; band++)
775
for (band = 0; band <
no_of_bands
; band++)
Completed in 379 milliseconds