Searched refs:X_low (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 Dsbr.h120 float X_low[32][40][2], const float W[2][32][32][2],
128 const float X_low[32][40][2], int ch);
131 const float X_low[32][40][2], int k0);
184 DECLARE_ALIGNED(16, float, X_low)[32][40][2];
H A Dsbrdsp.h35 void (*hf_gen)(float (*X_high)[2], const float (*X_low)[2],
H A Dsbrdsp.c175 static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], argument
189 X_low[i - 2][0] * alpha[0] -
190 X_low[i - 2][1] * alpha[1] +
191 X_low[i - 1][0] * alpha[2] -
192 X_low[i - 1][1] * alpha[3] +
193 X_low[i][0];
195 X_low[i - 2][1] * alpha[0] +
196 X_low[i - 2][0] * alpha[1] +
197 X_low[i - 1][1] * alpha[2] +
198 X_low[
[all...]
H A Daacsbr.c1264 const float X_low[32][40][2], int k0)
1271 dsp->autocorrelate(X_low[k], phi);
1339 float X_low[32][40][2], const float W[2][32][32][2],
1345 memset(X_low, 0, 32*sizeof(*X_low));
1348 X_low[k][i][0] = W[buf_idx][i - t_HFGen][k][0];
1349 X_low[k][i][1] = W[buf_idx][i - t_HFGen][k][1];
1355 X_low[k][i][0] = W[buf_idx][i + i_f - t_HFGen][k][0];
1356 X_low[k][i][1] = W[buf_idx][i + i_f - t_HFGen][k][1];
1364 float X_high[64][40][2], const float X_low[3
1262 sbr_hf_inverse_filter(SBRDSPContext *dsp, float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) argument
1338 sbr_lf_gen(AACContext *ac, SpectralBandReplication *sbr, float X_low[32][40][2], const float W[2][32][32][2], int buf_idx) argument
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
1398 sbr_x_gen(SpectralBandReplication *sbr, float X[2][38][64], const float Y0[38][64][2], const float Y1[38][64][2], const float X_low[32][40][2], int ch) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c61 float X_low[32][40][2], const float W[2][32][32][2],
66 float *p_x_low = &X_low[0][8][0];
68 float *p_x1_low = &X_low[0][0][0];
170 const float X_low[32][40][2], int ch)
202 X_low1=&X_low[0][2][0];
254 X_low1=&X_low[0][i_Temp+2][0];
487 const float X_low[32][40][2], int k0)
501 dsp->autocorrelate(X_low[k], phi);
60 sbr_lf_gen_mips(AACContext *ac, SpectralBandReplication *sbr, float X_low[32][40][2], const float W[2][32][32][2], int buf_idx) argument
168 sbr_x_gen_mips(SpectralBandReplication *sbr, float X[2][38][64], const float Y0[38][64][2], const float Y1[38][64][2], const float X_low[32][40][2], int ch) argument
485 sbr_hf_inverse_filter_mips(SBRDSPContext *dsp, float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) argument
H A Dsbrdsp_mips.c642 static void sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], argument
648 float *p_x_low = (float*)&X_low[0][0] + 2*start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsbrdsp_init.c32 void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2],
H A Dsbrdsp.asm127 ; 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.c35 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.h158 float X_low[32][40][2]; member in struct:__anon1990
H A Daacsbr.c1260 const float X_low[32][40][2], int k0)
1266 autocorrelate(X_low[k], phi, 0);
1267 autocorrelate(X_low[k], phi, 1);
1268 autocorrelate(X_low[k], phi, 2);
1336 float X_low[32][40][2], const float W[2][32][32][2])
1341 memset(X_low, 0, 32*sizeof(*X_low));
1344 X_low[k][i][0] = W[1][i - t_HFGen][k][0];
1345 X_low[k][i][1] = W[1][i - t_HFGen][k][1];
1350 X_low[
1259 sbr_hf_inverse_filter(float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) argument
1335 sbr_lf_gen(AACContext *ac, SpectralBandReplication *sbr, float X_low[32][40][2], const float W[2][32][32][2]) argument
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
1410 sbr_x_gen(SpectralBandReplication *sbr, float X[2][38][64], const float X_low[32][40][2], const float Y[2][38][64][2], int ch) argument
[all...]

Completed in 285 milliseconds