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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c103 #define MAX_SUBFRAMES 32 ///< max number of subframes per channel macro
137 uint16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples
138 uint16_t subframe_offset[MAX_SUBFRAMES]; ///< subframe positions in the current frame
333 if (s->max_num_subframes > MAX_SUBFRAMES) {
585 if (chan->num_subframes >= MAX_SUBFRAMES) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c40 #define MAX_SUBFRAMES 32 ///< max number of subframes per channel macro
59 uint16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples
60 uint16_t subframe_offsets[MAX_SUBFRAMES]; ///< subframe positions in the current frame
247 if (s->max_num_subframes > MAX_SUBFRAMES) {
381 if (chan->num_subframes >= MAX_SUBFRAMES) {
H A Dwmaprodec.c105 #define MAX_SUBFRAMES 32 ///< max number of subframes per channel macro
139 uint16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples
140 uint16_t subframe_offset[MAX_SUBFRAMES]; ///< subframe positions in the current frame
340 if (s->max_num_subframes > MAX_SUBFRAMES) {
595 if (chan->num_subframes >= MAX_SUBFRAMES) {
H A Dtakdec.c37 #define MAX_SUBFRAMES 8 ///< max number of subframes per channel macro
63 int16_t subframe_len[MAX_SUBFRAMES]; ///< subframe length in samples

Completed in 138 milliseconds