OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tran_thr
(Results
1 - 4
of
4
) sorted by null
/external/aac/libSBRenc/src/
tran_det.h
98
FIXP_DBL
tran_thr
; /* Master threshold for transient signals */
member in struct:__anon4891
tran_det.cpp
609
&& (h_sbrTran->transients[i - 1] > h_sbrTran->
tran_thr
);
624
&& (h_sbrTran->transients[i - 1] > h_sbrTran->
tran_thr
);
685
h_sbrTransientDetector->
tran_thr
= (FIXP_DBL)((params->
tran_thr
<< (32-24-1)) / no_rows);
sbr_encoder.cpp
529
config->
tran_thr
= 13000;
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
176
INT
tran_thr
; /*!< SBR transient detector threshold (* 100). */
member in struct:sbrConfiguration
Completed in 1596 milliseconds