Home
last modified time | relevance | path

Searched refs:internal_ftype (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dshortendec.c31 int version, internal_ftype, channels, blocksize; in shn_probe() local
39 internal_ftype = get_ur_golomb_shorten(&gb, 4); in shn_probe()
47 internal_ftype = get_ur_golomb_shorten(&gb, k); in shn_probe()
58 if (internal_ftype != 2 && internal_ftype != 3 && internal_ftype != 5) in shn_probe()
/third_party/ffmpeg/libavcodec/
Dshorten.c106 int internal_ftype; member
190 switch (s->internal_ftype) { in init_offset()
419 s->internal_ftype = get_uint(s, TYPESIZE); in read_header()
745 switch (s->internal_ftype) { in shorten_decode_frame()
755 if (s->swap && s->internal_ftype != TYPE_U8) in shorten_decode_frame()