/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph261pay.c | 132 #define SKIP_BITS(br,nbits) G_STMT_START { \ macro 416 SKIP_BITS (br, mba_table[i][2]); in decode_mba() 439 SKIP_BITS (br, mtype_table[i][2]); in decode_mtype() 457 SKIP_BITS (br, mvd_table[i][2]); in decode_mvd() 476 SKIP_BITS (br, cbp_table[i][2]); in decode_cbp() 497 SKIP_BITS (br, 2); in decode_tcoeff() 506 SKIP_BITS (br, 8); in decode_tcoeff() 517 SKIP_BITS (br, tcoeff_table[i][2]); in decode_tcoeff() 526 SKIP_BITS (br, 6 + 8); in decode_tcoeff() 565 SKIP_BITS (br, TR_LEN); in parse_picture_header() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | msmpeg4dec.c | 733 last= SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); in ff_msmpeg4_decode_block() 739 ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3); in ff_msmpeg4_decode_block() 741 ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); in ff_msmpeg4_decode_block() 747 SKIP_BITS(re, &s->gb, 1); in ff_msmpeg4_decode_block() 749 if(ll<8) SKIP_BITS(re, &s->gb, 1); in ff_msmpeg4_decode_block() 753 … s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2); in ff_msmpeg4_decode_block() 757 SKIP_BITS(re, &s->gb, s->esc3_run_length); in ff_msmpeg4_decode_block() 760 SKIP_BITS(re, &s->gb, 1); in ff_msmpeg4_decode_block() 763 SKIP_BITS(re, &s->gb, s->esc3_level_length); in ff_msmpeg4_decode_block() 774 SKIP_BITS(re, &s->gb, 2); in ff_msmpeg4_decode_block() [all …]
|
D | mpeg12.c | 281 SKIP_BITS(re, gb, 1); in ff_mpeg1_decode_block_intra() 288 SKIP_BITS(re, gb, 8); in ff_mpeg1_decode_block_intra() 292 SKIP_BITS(re, gb, 8); in ff_mpeg1_decode_block_intra() 295 SKIP_BITS(re, gb, 8); in ff_mpeg1_decode_block_intra()
|
D | mpeg12dec.c | 162 SKIP_BITS(re, &s->gb, 2); in mpeg1_decode_block_inter() 180 SKIP_BITS(re, &s->gb, 1); in mpeg1_decode_block_inter() 187 SKIP_BITS(re, &s->gb, 8); in mpeg1_decode_block_inter() 190 SKIP_BITS(re, &s->gb, 8); in mpeg1_decode_block_inter() 193 SKIP_BITS(re, &s->gb, 8); in mpeg1_decode_block_inter() 250 SKIP_BITS(re, &s->gb, 2); in mpeg1_fast_decode_block_inter() 269 SKIP_BITS(re, &s->gb, 1); in mpeg1_fast_decode_block_inter() 276 SKIP_BITS(re, &s->gb, 8); in mpeg1_fast_decode_block_inter() 279 SKIP_BITS(re, &s->gb, 8); in mpeg1_fast_decode_block_inter() 282 SKIP_BITS(re, &s->gb, 8); in mpeg1_fast_decode_block_inter() [all …]
|
D | get_bits.h | 193 #define SKIP_BITS(name, gb, num) \ macro 735 SKIP_BITS(name, gb, n); \ 749 SKIP_BITS(name, gb, bits); \ 772 SKIP_BITS(name, gb, n); \
|
D | proresdec2.c | 428 SKIP_BITS(re, gb, q+1); \ 503 DECODE_CODEWORD(level, lev_to_cb[FFMIN(level, 9)], SKIP_BITS); in decode_ac_coeffs() 509 SKIP_BITS(re, gb, 1); in decode_ac_coeffs()
|
D | mdec.c | 105 level = SHOW_SBITS(re, &a->gb, 10); SKIP_BITS(re, &a->gb, 10); in mdec_decode_block_intra()
|
D | dnxhddec.c | 418 SKIP_BITS(bs, &row->gb, 1); in dnxhd_decode_dct_block() 422 SKIP_BITS(bs, &row->gb, index_bits); in dnxhd_decode_dct_block()
|
D | eamad.c | 169 level = SHOW_SBITS(re, &s->gb, 10); SKIP_BITS(re, &s->gb, 10); in decode_block_intra()
|
D | golomb.h | 492 SKIP_BITS(re, gb, 1); in get_ur_golomb_jpegls()
|
D | speedhq.c | 260 SKIP_BITS(re, gb, 6); in decode_dct_block()
|
D | mpeg4videodec.c | 1252 SKIP_BITS(re, &s->gb, 2); in mpeg4_decode_block() 1260 SKIP_BITS(re, &s->gb, 1); in mpeg4_decode_block()
|
D | aacdec_template.c | 1957 SKIP_BITS(re, gb, b + 1); in decode_spectrum_and_dequant()
|