Lines Matching refs:num_bands
43 const int num_bands = 4;
62 if (num_bands > 0) {
67 if (num_bands > 1) {
73 if (num_bands > 2) {
80 if (num_bands > 3) {
113 if (num_bands > 0) {
127 if (num_bands > 1) {
143 if (num_bands > 2) {
157 if (num_bands > 3) {
210 b0 = b0_ptr[indx]; //should be: b0 = (num_bands > 0) ? b0_ptr[indx] : 0;
211 b1 = b1_ptr[indx]; //should be: b1 = (num_bands > 1) ? b1_ptr[indx] : 0;
212 b2 = b2_ptr[indx]; //should be: b2 = (num_bands > 2) ? b2_ptr[indx] : 0;
213 b3 = b3_ptr[indx]; //should be: b3 = (num_bands > 3) ? b3_ptr[indx] : 0;