Searched refs:prev_attack (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.c128 int prev_attack; ///< attack value for the last short block in the previous sequence member in struct:AacPsyChannel
870 if (attacks[0] <= pch->prev_attack)
875 if (pch->prev_attack == 3 || att_sum) {
923 pch->prev_attack = attacks[8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c131 int prev_attack; ///< attack value for the last short block in the previous sequence member in struct:AacPsyChannel
900 if (attacks[0] <= pch->prev_attack)
905 if (pch->prev_attack == 3 || att_sum) {
953 pch->prev_attack = attacks[8];

Completed in 68 milliseconds