Searched refs:bw_array (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsbr.h86 float bw_array[5]; member in struct:__anon1989
H A Daacsbr.c1326 if (new_bw < ch_data->bw_array[i]) {
1327 new_bw = 0.75f * new_bw + 0.25f * ch_data->bw_array[i];
1329 new_bw = 0.90625f * new_bw + 0.09375f * ch_data->bw_array[i];
1330 ch_data->bw_array[i] = new_bw < 0.015625f ? 0.0f : new_bw;
1361 const float bw_array[5], const uint8_t *t_env,
1381 alpha[0] = alpha1[p][0] * bw_array[g] * bw_array[g];
1382 alpha[1] = alpha1[p][1] * bw_array[g] * bw_array[g];
1383 alpha[2] = alpha0[p][0] * bw_array[
1358 sbr_hf_gen(AACContext *ac, SpectralBandReplication *sbr, float X_high[64][40][2], const float X_low[32][40][2], const float (*alpha0)[2], const float (*alpha1)[2], const float bw_array[5], const uint8_t *t_env, int bs_num_env) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsbr.h89 float bw_array[5]; member in struct:SBRData
H A Daacsbr.c1329 if (new_bw < ch_data->bw_array[i]) {
1330 new_bw = 0.75f * new_bw + 0.25f * ch_data->bw_array[i];
1332 new_bw = 0.90625f * new_bw + 0.09375f * ch_data->bw_array[i];
1333 ch_data->bw_array[i] = new_bw < 0.015625f ? 0.0f : new_bw;
1366 const float bw_array[5], const uint8_t *t_env,
1387 alpha0[p], alpha1[p], bw_array[g],
1717 sbr->data[ch].bw_array, sbr->data[ch].t_env,
1363 sbr_hf_gen(AACContext *ac, SpectralBandReplication *sbr, float X_high[64][40][2], const float X_low[32][40][2], const float (*alpha0)[2], const float (*alpha1)[2], const float bw_array[5], const uint8_t *t_env, int bs_num_env) argument

Completed in 92 milliseconds