OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conceal_min
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
rvlcconceal.cpp
100
conceal_min
. The same is done for intensity data and noise energies.
118
int
conceal_min
,conceal_group_min;
local
127
conceal_min
= pRvlc->
conceal_min
% MaximumScaleFactorBands;
128
conceal_group_min = pRvlc->
conceal_min
/ MaximumScaleFactorBands;
138
startBand =
conceal_min
-1;
253
'
conceal_min
' and 'conceal_max' and the 'sf_concealment' flag is not set. The
260
output: Concealed scalefactor, noise energy and intensity data between
conceal_min
and
270
int
conceal_min
,conceal_max;
local
284
if (pRvlc->
conceal_min
== CONCEAL_MIN_INIT
406
int
conceal_min
,conceal_max;
local
[
all
...]
rvlc.cpp
135
pRvlc->
conceal_min
= CONCEAL_MIN_INIT;
637
pRvlc->
conceal_min
= bnds;
643
pRvlc->
conceal_min
= bnds;
683
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
690
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
720
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
727
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
753
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
760
pRvlc->
conceal_min
= FDKmax(0,bnds-offset);
822
SHORT
conceal_min
;
local
[
all
...]
rvlc_info.h
166
SHORT
conceal_min
; /* is set at backward decoding */
member in struct:__anon2019
Completed in 226 milliseconds