Home
last modified time | relevance | path

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

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