Lines Matching defs:coding_method
182 int8_t coding_method[MPA_MAX_CHANNELS][30][64];
367 * Used after making changes to coding_method array.
371 * @param coding_method q->coding_method[0][0][0]
374 sb_int8_array coding_method)
382 if (coding_method[ch][sb][j] < 8)
384 if ((coding_method[ch][sb][j] - 8) > 22) {
388 switch (switchtable[coding_method[ch][sb][j] - 8]) {
419 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) {
423 memset(&coding_method[ch][sb][j + k], case_val,
425 memset(&coding_method[ch][sb][j + k], case_val,
527 * @param coding_method q->coding_method[0][0][0]
535 sb_int8_array coding_method,
621 coding_method[ch][sb][j] = ((tmp & 0xfffa) + 30 )& 0xff;
624 fix_coding_method_array(sb, nb_channels, coding_method);
629 if (coding_method[ch][sb][j] < 10)
630 coding_method[ch][sb][j] = 10;
633 if (coding_method[ch][sb][j] < 16)
634 coding_method[ch][sb][j] = 16;
636 if (coding_method[ch][sb][j] < 30)
637 coding_method[ch][sb][j] = 30;
644 coding_method[ch][sb][j] = coding_method_table[cm_table_select][sb];
695 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j])
696 q->coding_method[0][sb][j] = q->coding_method[1][sb][j];
699 q->coding_method)) {
714 switch (q->coding_method[ch][sb][j / 2]) {
1056 q->tone_level_idx_temp, q->coding_method,