Searched refs:state_Fxx (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Denc_API.c84 if( ret += silk_init_encoder( &psEnc->state_Fxx[ n ], arch ) ) {
109 silk_encoder_state_Fxx *state_Fxx; local
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[
[all...]
H A DHP_variable_cutoff.c40 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
45 silk_encoder_state *psEncC1 = &state_Fxx[ 0 ].sCmn;
/external/libopus/silk/
H A Denc_API.c84 if( ret += silk_init_encoder( &psEnc->state_Fxx[ n ], arch ) ) {
109 silk_encoder_state_Fxx *state_Fxx; local
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[
[all...]
H A DHP_variable_cutoff.c40 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
45 silk_encoder_state *psEncC1 = &state_Fxx[ 0 ].sCmn;
/external/chromium_org/third_party/opus/src/silk/float/
H A Dstructs_FLP.h116 silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ]; member in struct:__anon14723
H A Dmain_FLP.h54 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
/external/libopus/silk/float/
H A Dstructs_FLP.h116 silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ]; member in struct:__anon24554
H A Dmain_FLP.h54 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dstructs_FIX.h117 silk_encoder_state_FIX state_Fxx[ ENCODER_NUM_CHANNELS ]; member in struct:__anon14718
H A Dmain_FIX.h56 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
/external/libopus/silk/fixed/
H A Dstructs_FIX.h117 silk_encoder_state_FIX state_Fxx[ ENCODER_NUM_CHANNELS ]; member in struct:__anon24549
H A Dmain_FIX.h56 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
/external/chromium_org/third_party/opus/src/src/
H A Dopus_encoder.c1433 hp_freq_smth1 = ((silk_encoder*)silk_enc)->state_Fxx[0].sCmn.variable_HP_smth1_Q15;
/external/libopus/src/
H A Dopus_encoder.c1433 hp_freq_smth1 = ((silk_encoder*)silk_enc)->state_Fxx[0].sCmn.variable_HP_smth1_Q15;

Completed in 2551 milliseconds