Searched defs:bap (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3.c207 void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, argument
180 ff_ac3_bit_alloc_calc_bap(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap) argument
H A Dac3dec.h132 uint8_t bap[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< bit allocation pointers member in struct:__anon484
H A Dac3dec.c459 int bap = baps[freq]; local
527 uint8_t *bap; local
[all...]
H A Dac3enc.c447 bit_alloc(AC3EncodeContext *s, int16_t mask[NB_BLOCKS][AC3_MAX_CHANNELS][50], int16_t psd[NB_BLOCKS][AC3_MAX_CHANNELS][N/2], uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2], int frame_bits, int coarse_snr_offset, int fine_snr_offset) argument
482 compute_bit_allocation(AC3EncodeContext *s, uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2], uint8_t encoded_exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2], uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS], int frame_bits) argument
777 output_audio_block(AC3EncodeContext *s, uint8_t exp_strategy[AC3_MAX_CHANNELS], uint8_t encoded_exp[AC3_MAX_CHANNELS][N/2], uint8_t bap[AC3_MAX_CHANNELS][N/2], int32_t mdct_coefs[AC3_MAX_CHANNELS][N/2], int8_t global_exp[AC3_MAX_CHANNELS], int block_num) argument
1156 uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dhermes.c324 static int hermes_bap_seek(hermes_t *hw, int bap, u16 id, u16 offset) argument
381 int hermes_bap_pread(hermes_t *hw, int bap, void *buf, int len, argument
406 int hermes_bap_pwrite(hermes_t *hw, int bap, const void *buf, int len, argument
434 hermes_read_ltv(hermes_t *hw, int bap, u16 rid, unsigned bufsize, u16 *length, void *buf) argument
479 hermes_write_ltv(hermes_t *hw, int bap, u16 rid, u16 length, const void *value) argument
[all...]
H A Dhermes.h433 static inline int hermes_read_wordrec(hermes_t *hw, int bap, u16 rid, u16 *word) argument
443 hermes_write_wordrec(hermes_t *hw, int bap, u16 rid, u16 word) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_pci.c184 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
203 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
H A Dhostap_cs.c160 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
180 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
H A Dhostap_plx.c225 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
245 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
H A Dhostap_hw.c756 static int hfa384x_setup_bap(struct net_device *dev, u16 bap, u16 id, argument

Completed in 57 milliseconds