Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacsbr_template.c1366 memset(ch_data->s_indexmapped[1], 0, 7*sizeof(ch_data->s_indexmapped[1]));
1393 … ch_data->s_indexmapped[e + 1][m_midpoint - sbr->kx[1]] = ch_data->bs_add_harmonic[i] *
1394 (e >= e_a[1] || (ch_data->s_indexmapped[0][m_midpoint - sbr->kx[1]] == 1));
1401 if (ch_data->s_indexmapped[e + 1][m - sbr->kx[1]]) {
1411 …memcpy(ch_data->s_indexmapped[0], ch_data->s_indexmapped[ch_data->bs_num_env], sizeof(ch_data->s_i…
Dsbr.h100 uint8_t s_indexmapped[8][48]; member
Daacsbr.c234 sbr->s_m[e][m] = sqrtf(temp * ch_data->s_indexmapped[e + 1][m]); in sbr_gain_calc()
Daacsbr_fixed.c417 … sbr->s_m[e][m] = av_sqrt_sf(av_mul_sf(temp, av_int2sf(ch_data->s_indexmapped[e + 1][m], 0))); in sbr_gain_calc()