Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c730 int16_t *gainPtr; in construct_vector() local
746 gainPtr = &gain[0]; in construct_vector()
748 a32 = SPL_MUL_16_16(*gainPtr++, cbvec0[j]); in construct_vector()
749 a32 += SPL_MUL_16_16(*gainPtr++, cbvec1[j]); in construct_vector()
750 a32 += SPL_MUL_16_16(*gainPtr, cbvec2[j]); in construct_vector()
751 gainPtr -= 2; in construct_vector()

Completed in 3 milliseconds