MAX_JS_PAIRS       97 libavcodec/atrac3.c     int matrix_coeff_index_prev[MAX_JS_PAIRS][4];
MAX_JS_PAIRS       98 libavcodec/atrac3.c     int matrix_coeff_index_now[MAX_JS_PAIRS][4];
MAX_JS_PAIRS       99 libavcodec/atrac3.c     int matrix_coeff_index_next[MAX_JS_PAIRS][4];
MAX_JS_PAIRS      100 libavcodec/atrac3.c     int weighting_delay[MAX_JS_PAIRS][6];
MAX_JS_PAIRS      985 libavcodec/atrac3.c     for (js_pair = 0; js_pair < MAX_JS_PAIRS; js_pair++) {