Searched refs:non_zero_found_short (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 Dmpegaudiodec.c1048 int non_zero_found_short[3]; local
1063 non_zero_found_short[0] = 0;
1064 non_zero_found_short[1] = 0;
1065 non_zero_found_short[2] = 0;
1075 if (!non_zero_found_short[l]) {
1079 non_zero_found_short[l] = 1;
1110 non_zero_found = non_zero_found_short[0] |
1111 non_zero_found_short[1] |
1112 non_zero_found_short[2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_template.c1032 int non_zero_found_short[3]; local
1047 non_zero_found_short[0] = 0;
1048 non_zero_found_short[1] = 0;
1049 non_zero_found_short[2] = 0;
1059 if (!non_zero_found_short[l]) {
1063 non_zero_found_short[l] = 1;
1094 non_zero_found = non_zero_found_short[0] |
1095 non_zero_found_short[1] |
1096 non_zero_found_short[2];

Completed in 78 milliseconds