Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c322 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble_mips() local
341 for (i = 0; i < h_SL; i++) { in sbr_hf_assemble_mips()
345 } else if (h_SL) { in sbr_hf_assemble_mips()
352 g_temp1 = g_temp[h_SL + i]; in sbr_hf_assemble_mips()
354 q_temp1 = q_temp[h_SL + i]; in sbr_hf_assemble_mips()
418 if (h_SL && e != e_a[0] && e != e_a[1]) { in sbr_hf_assemble_mips()
423 const int idx1 = i + h_SL; in sbr_hf_assemble_mips()
427 for (j = 0; j <= h_SL; j++) { in sbr_hf_assemble_mips()
433 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble_mips()
/third_party/ffmpeg/libavcodec/
H A Daacsbr.c282 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble() local
297 for (i = 0; i < h_SL; i++) { in sbr_hf_assemble()
301 } else if (h_SL) { in sbr_hf_assemble()
314 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
315 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
325 if (h_SL && e != e_a[0] && e != e_a[1]) { in sbr_hf_assemble()
329 const int idx1 = i + h_SL; in sbr_hf_assemble()
332 for (j = 0; j <= h_SL; j++) { in sbr_hf_assemble()
338 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble()
H A Daacsbr_fixed.c494 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble() local
509 for (i = 0; i < h_SL; i++) { in sbr_hf_assemble()
513 } else if (h_SL) { in sbr_hf_assemble()
526 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
527 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
537 if (h_SL && e != e_a[0] && e != e_a[1]) { in sbr_hf_assemble()
541 const int idx1 = i + h_SL; in sbr_hf_assemble()
544 for (j = 0; j <= h_SL; j++) { in sbr_hf_assemble()
554 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble()

Completed in 3 milliseconds