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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c193 uint8_t max_subframe_len_bit; ///< flag indicating that the subframe is of maximum size when the first subframe length bit is 1 member in struct:WMAProDecodeCtx
326 s->max_subframe_len_bit = 1;
497 if (s->max_subframe_len_bit) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaprodec.c192 uint8_t max_subframe_len_bit; ///< flag indicating that the subframe is of maximum size when the first subframe length bit is 1 member in struct:WMAProDecodeCtx
333 s->max_subframe_len_bit = 1;
509 if (s->max_subframe_len_bit) {
H A Dwmalosslessdec.c89 uint8_t max_subframe_len_bit; ///< flag indicating that the subframe is of maximum size when the first subframe length bit is 1 member in struct:WmallDecodeCtx
240 s->max_subframe_len_bit = 0;

Completed in 136 milliseconds