Searched refs:show_bits (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg4audio.c72 if (show_bits(&gb, 11) == 0x2b7) { // sync extension
H A Dgolomb.h357 int show= show_bits(s, 24);
371 int show= show_bits(s, 24);
385 int show= show_bits(s, 24);
H A Dxsubdec.c112 int log2 = ff_log2_tab[show_bits(&gb, 8)];
H A Dh261dec.c108 val = show_bits(&s->gb, 15);
165 if(show_bits(&s->gb, 15)==0){
176 if(show_bits(&s->gb, 15)==0){
392 int check = show_bits(&s->gb, 2);
H A Dmjpegbdec.c104 s->mjpb_skiptosod = (sod_offs - sos_offs - show_bits(&s->gb, 16));
H A Deatgq.c64 switch(show_bits(gb,3)) {
91 if (show_bits(gb,6)==0x3F) {
H A Dbitstream.h399 for examples see get_bits, show_bits, skip_bits, get_vlc
648 static inline unsigned int show_bits(GetBitContext *s, int n){ function
686 return show_bits(s, 1);
713 if(n<=17) return show_bits(s, n);
901 int show= show_bits(s, 24);
913 int show= show_bits(s, n);
H A Dh263dec.c217 //printf("%d %d %06X\n", ret, get_bits_count(&s->gb), show_bits(&s->gb, 24));
230 //printf("%d %d %d %06X\n", s->mb_x, s->mb_y, s->gb.size*8 - get_bits_count(&s->gb), show_bits(&s->gb, 24));
278 int v= show_bits(&s->gb, 8);
313 av_log(s->avctx, AV_LOG_ERROR, "discarding %d junk bits at end, next would be %X\n", left, show_bits(&s->gb, 24));
325 show_bits(&s->gb, 24), s->padding_bug_score);
H A Dalac.c148 int extrabits = show_bits(gb, k);
H A Dflacdec.c638 tmp = show_bits(&s->gb, 16);
641 while (get_bits_count(&s->gb)/8+2 < buf_size && (show_bits(&s->gb, 16) & 0xFFFE) != 0xFFF8)
H A Dh263.c2999 val = show_bits(&s->gb, 16);
3130 int v= show_bits(&s->gb, 16);
3141 v= show_bits(&s->gb, 16);
3328 if(show_bits(&s->gb, 16)==0){
3343 if(show_bits(&s->gb, 16)==0){
3473 bits= show_bits(&s->gb, 17);
3685 while(show_bits(&s->gb, 9) == 1)
3692 while(show_bits(&s->gb, 10) == 1)
3785 //printf("%06X %d\n", show_bits(&s->gb, 24), s->gb.size_in_bits - get_bits_count(&s->gb));
4161 int v= show_bits(
[all...]
H A Dsvq3.c709 h->next_slice_index = get_bits_count(&s->gb) + 8*show_bits(&s->gb, 8*length) + 8*length;
988 ((get_bits_count(&s->gb) & 7) == 0 || show_bits(&s->gb, (-get_bits_count(&s->gb) & 7)) == 0)) {
H A Dcavsdec.c443 if(!align && (show_bits(gb,8) == 0x80))
H A Dmpeg12.c1816 if(left < 0 || (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10)
1818 av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X\n", left, show_bits(&s->gb, FFMIN(left, 23)));
1841 if(s->mb_skip_run != 0 || show_bits(&s->gb, 15) != 0){
2059 if(show_bits(&s->gb, 23) != 0){
H A Drv10.c358 if(show_bits(&s->gb, 12)==0 || (mb_xy && mb_xy < s->mb_num)){
H A Dh264.c4169 i = show_bits(gb, 3);
4178 int bitsi= show_bits(gb, LEVEL_TAB_BITS);
4222 int bitsi= show_bits(gb, LEVEL_TAB_BITS);
6911 type+= show_bits(&s->gb, 8);
6916 size+= show_bits(&s->gb, 8);
7944 s= show_bits(&gb, 24);
7969 s= show_bits(&gb, 24);
H A Daac.c1628 if (show_bits(&gb, 12) == 0xfff) {
H A Drv34.c1218 if(bits < 0 || (bits < 8 && !show_bits(&s->gb, bits)))
H A Dvc1.c860 av_log(avctx, AV_LOG_DEBUG, "Header: %0X\n", show_bits(gb, 32));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c236 static ssize_t show_bits(int id,struct class_device *class_dev,char *buf) function
258 pvr2_sysfs_trace("pvr2_sysfs(%p) show_bits(cid=%d)",sfp,id);
320 CREATE_SHOW_INSTANCE(show_bits,ctl_id) \
391 ssize_t (*show_bits)(struct class_device *,char *); member in struct:pvr2_sysfs_func_set
407 .show_bits = show_bits_##ctl_id, \
537 cip->attr_bits.show = fp->show_bits;

Completed in 278 milliseconds