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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacpsy.c124 enum WindowSequence next_window_seq; ///< window sequence to be used in the next frame member in struct:AacPsyChannel
391 int next_type = pch->next_window_seq;
442 pch->next_window_seq = next_type;
765 if (ctx->next_window_seq == EIGHT_SHORT_SEQUENCE)
769 if (ctx->next_window_seq == ONLY_LONG_SEQUENCE)
770 ctx->next_window_seq = LONG_START_SEQUENCE;
771 if (ctx->next_window_seq == LONG_STOP_SEQUENCE)
772 ctx->next_window_seq = EIGHT_SHORT_SEQUENCE;
775 wi->window_type[0] = ctx->next_window_seq;
776 ctx->next_window_seq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c127 enum WindowSequence next_window_seq; ///< window sequence to be used in the next frame member in struct:AacPsyChannel
399 int next_type = pch->next_window_seq;
449 pch->next_window_seq = next_type;
808 if (ctx->next_window_seq == EIGHT_SHORT_SEQUENCE)
812 if (ctx->next_window_seq == ONLY_LONG_SEQUENCE)
813 ctx->next_window_seq = LONG_START_SEQUENCE;
814 if (ctx->next_window_seq == LONG_STOP_SEQUENCE)
815 ctx->next_window_seq = EIGHT_SHORT_SEQUENCE;
818 wi->window_type[0] = ctx->next_window_seq;
819 ctx->next_window_seq
[all...]

Completed in 107 milliseconds