Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
H A Dmpeg4audio.c110 !(show_bits(gb, 3) & 0x03 && !(show_bits(gb, 9) & 0x3F)))) { in ff_mpeg4audio_get_config_gb()
127 if (show_bits(gb, 24) != MKBETAG('\0','A','L','S')) in ff_mpeg4audio_get_config_gb()
139 if (show_bits(gb, 11) == 0x2b7) { // sync extension in ff_mpeg4audio_get_config_gb()
H A Dget_bits.h74 static inline unsigned int show_bits(GetBitContext *s, int n);
120 * For examples see get_bits, show_bits, skip_bits, get_vlc.
324 int32_t cache = show_bits(s, 32); in get_xbits()
446 static inline unsigned int show_bits(GetBitContext *s, int n)
535 return show_bits(s, 1);
605 return show_bits(s, n);
772 idx = show_bits(s, *nb_bits) + code;
792 unsigned idx = show_bits(s, bits);
H A Dfaxcompr.c141 cwi = show_bits(gb, 11); in decode_uncompressed()
234 if (get_bits_left(gb) > 12 && show_bits(gb, 12) == 15) { in decode_group3_1d_line()
418 has_eol = show_bits(&gb, 12) == 1 || show_bits(&gb, 16) == 1; in ff_ccitt_unpack()
H A Dgolomb.h316 buf |= 1 | show_bits(gb, 24); in get_interleaved_se_golomb()
568 int show = show_bits(s, 24); in get_ue()
583 int show = show_bits(s, 24); in get_se()
598 int show = show_bits(s, 24); in get_te()
H A Dphotocd.c248 if (show_bits(&g, 12) == 0xfff) in decode_huff()
253 shiftreg = show_bits(&g, 24); in decode_huff()
258 shiftreg = show_bits(&g, 24); in decode_huff()
261 y = show_bits(&g, 15) & 0x1fff; in decode_huff()
H A Dh263dec.c271 get_bits_count(&s->gb), show_bits(&s->gb, 24)); in decode_slice()
332 show_bits(&s->gb, 24) == 0x4010 && in decode_slice()
348 int v = show_bits(&s->gb, 8); in decode_slice()
366 show_bits(&s->gb, 8) == 0 && in decode_slice()
408 left, show_bits(&s->gb, 24)); in decode_slice()
420 get_bits_left(&s->gb), show_bits(&s->gb, 24), s->padding_bug_score); in decode_slice()
H A Dh261dec.c115 val = show_bits(&s->gb, 15); in h261_decode_gob_header()
172 if (show_bits(&s->gb, 15) == 0) { in h261_resync()
183 if (show_bits(&s->gb, 15) == 0) { in h261_resync()
307 int check = show_bits(&s->gb, 2); in h261_decode_block()
H A Dh264_sei.c468 while (get_bits_left(gb) > 16 && show_bits(gb, 16)) { in ff_h264_sei_decode()
477 type += show_bits(gb, 8); in ff_h264_sei_decode()
483 size += show_bits(gb, 8); in ff_h264_sei_decode()
H A Dcbs_sei_syntax_template.c243 while (show_bits(rw, 8) == 0xff) { in message_list()
250 while (show_bits(rw, 8) == 0xff) { in message_list()
H A Deatgq.c71 switch (show_bits(gb, 3)) { in tgq_decode_block()
102 if (show_bits(gb, 6) == 0x3F) { in tgq_decode_block()
H A Dpixlet.c140 value = show_bits(bc, nbits); in read_low_coeffs()
171 value = show_bits(bc, nbits); in read_low_coeffs()
239 shbits = show_bits(bc, pfx); in read_high_coeffs()
279 value = show_bits(bc, pfx); in read_high_coeffs()
H A Dmjpegbdec.c120 s->mjpb_skiptosod = (sod_offs - sos_offs - show_bits(&s->gb, 16)); in mjpegb_decode_frame()
H A Dvble.c63 int val = show_bits(gb, 8); in vble_unpack()
H A Dxsubdec.c139 int log2 = ff_log2_tab[show_bits(&gb, 8)]; in decode_frame()
H A Dmpeg4videodec.c201 int v = show_bits(&s->gb, 16); in mpeg4_is_resync()
212 v = show_bits(&s->gb, 16); in mpeg4_is_resync()
783 if (show_bits(&s->gb, 19) == DC_MARKER) in mpeg4_decode_partition_a()
823 bits = show_bits(&s->gb, 17); in mpeg4_decode_partition_a()
1071 while (show_bits(&s->gb, 9) == 1) in ff_mpeg4_decode_partitions()
1080 while (show_bits(&s->gb, 10) == 1) in ff_mpeg4_decode_partitions()
1859 while (get_bits_left(gb) >= 24 && show_bits(gb, 24) != 0x1) { in next_start_code_studio()
2121 if (get_bits_left(&s->gb) >= 24 && show_bits(&s->gb, 23) == 0) { in mpeg4_decode_studio_mb()
2131 if (get_bits_left(&s->gb) < 8U && show_bits(&s->gb, get_bits_left(&s->gb)) == 0) in mpeg4_decode_studio_mb()
2141 if (!show_bits(g in mpeg4_decode_gop_header()
[all...]
H A Dagm.c112 if (show_bits(gb, 2)) { in read_code()
113 switch (show_bits(gb, 4)) { in read_code()
153 len = ((show_bits(gb, 5) & 0x10) | 0xA0) >> 4; in read_code()
167 } else if (show_bits(gb, 3) & 4) { in read_code()
170 if (show_bits(gb, 4)) { in read_code()
171 if (show_bits(gb, 4) == 1) { in read_code()
H A Dhqx.c104 val = show_bits(gb, ac->lut_bits); in hqx_get_ac()
108 val = ac->lut[val].lev + show_bits(&gb2, ac->extra_bits); in hqx_get_ac()
H A Dwmv2dec.c222 if (s->pict_type != AV_PICTURE_TYPE_I && show_bits(&s->gb, 1)) { in ff_wmv2_decode_picture_header()
537 show_bits(&s->gb, 24)); in ff_wmv2_decode_mb()
H A Dituh263dec.c165 val = show_bits(&s->gb, 16); in h263_decode_gob_header()
238 if(show_bits(&s->gb, 16)==0){ in ff_h263_resync()
253 if(show_bits(&s->gb, 16)==0){ in ff_h263_resync()
1074 int v= show_bits(&s->gb, 16); in ff_h263_decode_mb()
1095 if (show_bits(&s->gb, 2) == 2 && s->avctx->frame_number == 0) { in ff_h263_decode_picture_header()
H A Dcavsdec.c965 if (!align && (show_bits(gb, 8) == 0x80)) in check_for_slice()
1014 if (h->low_delay || !(show_bits(&h->gb, 9) & 1)) in decode_pic()
1017 else if (show_bits(&h->gb, 11) & 3) in decode_pic()
H A Dh264_cavlc.c475 i = show_bits(gb, 3); in decode_residual()
484 int bitsi= show_bits(gb, LEVEL_TAB_BITS); in decode_residual()
531 int bitsi= show_bits(gb, LEVEL_TAB_BITS); in decode_residual()
H A Drv10.c144 if (show_bits(&s->gb, 12) == 0 || (mb_xy && mb_xy < s->mb_num)) { in rv10_decode_picture_header()
544 int v = show_bits(&s->gb, 16); in rv10_decode_packet()
/third_party/ffmpeg/libavcodec/tests/
H A Dgolomb.c53 int j, s = show_bits(&gb, 25); in main()
106 int j, s = show_bits(&gb, 25); in main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1383 int rv, show_bits = 1, cert_md = 0; in security_callback_debug() local
1397 show_bits = 0; in security_callback_debug()
1402 show_bits = 0; in security_callback_debug()
1488 if (show_bits) in security_callback_debug()
/third_party/openssl/apps/lib/
H A Ds_cb.c1383 int rv, show_bits = 1, cert_md = 0; in security_callback_debug() local
1397 show_bits = 0; in security_callback_debug()
1402 show_bits = 0; in security_callback_debug()
1488 if (show_bits) in security_callback_debug()

Completed in 27 milliseconds

12