Searched refs:h_SL (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.c319 const int h_SL = 4 * !sbr->bs_smoothing_mode; local
338 for (i = 0; i < h_SL; i++) {
342 } else if (h_SL) {
349 g_temp1 = g_temp[h_SL + i];
351 q_temp1 = q_temp[h_SL + i];
415 if (h_SL && e != e_a[0] && e != e_a[1]) {
420 const int idx1 = i + h_SL;
424 for (j = 0; j <= h_SL; j++) {
430 g_filt = g_temp[i + h_SL];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.c1611 const int h_SL = 4 * !sbr->bs_smoothing_mode; local
1631 for (i = 0; i < h_SL; i++) {
1635 } else if (h_SL) {
1642 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0]));
1643 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0]));
1651 if (h_SL && e != e_a[0] && e != e_a[1]) {
1653 const int idx1 = i + h_SL;
1655 for (j = 0; j <= h_SL; j++)
1664 const float g_filt = g_temp[i + h_SL][m];
1682 if (h_SL) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacsbr.c1600 const int h_SL = 4 * !sbr->bs_smoothing_mode; local
1615 for (i = 0; i < h_SL; i++) {
1619 } else if (h_SL) {
1626 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0]));
1627 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0]));
1637 if (h_SL && e != e_a[0] && e != e_a[1]) {
1641 const int idx1 = i + h_SL;
1644 for (j = 0; j <= h_SL; j++) {
1650 g_filt = g_temp[i + h_SL];

Completed in 94 milliseconds