Searched refs:state_Fxx (Results 1 – 7 of 7) sorted by relevance
84 if( ret += silk_init_encoder( &psEnc->state_Fxx[ n ], arch ) ) { in silk_InitEncoder()109 silk_encoder_state_Fxx *state_Fxx; in silk_QueryEncoder() local112 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 …]
40 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states … in silk_HP_variable_cutoff() argument45 silk_encoder_state *psEncC1 = &state_Fxx[ 0 ].sCmn; in silk_HP_variable_cutoff()
96 silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ]; member
54 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states …
99 silk_encoder_state_FIX state_Fxx[ ENCODER_NUM_CHANNELS ]; member
64 …silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states …
1636 hp_freq_smth1 = ((silk_encoder*)silk_enc)->state_Fxx[0].sCmn.variable_HP_smth1_Q15; in opus_encode_native()