Home
last modified time | relevance | path

Searched refs:first_spx_coords (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dec.h153 …uint8_t first_spx_coords[AC3_MAX_CHANNELS]; ///< first spx coordinates states (firstspxc… member
Dac3dec.c887 if (s->first_spx_coords[ch] || get_bits1(bc)) { in spx_coordinates()
891 s->first_spx_coords[ch] = 0; in spx_coordinates()
952 s->first_spx_coords[ch] = 1; in spx_coordinates()
1130 s->first_spx_coords[ch] = 1; in decode_audio_block()
Deac3dec.c618 s->first_spx_coords[ch] = 1; in ff_eac3_parse_header()