OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISF_DITH_GAP
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h
36
#define
ISF_DITH_GAP
448
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h
83
#define
ISF_DITH_GAP
448
dtx_decoder_amr_wb.cpp
967
/* Make sure that isf spacing remains at least
ISF_DITH_GAP
Hz */
968
if (temp1 <
ISF_DITH_GAP
)
970
isf[i] = isf[i - 1] +
ISF_DITH_GAP
;
Completed in 633 milliseconds