Searched refs:X_high (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsbrdsp.h35 void (*hf_gen)(float (*X_high)[2], const float (*X_low)[2],
38 void (*hf_g_filt)(float (*Y)[2], const float (*X_high)[40][2],
H A Dsbr.h123 const float X_high[64][40][2],
186 DECLARE_ALIGNED(16, float, X_high)[64][40][2];
H A Dsbrdsp.c175 static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], argument
188 X_high[i][0] =
194 X_high[i][1] =
203 static void sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], argument
209 Y[m][0] = X_high[m][ixh][0] * g_filt[m];
210 Y[m][1] = X_high[m][ixh][1] * g_filt[m];
H A Daacsbr.c1364 float X_high[64][40][2], const float X_low[32][40][2],
1385 sbr->dsp.hf_gen(X_high[k] + ENVELOPE_ADJUSTMENT_OFFSET,
1392 memset(X_high + k, 0, (sbr->m[1] + sbr->kx[1] - k) * sizeof(*X_high));
1492 static void sbr_env_estimate(float (*e_curr)[48], float X_high[64][40][2], argument
1505 float sum = sbr->dsp.sum_square(X_high[m+kx1] + ilb, iub - ilb);
1523 sum += sbr->dsp.sum_square(X_high[k] + ilb, iub - ilb);
1595 const float X_high[64][40][2],
1654 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max,
1713 sbr_hf_gen(ac, sbr, sbr->X_high,
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
1594 sbr_hf_assemble(float Y1[38][64][2], const float X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsbrdsp_init.c30 void ff_sbr_hf_g_filt_sse(float (*Y)[2], const float (*X_high)[40][2],
32 void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2],
H A Dsbrdsp.asm88 lea r1, [r1 + 8*r4] ; offset by ixh elements into X_high
127 ; void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2],
131 cglobal sbr_hf_gen, 4,4,8, X_high, X_low, alpha0, alpha1, BW, S, E
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsbrdsp_init_arm.c33 void ff_sbr_hf_g_filt_neon(float (*Y)[2], const float (*X_high)[40][2],
35 void ff_sbr_hf_gen_neon(float (*X_high)[2], const float (*X_low)[2],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsbr.h160 float X_high[64][40][2]; member in struct:__anon1990
H A Daacsbr.c1359 float X_high[64][40][2], const float X_low[32][40][2],
1388 X_high[k][idx][0] =
1394 X_high[k][idx][1] =
1404 memset(X_high + k, 0, (sbr->m[1] + sbr->kx[1] - k) * sizeof(*X_high));
1497 static void sbr_env_estimate(float (*e_curr)[48], float X_high[64][40][2], argument
1512 sum += X_high[m + sbr->kx[1]][i][0] * X_high[m + sbr->kx[1]][i][0] +
1513 X_high[m + sbr->kx[1]][i][1] * X_high[
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
1606 sbr_hf_assemble(float Y[2][38][64][2], const float X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dsbrdsp_mips.c642 static void sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], argument
649 float *p_x_high = &X_high[0][0] + 2*start;
697 static void sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], argument
706 p_x = (float*)&X_high[0][ixh][0];
H A Daacsbr_mips.c314 const float X_high[64][40][2],
434 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max,
313 sbr_hf_assemble_mips(float Y1[38][64][2], const float X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2]) argument

Completed in 184 milliseconds