Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c262 int channel_idx, int first_in_pkt) in read_scalefactors()
269 if (first_in_pkt && (mode == 4 || ((mode == 3) && !channel_idx))) { in read_scalefactors()
649 const int first_in_pkt = !get_bits1(gb); in atrac9_decode_block() local
681 if (first_in_pkt && reuse_params) { in atrac9_decode_block()
755 if (read_scalefactors(s, b, c, gb, i, first_in_pkt)) in atrac9_decode_block()
260 read_scalefactors(ATRAC9Context *s, ATRAC9BlockData *b, ATRAC9ChannelData *c, GetBitContext *gb, int channel_idx, int first_in_pkt) read_scalefactors() argument

Completed in 2 milliseconds