Home
last modified time | relevance | path

Searched refs:ec_prevLagIndex (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/
Ddecode_indices.c112 psDec->indices.lagIndex = (opus_int16)( psDec->ec_prevLagIndex + delta_lagIndex ); in silk_decode_indices()
121 psDec->ec_prevLagIndex = psDec->indices.lagIndex; in silk_decode_indices()
Dencode_indices.c121 delta_lagIndex = psIndices->lagIndex - psEncC->ec_prevLagIndex; in silk_encode_indices()
141 psEncC->ec_prevLagIndex = psIndices->lagIndex; in silk_encode_indices()
Dstructs.h212 opus_int16 ec_prevLagIndex; member
285 opus_int16 ec_prevLagIndex; member
/external/libopus/silk/float/
Dencode_frame_FLP.c171 ec_prevLagIndex_copy = psEnc->sCmn.ec_prevLagIndex; in silk_encode_frame_FLP()
184 psEnc->sCmn.ec_prevLagIndex = ec_prevLagIndex_copy; in silk_encode_frame_FLP()
/external/libopus/silk/fixed/
Dencode_frame_FIX.c175 ec_prevLagIndex_copy = psEnc->sCmn.ec_prevLagIndex; in silk_encode_frame_FIX()
189 psEnc->sCmn.ec_prevLagIndex = ec_prevLagIndex_copy; in silk_encode_frame_FIX()