Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c633 int16_t cbVecTmp[4]; in create_augmented_vector() local
640 …vector_rmultiplication(cbVecTmp, buffer - interpolation_length, &alpha[interpolation_length - 1], … in create_augmented_vector()
641 add_vector_and_shift(&cbVec[ilow], &cbVec[ilow], cbVecTmp, interpolation_length, 0); in create_augmented_vector()