/third_party/ffmpeg/libavcodec/ |
D | get_bits.h | 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); in get_bits_le() 492 OPEN_READER(re, s); in skip_bits() 820 OPEN_READER(re, s); in get_vlc2()
|
D | golomb.h | 79 OPEN_READER(re, gb); in get_ue_golomb() 133 OPEN_READER(re, gb); in get_ue_golomb_31() 176 OPEN_READER(re, gb); in get_interleaved_ue_golomb() 267 OPEN_READER(re, gb); in get_se_golomb() 331 OPEN_READER(re, gb); in get_interleaved_se_golomb() 400 OPEN_READER(re, gb); in get_ur_golomb() 465 OPEN_READER(re, gb); in get_ur_golomb_jpegls()
|
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()
|
D | huffyuvdec.c | 629 OPEN_READER(re, &s->gb); in decode_422_bitstream() 675 OPEN_READER(re, &s->gb); in decode_plane_bitstream() 695 OPEN_READER(re, &s->gb); in decode_plane_bitstream() 734 OPEN_READER(re, &s->gb); in decode_gray_bitstream() 753 OPEN_READER(re, &s->gb); in decode_bgr_1()
|
D | mpeg12.c | 259 OPEN_READER(re, gb); in ff_mpeg1_decode_block_intra()
|
D | speedhq.c | 190 OPEN_READER(re, gb); in decode_alpha_block() 238 OPEN_READER(re, gb); in decode_dct_block()
|
D | mdec.c | 82 OPEN_READER(re, &a->gb); in mdec_decode_block_intra()
|
D | proresdec2.c | 449 OPEN_READER(re, gb); in decode_dc_coeffs() 483 OPEN_READER(re, gb); in decode_ac_coeffs()
|
D | asvdec.c | 84 OPEN_READER(re, gb); in asv2_get_vlc2()
|
D | eamad.c | 146 OPEN_READER(re, &s->gb); in decode_block_intra()
|
D | mpeg12dec.c | 151 OPEN_READER(re, &s->gb); in mpeg1_decode_block_inter() 239 OPEN_READER(re, &s->gb); in mpeg1_fast_decode_block_inter() 328 OPEN_READER(re, &s->gb); in mpeg2_decode_block_non_intra() 412 OPEN_READER(re, &s->gb); in mpeg2_fast_decode_block_non_intra() 510 OPEN_READER(re, &s->gb); in mpeg2_decode_block_intra() 593 OPEN_READER(re, &s->gb); in mpeg2_fast_decode_block_intra()
|
D | h261dec.c | 306 OPEN_READER(re, &s->gb); in h261_decode_block()
|
D | dnxhddec.c | 367 OPEN_READER(bs, &row->gb); in dnxhd_decode_dct_block()
|
D | msmpeg4dec.c | 713 OPEN_READER(re, &s->gb); in ff_msmpeg4_decode_block()
|
D | mjpegdec.c | 816 {OPEN_READER(re, &s->gb); in decode_block() 880 OPEN_READER(re, &s->gb); in decode_block_progressive() 973 OPEN_READER(re, &s->gb); in decode_block_refinement()
|
D | h264_cavlc.c | 415 OPEN_READER(re, gb); in get_level_prefix()
|
D | ituh263dec.c | 505 OPEN_READER(re, &s->gb); in h263_decode_block()
|
D | cfhd.c | 812 OPEN_READER(re, &s->gb); in cfhd_decode()
|
D | aacdec_template.c | 1811 OPEN_READER(re, gb); in decode_spectrum_and_dequant()
|
D | mpeg4videodec.c | 1123 OPEN_READER(re, &s->gb); in mpeg4_decode_block()
|