HomeSort by relevance Sort by last modified time
    Searched refs:In_LP_State (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
control_audio_bandwidth.c 72 silk_memset( psEncC->sLP.In_LP_State, 0, sizeof( psEncC->sLP.In_LP_State ) );
104 silk_memset( psEncC->sLP.In_LP_State, 0, sizeof( psEncC->sLP.In_LP_State ) );
LP_variable_cutoff.c 133 silk_biquad_alt( frame, B_Q28, A_Q28, psLP->In_LP_State, frame, frame_length, 1);
control_codec.c 250 silk_memset( &psEnc->sCmn.sLP.In_LP_State, 0, sizeof( psEnc->sCmn.sLP.In_LP_State ) );
structs.h 77 opus_int32 In_LP_State[ 2 ]; /* Low pass filter state */
enc_API.c 410 silk_memset( &psEnc->state_Fxx[ 1 ].sCmn.sLP.In_LP_State, 0, sizeof( psEnc->state_Fxx[ 1 ].sCmn.sLP.In_LP_State ) );

Completed in 38 milliseconds