HomeSort by relevance Sort by last modified time
    Searched refs:state_Fxx (Results 1 - 7 of 7) 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...]
HP_variable_cutoff.c 40 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
45 silk_encoder_state *psEncC1 = &state_Fxx[ 0 ].sCmn;
  /external/libopus/silk/fixed/
structs_FIX.h 99 silk_encoder_state_FIX state_Fxx[ ENCODER_NUM_CHANNELS ];
main_FIX.h 64 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
  /external/libopus/silk/float/
structs_FLP.h 96 silk_encoder_state_FLP state_Fxx[ ENCODER_NUM_CHANNELS ];
main_FLP.h 54 silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
  /external/libopus/src/
opus_encoder.c     [all...]

Completed in 183 milliseconds