Searched refs:srcCoefs (Results 1 – 2 of 2) sorted by relevance
50 void copy_coefs (const int16_t * srcCoefs, int16_t * dstCoefs, int32_t numPairs) ;
56 copy_coefs (const int16_t * srcCoefs, int16_t * dstCoefs, int32_t numPairs) in copy_coefs() argument61 dstCoefs [k] = srcCoefs [k] ; in copy_coefs()