Home
last modified time | relevance | path

Searched refs:t_env_num_env_old (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c181 const int i_Temp = FFMAX(2*sbr->data[ch].t_env_num_env_old - i_f, 0); in sbr_x_gen_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()
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()
/third_party/ffmpeg/libavcodec/
H A Dsbr.h110 uint8_t t_env_num_env_old; member
H A Daacsbr.c304 g_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
307 q_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
H A Daacsbr_fixed.c516 g_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
519 q_temp[i + 2 * ch_data->t_env_num_env_old], in sbr_hf_assemble()
H A Daacsbr_template.c639 ch_data->t_env_num_env_old = ch_data->t_env[bs_num_env_old];
776 dst->t_env_num_env_old = dst->t_env[dst->bs_num_env];
1328 const int i_Temp = FFMAX(2*sbr->data[ch].t_env_num_env_old - i_f, 0);

Completed in 6 milliseconds