Searched refs:Coefs (Results 1 - 3 of 3) sorted by relevance

/external/libopus/silk/
H A Dresampler_structs.h53 const opus_int16 *Coefs; member in struct:_silk_resampler_state_struct
H A Dresampler.c131 S->Coefs = silk_Resampler_3_4_COEFS;
135 S->Coefs = silk_Resampler_2_3_COEFS;
139 S->Coefs = silk_Resampler_1_2_COEFS;
143 S->Coefs = silk_Resampler_1_3_COEFS;
147 S->Coefs = silk_Resampler_1_4_COEFS;
151 S->Coefs = silk_Resampler_1_6_COEFS;
H A Dresampler_private_down_FIR.c164 FIR_Coefs = &S->Coefs[ 2 ];
172 silk_resampler_private_AR2( S->sIIR, &buf[ S->FIR_Order ], in, S->Coefs, nSamplesIn );

Completed in 176 milliseconds