Searched defs:X_high (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacsbr.c | 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 D | sbrdsp_fixed.c | 208 static void sbr_hf_gen_c(int (*X_high)[2], const int (*X_low)[2], in sbr_hf_gen_c() argument 244 static void sbr_hf_g_filt_c(int (*Y)[2], const int (*X_high)[40][2], in sbr_hf_g_filt_c() argument
|
H A D | sbrdsp.c | 159 static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], in sbr_hf_gen_c() argument 187 static void sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], in sbr_hf_g_filt_c() argument
|
H A D | aacsbr_fixed.c | 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
|
H A D | aacsbr_template.c | 1416 static void sbr_env_estimate(AAC_FLOAT (*e_curr)[48], INTFLOAT X_high[64][40][2], argument 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...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacsbr_mips.c | 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
|
H A D | sbrdsp_mips.c | 611 static void sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], in sbr_hf_gen_mips() argument 666 static void sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], in sbr_hf_g_filt_mips() argument
|
Completed in 9 milliseconds