|
|
|
@@ -46,6 +46,7 @@ void ff_atrac_generate_tables(void); |
|
|
|
* @param delayBuf delayBuf buffer |
|
|
|
* @param temp temp buffer |
|
|
|
*/ |
|
|
|
void ff_atrac_iqmf(float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp); |
|
|
|
void ff_atrac_iqmf(float *inlo, float *inhi, unsigned int nIn, float *pOut, |
|
|
|
float *delayBuf, float *temp); |
|
|
|
|
|
|
|
#endif /* AVCODEC_ATRAC_H */ |