Searched refs:next_grouping (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.c123 uint8_t next_grouping; ///< stored grouping scheme for the next frame (in case of 8 short window sequence) member in struct:AacPsyChannel
426 grouping = pch->next_grouping;
436 grouping = next_type == EIGHT_SHORT_SEQUENCE ? pch->next_grouping : 0;
441 pch->next_grouping = window_grouping[attack_n];
903 if (!((pch->next_grouping >> i) & 1))
921 pch->next_grouping = window_grouping[grouping];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c126 uint8_t next_grouping; ///< stored grouping scheme for the next frame (in case of 8 short window sequence) member in struct:AacPsyChannel
433 grouping = pch->next_grouping;
443 grouping = next_type == EIGHT_SHORT_SEQUENCE ? pch->next_grouping : 0;
448 pch->next_grouping = window_grouping[attack_n];
933 if (!((pch->next_grouping >> i) & 1))
951 pch->next_grouping = window_grouping[grouping];

Completed in 63 milliseconds