Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsbrdsp_fixed.c208 static void sbr_hf_gen_c(int (*X_high)[2], const int (*X_low)[2], in sbr_hf_gen_c() argument
233 X_high[i][0] = (int)((accu + 0x10000000) >> 29); in sbr_hf_gen_c()
240 X_high[i][1] = (int)((accu + 0x10000000) >> 29); in sbr_hf_gen_c()
244 static void sbr_hf_g_filt_c(int (*Y)[2], const int (*X_high)[40][2], in sbr_hf_g_filt_c() argument
253 accu = (int64_t)X_high[m][ixh][0] * ((g_filt[m].mant + 0x40)>>7); in sbr_hf_g_filt_c()
256 accu = (int64_t)X_high[m][ixh][1] * ((g_filt[m].mant + 0x40)>>7); in sbr_hf_g_filt_c()
H A Dsbrdsp.c159 static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], in sbr_hf_gen_c() argument
172 X_high[i][0] = in sbr_hf_gen_c()
178 X_high[i][1] = in sbr_hf_gen_c()
187 static void sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], in sbr_hf_g_filt_c() argument
193 Y[m][0] = X_high[m][ixh][0] * g_filt[m]; in sbr_hf_g_filt_c()
194 Y[m][1] = X_high[m][ixh][1] * g_filt[m]; in sbr_hf_g_filt_c()
H A Dsbrdsp.h37 void (*hf_gen)(INTFLOAT (*X_high)[2], const INTFLOAT (*X_low)[2],
40 void (*hf_g_filt)(INTFLOAT (*Y)[2], const INTFLOAT (*X_high)[40][2],
H A Dsbr.h128 const INTFLOAT X_high[64][40][2],
193 DECLARE_ALIGNED(16, INTFLOAT, X_high)[64][40][2];
H A Daacsbr_template.c1288 INTFLOAT X_high[64][40][2], const INTFLOAT X_low[32][40][2],
1309 sbr->dsp.hf_gen(X_high[k] + ENVELOPE_ADJUSTMENT_OFFSET,
1316 memset(X_high + k, 0, (sbr->m[1] + sbr->kx[1] - k) * sizeof(*X_high));
1416 static void sbr_env_estimate(AAC_FLOAT (*e_curr)[48], INTFLOAT X_high[64][40][2], argument
1433 AAC_FLOAT sum = sbr->dsp.sum_square(X_high[m+kx1] + ilb, iub - ilb);
1455 sum = av_add_sf(sum, sbr->dsp.sum_square(X_high[k] + ilb, iub - ilb));
1463 sum += sbr->dsp.sum_square(X_high[k] + ilb, iub - ilb);
1520 sbr_hf_gen(ac, sbr, sbr->X_high,
1530 sbr_env_estimate(sbr->e_curr, sbr->X_high, sb
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.c277 const float X_high[64][40][2], in sbr_hf_assemble()
342 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
276 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]) sbr_hf_assemble() argument
H A Daacsbr_fixed.c489 const int X_high[64][40][2], in sbr_hf_assemble()
558 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
488 sbr_hf_assemble(int Y1[38][64][2], const int X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2]) sbr_hf_assemble() argument
/third_party/ffmpeg/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],
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsbrdsp_init_aarch64.c31 void ff_sbr_hf_g_filt_neon(float (*Y)[2], const float (*X_high)[40][2],
33 void ff_sbr_hf_gen_neon(float (*X_high)[2], const float (*X_low)[2],
/third_party/ffmpeg/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.asm89 lea r1, [r1 + 8*r4] ; offset by ixh elements into X_high
128 ; void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2],
132 cglobal sbr_hf_gen, 4,4,8, X_high, X_low, alpha0, alpha1, BW, S, E
152 DEFINE_ARGS X_high, X_low, start, end
155 DEFINE_ARGS X_high, X_low, alpha0, alpha1, start, end
/third_party/ffmpeg/libavcodec/mips/
H A Dsbrdsp_mips.c611 static void sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], in sbr_hf_gen_mips() argument
618 float *p_x_high = &X_high[0][0] + 2*start; in sbr_hf_gen_mips()
666 static void sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], in sbr_hf_g_filt_mips() argument
675 p_x = &X_high[0][ixh][0]; in sbr_hf_g_filt_mips()
H A Daacsbr_mips.c317 const float X_high[64][40][2], in sbr_hf_assemble_mips()
437 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble_mips()
316 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]) sbr_hf_assemble_mips() argument
/third_party/ffmpeg/tests/checkasm/
H A Dsbrdsp.c183 declare_func(void, INTFLOAT (*X_high)[2], const INTFLOAT (*X_low)[2], in test_hf_gen()
208 declare_func(void, INTFLOAT (*Y)[2], const INTFLOAT (*X_high)[40][2], in test_hf_g_filt()

Completed in 11 milliseconds