Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmalosslessdec.c41 #define MAX_SUBFRAMES 32 ///< max number of subframes per channel macro
60 uint16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples
61 uint16_t subframe_offsets[MAX_SUBFRAMES]; ///< subframe positions in the current frame
260 if (s->max_num_subframes > MAX_SUBFRAMES) { in decode_init()
384 if (chan->num_subframes >= MAX_SUBFRAMES) { in decode_tilehdr()
Dwmaprodec.c108 #define MAX_SUBFRAMES 32 ///< max number of subframes per chann… macro
145 uint16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples
146 uint16_t subframe_offset[MAX_SUBFRAMES]; ///< subframe positions in the current frame
417 if (s->max_num_subframes > MAX_SUBFRAMES) { in decode_init()
695 if (chan->num_subframes >= MAX_SUBFRAMES) { in decode_tilehdr()
Dtakdec.c41 #define MAX_SUBFRAMES 8 ///< max number of subframes per channel macro
68 int16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples