Home
last modified time | relevance | path

Searched refs:get_bits64 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtak.c103 s->samples = get_bits64(gb, TAK_SIZE_SAMPLES_NUM_BITS); in ff_tak_parse_streaminfo()
H A Dflac.c242 s->samples = get_bits64(&gb, 36); in ff_flac_parse_streaminfo()
H A Dget_bits.h572 static inline uint64_t get_bits64(GetBitContext *s, int n)
H A Dvorbisdec.c1114 amplitude = get_bits64(&vc->gb, vf->amplitude_bits); in vorbis_floor0_decode()
/third_party/ffmpeg/libavformat/
H A Dtakdec.c174 tc->data_end = get_bits64(&gb, TAK_LAST_FRAME_POS_BITS) + in tak_read_header()
H A Dhevc.c138 general_ptl.constraint_indicator_flags = get_bits64(gb, 48); in hvcc_parse_ptl()
H A Dmpegts.c1648 return get_bits64(gb, bits); in get_ts64()
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp407 uint64_t get_bits64(int offset, int count) in get_bits64() function
943 uint64_t raw = in.get_bits64(offset, bits_to_read); in unpack_colour_endpoints()

Completed in 27 milliseconds