Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c639 ch_data->t_env_num_env_old = ch_data->t_env[bs_num_env_old];
656 ch_data->t_env[0] = 0;
657 ch_data->t_env[ch_data->bs_num_env] = abs_bord_trail;
662 ch_data->t_env[i + 1] = ch_data->t_env[i] + abs_bord_trail;
672 ch_data->t_env[0] = 0;
673 ch_data->t_env[ch_data->bs_num_env] = abs_bord_trail;
676 ch_data->t_env[ch_data->bs_num_env - 1 - i] =
677 ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2;
685 ch_data->t_env[
1287 sbr_hf_gen(AACContext *ac, SpectralBandReplication *sbr, INTFLOAT X_high[64][40][2], const INTFLOAT X_low[32][40][2], const INTFLOAT (*alpha0)[2], const INTFLOAT (*alpha1)[2], const INTFLOAT bw_array[5], const uint8_t *t_env, int bs_num_env) global() argument
[all...]
H A Daacsbr.c298 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
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()
303 memcpy(g_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
306 memcpy(q_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
313 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble()
320 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble()
H A Daacsbr_fixed.c510 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
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()
515 memcpy(g_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
518 memcpy(q_temp[i + 2 * ch_data->t_env[0]], in sbr_hf_assemble()
525 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble()
532 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble()
H A Dsbr.h108 uint8_t t_env[8]; member
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c342 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()
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()
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()
351 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble_mips()
413 for (i = 2 * ch_data->t_env[e]; i < 2 * ch_data->t_env[e + 1]; i++) { in sbr_hf_assemble_mips()

Completed in 5 milliseconds