Searched refs:bap (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dsp.h28 * Number of mantissa bits written for each bap value.
29 * bap values with fractional bits are set to 0 and are calculated separately.
104 * @param[out] bap bit allocation pointers
108 const uint8_t *bap_tab, uint8_t *bap);
111 * Update bap counts using the supplied array of bap.
113 * @param[out] mant_cnt bap counts for 1 block
114 * @param[in] bap array of bap, pointing to start coef bin
117 void (*update_bap_counts)(uint16_t mant_cnt[16], uint8_t *bap, in
[all...]
H A Dac3dsp.c109 const uint8_t *bap_tab, uint8_t *bap)
113 /* special case, if snr offset is -960, set all bap's to zero */
115 memset(bap, 0, AC3_MAX_COEFS);
128 bap[bin] = bap_tab[address];
133 static void ac3_update_bap_counts_c(uint16_t mant_cnt[16], uint8_t *bap, argument
137 mant_cnt[bap[len]]++;
146 int blk, bap; local
150 // bap=1 : 3 mantissas in 5 bits
152 // bap=2 : 3 mantissas in 7 bits
153 // bap
106 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) argument
[all...]
H A Dac3dec.h172 uint8_t bap[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< bit allocation pointers member in struct:__anon1853
H A Deac3dec.c214 if (s->bap[ch][bin] > 7 && s->bap[ch][bin] < end_bap)
221 if (s->bap[ch][bin] > 7 && s->bap[ch][bin] < 17) {
239 int hebap = s->bap[ch][bin];
H A Dac3dec.c43 * used for exponents and bap=2 mantissas
56 * reference: Table 7.18 Mapping of bap to Quantizer
123 /* bap=1 mantissas */
129 /* bap=2 mantissas */
134 /* bap=4 mantissas */
141 /* bap=3 mantissas */
145 /* bap=5 mantissas */
437 uint8_t *baps = s->bap[ch_index];
445 int bap = baps[freq]; local
447 switch (bap) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dac3dsp_mips.c66 const uint8_t *bap_tab, uint8_t *bap)
74 memset(bap, 0, AC3_MAX_COEFS);
79 bap1 = &bap[start];
140 static void ac3_update_bap_counts_mips(uint16_t mant_cnt[16], uint8_t *bap, argument
147 "addu %[temp2], %[bap], %[len] \n\t"
148 "addu %[temp4], %[bap], %[temp3] \n\t"
195 : [len] "r" (len), [bap] "r" (bap),
63 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dsp.c110 const uint8_t *bap_tab, uint8_t *bap)
114 /* special case, if snr offset is -960, set all bap's to zero */
116 memset(bap, 0, AC3_MAX_COEFS);
129 bap[bin] = bap_tab[address];
134 static void ac3_update_bap_counts_c(uint16_t mant_cnt[16], uint8_t *bap, argument
138 mant_cnt[bap[len]]++;
147 int blk, bap; local
151 // bap=1 : 3 mantissas in 5 bits
153 // bap=2 : 3 mantissas in 7 bits
154 // bap
107 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) argument
[all...]
H A Dac3dsp.h28 * Number of mantissa bits written for each bap value.
29 * bap values with fractional bits are set to 0 and are calculated separately.
104 * @param[out] bap bit allocation pointers
108 const uint8_t *bap_tab, uint8_t *bap);
111 * Update bap counts using the supplied array of bap.
113 * @param[out] mant_cnt bap counts for 1 block
114 * @param[in] bap array of bap, pointing to start coef bin
117 void (*update_bap_counts)(uint16_t mant_cnt[16], uint8_t *bap, in
[all...]
H A Deac3dec.c214 if (s->bap[ch][bin] > 7 && s->bap[ch][bin] < end_bap)
221 if (s->bap[ch][bin] > 7 && s->bap[ch][bin] < 17) {
239 int hebap = s->bap[ch][bin];
H A Dac3dec.h187 uint8_t bap[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< bit allocation pointers member in struct:AC3DecodeContext
H A Dac3dec.c46 * used for exponents and bap=2 mantissas
59 * reference: Table 7.18 Mapping of bap to Quantizer
135 /* bap=1 mantissas */
141 /* bap=2 mantissas */
146 /* bap=4 mantissas */
153 /* bap=3 mantissas */
157 /* bap=5 mantissas */
486 uint8_t *baps = s->bap[ch_index];
494 int bap = baps[freq]; local
496 switch (bap) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dac3dsp_init_arm.c36 const uint8_t *bap_tab, uint8_t *bap);
38 void ff_ac3_update_bap_counts_arm(uint16_t mant_cnt[16], uint8_t *bap, int len);
H A Dac3dsp_armv6.S36 add r7, r7, r2 @ bap + start
66 strb r8, [r7], #1 @ bap[bin]
78 strb r8, [r7], #1 @ bap[bin]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dac3dsp_init_arm.c48 const uint8_t *bap_tab, uint8_t *bap);
50 void ff_ac3_update_bap_counts_arm(uint16_t mant_cnt[16], uint8_t *bap, int len);
H A Dac3dsp_armv6.S36 add r7, r7, r2 @ bap + start
65 strb r8, [r7], #1 @ bap[bin]
77 strb r8, [r7], #1 @ bap[bin]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.h388 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen,
390 int (*write_ltv)(struct hermes *hw, int bap, u16 rid,
392 int (*bap_pread)(struct hermes *hw, int bap, void *buf, int len,
394 int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf,
495 #define HERMES_READ_RECORD(hw, bap, rid, buf) \
496 (hw->ops->read_ltv((hw), (bap), (rid), sizeof(*buf), NULL, (buf)))
497 #define HERMES_WRITE_RECORD(hw, bap, rid, buf) \
498 (hw->ops->write_ltv((hw), (bap), (rid), \
501 static inline int hermes_read_wordrec(hermes_t *hw, int bap, u16 rid, u16 *word) argument
506 err = HERMES_READ_RECORD(hw, bap, ri
511 hermes_write_wordrec(hermes_t *hw, int bap, u16 rid, u16 word) argument
[all...]
H A Dhermes.c366 static int hermes_bap_seek(hermes_t *hw, int bap, u16 id, u16 offset) argument
368 int sreg = bap ? HERMES_SELECT1 : HERMES_SELECT0;
369 int oreg = bap ? HERMES_OFFSET1 : HERMES_OFFSET0;
403 "reg=0x%x id=0x%x offset=0x%x\n", hw->iobase, bap,
425 static int hermes_bap_pread(hermes_t *hw, int bap, void *buf, int len, argument
428 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0;
434 err = hermes_bap_seek(hw, bap, id, offset);
453 static int hermes_bap_pwrite(hermes_t *hw, int bap, const void *buf, int len, argument
456 int dreg = bap ? HERMES_DATA1 : HERMES_DATA0;
462 err = hermes_bap_seek(hw, bap, i
481 hermes_read_ltv(hermes_t *hw, int bap, u16 rid, unsigned bufsize, u16 *length, void *buf) argument
526 hermes_write_ltv(hermes_t *hw, int bap, u16 rid, u16 length, const void *value) argument
[all...]
H A Dorinoco_usb.c963 static int ezusb_write_ltv(hermes_t *hw, int bap, u16 rid, argument
993 static int ezusb_read_ltv(hermes_t *hw, int bap, u16 rid, argument
1053 static int ezusb_bap_pread(struct hermes *hw, int bap, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_pci.c183 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
189 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
202 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
207 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
H A Dhostap_plx.c224 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
230 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
244 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
249 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
H A Dhostap_cs.c157 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, argument
163 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
177 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) argument
182 d_off = (bap == 1) ? HFA384X_DATA1_OFF : HFA384X_DATA0_OFF;
H A Dhostap_hw.c755 static int hfa384x_setup_bap(struct net_device *dev, u16 bap, u16 id, argument
761 if (offset % 2 || bap > 1)
764 if (bap == BAP1) {
795 dev->name, bap, id, offset, HFA384X_INW(o_off));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A DMakefile.am116 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A DMakefile.am116 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dlinux.c842 struct sbe_brd_addr bap; member in union:data::__anon15163

Completed in 270 milliseconds

12