Searched refs:xfw_Q3 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 40 …const opus_int32 xfw_Q3[], /* I Input signal … 121 VARDECL( opus_int32, xfw_Q3 ); in silk_encode_frame_FIX() 155 ALLOC( xfw_Q3, psEnc->sCmn.frame_length, opus_int32 ); in silk_encode_frame_FIX() 156 silk_prefilter_FIX( psEnc, &sEncCtrl, xfw_Q3, x_frame ); in silk_encode_frame_FIX() 161 silk_LBRR_encode_FIX( psEnc, &sEncCtrl, xfw_Q3, condCoding ); in silk_encode_frame_FIX() 197 …silk_NSQ_del_dec( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulse… in silk_encode_frame_FIX() 201 … silk_NSQ( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulses, in silk_encode_frame_FIX() 332 …const opus_int32 xfw_Q3[], /* I Input signal … in silk_LBRR_encode_FIX() argument 371 silk_NSQ_del_dec( &psEnc->sCmn, &sNSQ_LBRR, psIndices_LBRR, xfw_Q3, in silk_LBRR_encode_FIX() 376 silk_NSQ( &psEnc->sCmn, &sNSQ_LBRR, psIndices_LBRR, xfw_Q3, in silk_LBRR_encode_FIX()
|