Searched refs:q_temp (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | aacsbr_mips.c | 333 float (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble_mips() local 343 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble_mips() 347 … memcpy(q_temp[2*ch_data->t_env[0]], q_temp[2*ch_data->t_env_num_env_old], 4*sizeof(q_temp[0])); in sbr_hf_assemble_mips() 354 q_temp1 = q_temp[h_SL + i]; in sbr_hf_assemble_mips() 429 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble_mips() 434 q_filt = q_temp[i]; in sbr_hf_assemble_mips()
|
/third_party/ffmpeg/libavcodec/ |
D | aacsbr.c | 292 float (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble() local 299 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble() 306 memcpy(q_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble() 307 q_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble() 308 sizeof(q_temp[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() 334 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble() 339 q_filt = q_temp[i]; in sbr_hf_assemble()
|
D | aacsbr_fixed.c | 504 SoftFloat (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble() local 511 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble() 518 memcpy(q_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble() 519 q_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble() 520 sizeof(q_temp[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() 549 av_mul_sf(q_temp[idx1 - j][m], in sbr_hf_assemble() 555 q_filt = q_temp[i]; in sbr_hf_assemble()
|
D | sbr.h | 99 AAC_FLOAT q_temp[42][48]; member
|