Searched refs:h_smooth (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c322 static const float h_smooth[5] = { local
425 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j];
426 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.c1614 static const float h_smooth[5] = { local
1656 g_filt += g_temp[idx1 - j][m] * h_smooth[j];
1686 q_filt += q_temp[idx1 - j][m] * h_smooth[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacsbr.c1603 static const float h_smooth[5] = { local
1645 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j];
1646 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j];

Completed in 103 milliseconds