/third_party/ffmpeg/libavcodec/ |
H A D | get_bits.h | 83 * OPEN_READER(name, gb) 138 #define OPEN_READER(name, gb) OPEN_READER_NOSIZE(name, gb) macro 142 #define OPEN_READER(name, gb) \ macro 332 OPEN_READER(re, s); in get_xbits() 348 OPEN_READER(re, s); in get_xbits_le() 366 OPEN_READER(re, s); in get_sbits() 401 OPEN_READER(re, s); in get_bits() 433 OPEN_READER(re, s); 492 OPEN_READER(re, s); 810 OPEN_READER(r [all...] |
H A D | golomb.h | 77 OPEN_READER(re, gb); in get_ue_golomb() 131 OPEN_READER(re, gb); in get_ue_golomb_31() 174 OPEN_READER(re, gb); in get_interleaved_ue_golomb() 265 OPEN_READER(re, gb); in get_se_golomb() 329 OPEN_READER(re, gb); in get_interleaved_se_golomb() 398 OPEN_READER(re, gb); in get_ur_golomb() 463 OPEN_READER(re, gb); in get_ur_golomb_jpegls()
|
H A D | cllc.c | 96 OPEN_READER(bits, gb); in read_argb_line() 164 OPEN_READER(bits, gb); in read_rgb24_component_line() 194 OPEN_READER(bits, gb); in read_yuv_component_line()
|
H A D | huffyuvdec.c | 623 OPEN_READER(re, &s->gb); in decode_422_bitstream() 669 OPEN_READER(re, &s->gb); in decode_plane_bitstream() 689 OPEN_READER(re, &s->gb); in decode_plane_bitstream() 728 OPEN_READER(re, &s->gb); in decode_gray_bitstream() 747 OPEN_READER(re, &s->gb); in decode_bgr_1()
|
H A D | mdec.c | 83 OPEN_READER(re, &a->gb); in mdec_decode_block_intra()
|
H A D | mpeg12.c | 258 OPEN_READER(re, gb); in ff_mpeg1_decode_block_intra()
|
H A D | speedhq.c | 192 OPEN_READER(re, gb); in decode_alpha_block() 240 OPEN_READER(re, gb); in decode_dct_block()
|
H A D | proresdec2.c | 475 OPEN_READER(re, gb); in decode_dc_coeffs() 509 OPEN_READER(re, gb); in decode_ac_coeffs()
|
H A D | mpeg12dec.c | 159 OPEN_READER(re, &s->gb); in mpeg1_decode_block_inter() 247 OPEN_READER(re, &s->gb); in mpeg1_fast_decode_block_inter() 336 OPEN_READER(re, &s->gb); in mpeg2_decode_block_non_intra() 420 OPEN_READER(re, &s->gb); in mpeg2_fast_decode_block_non_intra() 518 OPEN_READER(re, &s->gb); in mpeg2_decode_block_intra() 601 OPEN_READER(re, &s->gb); in mpeg2_fast_decode_block_intra()
|
H A D | eamad.c | 147 OPEN_READER(re, &s->gb); in decode_block_intra()
|
H A D | asvdec.c | 86 OPEN_READER(re, gb); in asv2_get_vlc2()
|
H A D | h261dec.c | 322 OPEN_READER(re, &s->gb); in h261_decode_block()
|
H A D | dnxhddec.c | 368 OPEN_READER(bs, &row->gb); in dnxhd_decode_dct_block()
|
H A D | mjpegdec.c | 826 {OPEN_READER(re, &s->gb); in decode_block() 890 OPEN_READER(re, &s->gb); in decode_block_progressive() 983 OPEN_READER(re, &s->gb); in decode_block_refinement()
|
H A D | h264_cavlc.c | 413 OPEN_READER(re, gb); in get_level_prefix()
|
H A D | msmpeg4dec.c | 717 OPEN_READER(re, &s->gb); in ff_msmpeg4_decode_block()
|
H A D | ituh263dec.c | 595 OPEN_READER(re, &s->gb); in h263_decode_block()
|
H A D | cfhd.c | 809 OPEN_READER(re, &s->gb); in cfhd_decode()
|
H A D | aacdec_template.c | 1826 OPEN_READER(re, gb); in decode_spectrum_and_dequant()
|
H A D | mpeg4videodec.c | 1195 OPEN_READER(re, &s->gb); in mpeg4_decode_block()
|