OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:state_Fxx
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
enc_API.c
84
if( ret += silk_init_encoder( &psEnc->
state_Fxx
[ n ], arch ) ) {
109
silk_encoder_state_Fxx *
state_Fxx
;
112
state_Fxx
= psEnc->
state_Fxx
;
116
encStatus->API_sampleRate =
state_Fxx
[ 0 ].sCmn.API_fs_Hz;
117
encStatus->maxInternalSampleRate =
state_Fxx
[ 0 ].sCmn.maxInternal_fs_Hz;
118
encStatus->minInternalSampleRate =
state_Fxx
[ 0 ].sCmn.minInternal_fs_Hz;
119
encStatus->desiredInternalSampleRate =
state_Fxx
[ 0 ].sCmn.desiredInternal_fs_Hz;
120
encStatus->payloadSize_ms =
state_Fxx
[ 0 ].sCmn.PacketSize_ms;
121
encStatus->bitRate =
state_Fxx
[ 0 ].sCmn.TargetRate_bps
[
all
...]
/external/libopus/silk/fixed/
structs_FIX.h
117
silk_encoder_state_FIX
state_Fxx
[ ENCODER_NUM_CHANNELS ];
/external/libopus/silk/float/
structs_FLP.h
116
silk_encoder_state_FLP
state_Fxx
[ ENCODER_NUM_CHANNELS ];
Completed in 1073 milliseconds