Searched refs:gbp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlpdec.c196 static inline int read_huff_channels(MLPDecodeContext *m, GetBitContext *gbp, argument
204 m->bypassed_lsbs[pos + s->blockpos][mat] = get_bits1(gbp);
214 result = get_vlc2(gbp, huff_vlc[codebook-1].table,
221 result = (result << lsb_bits) + get_bits(gbp, lsb_bits);
340 static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp, argument
348 int start_count = get_bits_count(gbp);
353 sync_word = get_bits(gbp, 13);
361 s->noise_type = get_bits1(gbp);
368 skip_bits(gbp, 16); /* Output timestamp */
370 s->min_channel = get_bits(gbp,
479 read_filter_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr, unsigned int channel, unsigned int filter) argument
554 read_matrix_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp) argument
617 read_channel_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp, unsigned int ch) argument
675 read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) argument
756 read_block_data(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdec.c236 static inline int read_huff_channels(MLPDecodeContext *m, GetBitContext *gbp, argument
244 m->bypassed_lsbs[pos + s->blockpos][mat] = get_bits1(gbp);
254 result = get_vlc2(gbp, huff_vlc[codebook-1].table,
261 result = (result << lsb_bits) + get_bits(gbp, lsb_bits);
461 static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp, argument
469 int start_count = get_bits_count(gbp);
475 sync_word = get_bits(gbp, 13);
483 s->noise_type = get_bits1(gbp);
490 skip_bits(gbp, 16); /* Output timestamp */
492 min_channel = get_bits(gbp,
644 read_filter_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr, unsigned int channel, unsigned int filter) argument
719 read_matrix_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp) argument
782 read_channel_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp, unsigned int ch) argument
841 read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) argument
928 read_block_data(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dmusycc.h102 VINT32 gbp; /* Group Base Pointer */ member in struct:musycc_globalr
H A Dmusycc.c773 pci_write_32 ((u_int32_t *) &pi->reg->gbp, OS_vtophys (pi->regram));
864 pci_write_32 ((u_int32_t *) &ci->reg->gbp, OS_vtophys (ci->regram));
H A Dpmcc4_drv.c1010 pci_write_32 ((u_int32_t *) &pi->reg->gbp, OS_vtophys (pi->regram));

Completed in 135 milliseconds