Home
last modified time | relevance | path

Searched refs:state_Fxx (Results 1 – 7 of 7) sorted by relevance

/external/libopus/silk/
Denc_API.c84 if( ret += silk_init_encoder( &psEnc->state_Fxx[ n ], arch ) ) { in silk_InitEncoder()
109 silk_encoder_state_Fxx *state_Fxx; in silk_QueryEncoder() local
112 state_Fxx = psEnc->state_Fxx; in silk_QueryEncoder()
116 encStatus->API_sampleRate = state_Fxx[ 0 ].sCmn.API_fs_Hz; in silk_QueryEncoder()
117 encStatus->maxInternalSampleRate = state_Fxx[ 0 ].sCmn.maxInternal_fs_Hz; in silk_QueryEncoder()
118 encStatus->minInternalSampleRate = state_Fxx[ 0 ].sCmn.minInternal_fs_Hz; in silk_QueryEncoder()
119 encStatus->desiredInternalSampleRate = state_Fxx[ 0 ].sCmn.desiredInternal_fs_Hz; in silk_QueryEncoder()
120 encStatus->payloadSize_ms = state_Fxx[ 0 ].sCmn.PacketSize_ms; in silk_QueryEncoder()
121 encStatus->bitRate = state_Fxx[ 0 ].sCmn.TargetRate_bps; in silk_QueryEncoder()
122 encStatus->packetLossPercentage = state_Fxx[ 0 ].sCmn.PacketLoss_perc; in silk_QueryEncoder()
[all …]
DHP_variable_cutoff.c40 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states … in silk_HP_variable_cutoff() argument
45 silk_encoder_state *psEncC1 = &state_Fxx[ 0 ].sCmn; in silk_HP_variable_cutoff()
/external/libopus/silk/float/
Dstructs_FLP.h96 silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ]; member
Dmain_FLP.h54 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states …
/external/libopus/silk/fixed/
Dstructs_FIX.h99 silk_encoder_state_FIX state_Fxx[ ENCODER_NUM_CHANNELS ]; member
Dmain_FIX.h64 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states …
/external/libopus/src/
Dopus_encoder.c1636 hp_freq_smth1 = ((silk_encoder*)silk_enc)->state_Fxx[0].sCmn.variable_HP_smth1_Q15; in opus_encode_native()