ImpulseResponseEnergy_G728

Implements shape codebook vector convolution and energy calculation.

Syntax

IppStatus ippsImpulseResponseEnergy_G728_16s(const Ipp16s* pSrcImpResp, Ipp16s* pDstEnergy);

Parameters

pSrcImpResp

Pointer to the input impulse response vector [5] of the synthesis and weighted filter.

pDstEnergy

Pointer to the output energy vector [128] of the convolved shape codevector.

Description

The function ippsImpulseResponseEnergy_G728 is declared in ippsc.h file. This function implements the “Shape codevector convolution and energy calculator” block used to calculate the energy of the convolved shape codevector.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when one of the specified pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.