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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsbrdsp.h39 const float *g_filt, int m_max, intptr_t ixh);
H A Dsbrdsp.c204 const float *g_filt, int m_max, intptr_t ixh)
209 Y[m][0] = X_high[m][ixh][0] * g_filt[m];
210 Y[m][1] = X_high[m][ixh][1] * g_filt[m];
203 sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) argument
H A Daacsbr.c1635 float *g_filt, *q_filt; local
1638 g_filt = g_filt_tab;
1642 g_filt[m] = 0.0f;
1645 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j];
1650 g_filt = g_temp[i + h_SL];
1654 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsbrdsp_init.c31 const float *g_filt, int m_max, intptr_t ixh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsbrdsp_init_arm.c34 const float *g_filt, int m_max, intptr_t ixh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c413 float *g_filt, *q_filt; local
416 g_filt = g_filt_tab;
421 g_filt[m] = 0.0f;
425 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j];
430 g_filt = g_temp[i + h_SL];
434 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max,
H A Dsbrdsp_mips.c698 const float *g_filt, int m_max, intptr_t ixh)
704 p_g = (float*)&g_filt[0];
697 sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.c1654 float g_filt = 0.0f; local
1656 g_filt += g_temp[idx1 - j][m] * h_smooth[j];
1658 X_high[m + kx][i + ENVELOPE_ADJUSTMENT_OFFSET][0] * g_filt;
1660 X_high[m + kx][i + ENVELOPE_ADJUSTMENT_OFFSET][1] * g_filt;
1664 const float g_filt = g_temp[i + h_SL][m]; local
1666 X_high[m + kx][i + ENVELOPE_ADJUSTMENT_OFFSET][0] * g_filt;
1668 X_high[m + kx][i + ENVELOPE_ADJUSTMENT_OFFSET][1] * g_filt;

Completed in 178 milliseconds