Searched defs:bap (Results 1 - 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A D | ac3dsp.c | 100 static void ac3_update_bap_counts_c(uint16_t mant_cnt[16], uint8_t *bap, in ac3_update_bap_counts_c() argument 113 int blk, bap; in ac3_compute_mantissa_size_c() local 73 ac3_bit_alloc_calc_bap_c(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap) ac3_bit_alloc_calc_bap_c() argument [all...] |
| H A D | ac3dec.h | 207 uint8_t bap[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< bit allocation pointers member
|
| H A D | dolby_e.c | 73 int bap[MAX_EXPONENTS]; member 856 int bap in parse_mantissas() local 720 bit_allocate(int nb_exponent, int nb_code, int fr_code, int *exp, int *bap, int fg_spc, int fg_ofs, int msk_mod, int snr_ofs) bit_allocate() argument [all...] |
| H A D | ac3dec.c | 548 int bap = baps[freq]; in ac3_decode_transform_coeffs_ch() local [all...] |
| H A D | ac3enc.c | 1327 quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, uint8_t *exp, uint8_t *bap, int16_t *qmant, int start_freq, int end_freq) quantize_mantissas_blk_ch() argument [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | ac3dsp_mips.c | 141 static void ac3_update_bap_counts_mips(uint16_t mant_cnt[16], uint8_t *bap, in ac3_update_bap_counts_mips() argument 64 ac3_bit_alloc_calc_bap_mips(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap) ac3_bit_alloc_calc_bap_mips() argument
|
Completed in 8 milliseconds