Home
last modified time | relevance | path

Searched refs:g_temp (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Daacsbr_mips.c333 float (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble_mips() local
342 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble_mips()
346 … memcpy(g_temp[2*ch_data->t_env[0]], g_temp[2*ch_data->t_env_num_env_old], 4*sizeof(g_temp[0])); in sbr_hf_assemble_mips()
352 g_temp1 = g_temp[h_SL + i]; in sbr_hf_assemble_mips()
428 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble_mips()
433 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble_mips()
/third_party/ffmpeg/libavcodec/
Daacsbr.c292 float (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble() local
298 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
303 memcpy(g_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
304 g_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
305 sizeof(g_temp[0])); 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()
333 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble()
338 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble()
Daacsbr_fixed.c504 SoftFloat (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble() local
510 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
515 memcpy(g_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
516 g_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
517 sizeof(g_temp[0])); 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()
546 av_mul_sf(g_temp[idx1 - j][m], in sbr_hf_assemble()
554 g_filt = g_temp[i + h_SL]; in sbr_hf_assemble()
Dsbr.h98 DECLARE_ALIGNED(16, AAC_FLOAT, g_temp)[42][48];