OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ampRes
(Results
1 - 5
of
5
) sorted by null
/external/aac/libSBRdec/src/
env_extr.cpp
259
h_prev_data->
ampRes
= 0;
769
int
ampRes
= hHeaderData->bs_info.ampResolution;
779
ampRes
= h_frame_data->ampResolutionCurrentFrame;
781
ampRes
= 0;
783
h_frame_data->ampResolutionCurrentFrame =
ampRes
;
788
if(
ampRes
== 1)
814
if (
ampRes
== 0) {
825
if (
ampRes
== 0) {
[
all
...]
env_extr.h
253
UCHAR
ampRes
; /*!< Previous amplitude resolution (0: 1.5dB, 1: 3dB) */
env_dec.cpp
377
h_sbr_data->ampResolutionCurrentFrame = h_prev_data->
ampRes
;
627
/* Shift by -3 to rescale ld-table,
ampRes
-1 to enable coarser steps */
sbr_dec.cpp
479
hPrevFrameData->
ampRes
= hFrameData->ampResolutionCurrentFrame;
[
all
...]
/external/aac/libSBRenc/src/
env_est.cpp
301
INT
ampRes
, /*! amplitude resolution [1.5/3dB] */
316
for (i = 0; i < maxIndex[
ampRes
]; i++) {
317
val = fixp_abs ((nrgVal - (INT)panTable[
ampRes
][i]));
327
return panTable[
ampRes
][maxIndex[
ampRes
]-1] + sign * panTable[
ampRes
][panIndex];
[
all
...]
Completed in 479 milliseconds