Go to the documentation of this file.
35 const int16_t *
window,
unsigned n);
47 int snr_offset,
int floor,
static av_cold int end(AVCodecContext *avctx)
void ff_ac3_bit_alloc_calc_bap_armv6(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
void ff_ac3_update_bap_counts_arm(uint16_t mant_cnt[16], uint8_t *bap, int len)
av_cold void ff_ac3dsp_init_arm(AC3DSPContext *c, int bit_exact)
static atomic_int cpu_flags
static SDL_Window * window
void ff_ac3_rshift_int32_neon(int32_t *src, unsigned len, unsigned shift)
static const uint16_t mask[17]
void ff_ac3_lshift_int16_neon(int16_t *src, unsigned len, unsigned shift)
void ff_float_to_fixed24_neon(int32_t *dst, const float *src, unsigned int len)
void ff_apply_window_int16_neon(int16_t *dst, const int16_t *src, const int16_t *window, unsigned n)
void ff_ac3_sum_square_butterfly_int32_neon(int64_t sum[4], const int32_t *coef0, const int32_t *coef1, int len)
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
void ff_ac3_sum_square_butterfly_float_neon(float sum[4], const float *coef0, const float *coef1, int len)
int ff_ac3_max_msb_abs_int16_neon(const int16_t *src, int len)
void ff_ac3_exponent_min_neon(uint8_t *exp, int num_reuse_blocks, int nb_coefs)
static const uint8_t bap_tab[64]
static int shift(int a, int b)
void ff_ac3_extract_exponents_neon(uint8_t *exp, int32_t *coef, int nb_coefs)
#define have_armv6(flags)