/third_party/ffmpeg/libavcodec/ |
H A D | unary.h | 46 static inline int get_unary(GetBitContext *gb, int stop, int len) in get_unary() function 61 return get_unary(gb, 0, 33); in get_unary_0_33() 66 return get_unary(gb, 0, 9); in get_unary_0_9()
|
H A D | vc1.c | 706 v->mvrange = get_unary(gb, 0, 3); in ff_vc1_parse_frame_header() 730 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)]; in ff_vc1_parse_frame_header() 732 v->mv_mode2 = ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)]; in ff_vc1_parse_frame_header() 897 switch (get_unary(gb, 0, 4)) { in ff_vc1_parse_frame_header_adv() 946 v->refdist += get_unary(gb, 0, 14); in ff_vc1_parse_frame_header_adv() 1048 v->mvrange = get_unary(gb, 0, 3); in ff_vc1_parse_frame_header_adv() 1053 v->dmvrange = get_unary(gb, 0, 3); in ff_vc1_parse_frame_header_adv() 1097 mvmode = get_unary(gb, 1, 4); in ff_vc1_parse_frame_header_adv() 1102 mvmode2 = get_unary(gb, 1, 3); in ff_vc1_parse_frame_header_adv() 1218 v->mvrange = get_unary(g in ff_vc1_parse_frame_header_adv() [all...] |
H A D | pixlet.c | 138 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 167 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 231 cnt1 = get_unary(bc, 0, length); in read_high_coeffs() 274 cnt1 = get_unary(bc, 0, 8); in read_high_coeffs()
|
H A D | aic.c | 199 val = get_unary(gb, 1, 31); \
|
H A D | tta.c | 277 unary = get_unary(&gb, 0, get_bits_left(&gb)); in tta_decode_frame()
|
H A D | dxtory.c | 336 c = get_unary(gb, 0, 8); in decode_sym() 404 c = get_unary(gb, 0, bits); in decode_sym_565()
|
H A D | takdec.c | 275 unsigned scale = get_unary(gb, 1, 9); in decode_segment() 325 int c = get_unary(gb, 1, 6); in decode_residues()
|
H A D | flacdec.c | 436 wasted = 1 + get_unary(&s->gb, 1, get_bits_left(&s->gb)); in decode_subframe()
|
H A D | mss4.c | 338 vec_len[i] = vec_len_syms[!!i][get_unary(gb, 0, 3)]; in mss4_decode_image_block()
|
H A D | ralf.c | 339 len = 12 - get_unary(gb, 0, 6); in decode_block()
|
H A D | ylc.c | 326 unsigned len = get_unary(&gb, 1, 31); in decode_frame()
|
H A D | apedec.c | 490 x = get_unary(gb, 1, get_bits_left(gb)); in get_rice_ook() 503 overflow = get_unary(gb, 1, get_bits_left(gb)); in ape_decode_value_3860()
|
H A D | alsdec.c | 506 unsigned q = get_unary(gb, 0, max); in decode_rice() 789 r = get_unary(gb, 0, 4); in read_var_block_data()
|
H A D | cook.c | 364 n = get_unary(gb, 0, get_bits_left(gb)); // amount of elements*2 to update in decode_gain_info()
|
H A D | ituh263dec.c | 710 mv = get_unary(gb, 0, 4) + 1; in h263_get_modb()
|
H A D | dca_xll.c | 37 unsigned int v = get_unary(gb, 1, get_bits_left(gb)); in get_rice_un()
|
H A D | mpeg4videodec.c | 2043 rice_prefix_code = get_unary(&s->gb, 1, 12); in mpeg4_decode_dpcm_macroblock()
|
H A D | vc1_block.c | 555 v->s.esc3_level_length = get_unary(gb, 1, 6) + 2; in vc1_decode_ac_coeff()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpc8.c | 196 t = get_unary(&gb, 1, 33) << 12; in mpc8_parse_seektable()
|