Lines Matching defs:js_pair
658 int js_pair, js_block_align;
663 js_pair = ch/2;
664 js_databuf = databuf + js_pair * js_block_align; /* align to current pair */
704 memmove(q->weighting_delay[js_pair], &q->weighting_delay[js_pair][2],
705 4 * sizeof(*q->weighting_delay[js_pair]));
706 q->weighting_delay[js_pair][4] = get_bits1(&q->gb);
707 q->weighting_delay[js_pair][5] = get_bits(&q->gb, 3);
710 q->matrix_coeff_index_prev[js_pair][i] = q->matrix_coeff_index_now[js_pair][i];
711 q->matrix_coeff_index_now[js_pair][i] = q->matrix_coeff_index_next[js_pair][i];
712 q->matrix_coeff_index_next[js_pair][i] = get_bits(&q->gb, 2);
723 q->matrix_coeff_index_prev[js_pair],
724 q->matrix_coeff_index_now[js_pair]);
726 channel_weighting(out_samples[ch], out_samples[ch+1], q->weighting_delay[js_pair]);
878 int i, js_pair, ret;
987 for (js_pair = 0; js_pair < MAX_JS_PAIRS; js_pair++) {
988 q->weighting_delay[js_pair][0] = 0;
989 q->weighting_delay[js_pair][1] = 7;
990 q->weighting_delay[js_pair][2] = 0;
991 q->weighting_delay[js_pair][3] = 7;
992 q->weighting_delay[js_pair][4] = 0;
993 q->weighting_delay[js_pair][5] = 7;
996 q->matrix_coeff_index_prev[js_pair][i] = 3;
997 q->matrix_coeff_index_now[js_pair][i] = 3;
998 q->matrix_coeff_index_next[js_pair][i] = 3;