Searched refs:non_zero_found_short (Results 1 – 1 of 1) sorted by relevance
942 int non_zero_found_short[3]; in compute_stereo() local957 non_zero_found_short[0] = 0; in compute_stereo()958 non_zero_found_short[1] = 0; in compute_stereo()959 non_zero_found_short[2] = 0; in compute_stereo()969 if (!non_zero_found_short[l]) { in compute_stereo()973 non_zero_found_short[l] = 1; in compute_stereo()1004 non_zero_found = non_zero_found_short[0] | in compute_stereo()1005 non_zero_found_short[1] | in compute_stereo()1006 non_zero_found_short[2]; in compute_stereo()