• Home
  • Raw
  • Download

Lines Matching refs:coding_method

182     int8_t coding_method[MPA_MAX_CHANNELS][30][64];  member
374 sb_int8_array coding_method) in fix_coding_method_array() argument
382 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
384 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
388 switch (switchtable[coding_method[ch][sb][j] - 8]) { in fix_coding_method_array()
419 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
423 memset(&coding_method[ch][sb][j + k], case_val, in fix_coding_method_array()
425 memset(&coding_method[ch][sb][j + k], case_val, in fix_coding_method_array()
535 sb_int8_array coding_method, in fill_coding_method_array() argument
621 coding_method[ch][sb][j] = ((tmp & 0xfffa) + 30 )& 0xff; in fill_coding_method_array()
624 fix_coding_method_array(sb, nb_channels, coding_method); in fill_coding_method_array()
629 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
630 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
633 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
634 coding_method[ch][sb][j] = 16; in fill_coding_method_array()
636 if (coding_method[ch][sb][j] < 30) in fill_coding_method_array()
637 coding_method[ch][sb][j] = 30; in fill_coding_method_array()
644 coding_method[ch][sb][j] = coding_method_table[cm_table_select][sb]; in fill_coding_method_array()
695 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
696 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
699 q->coding_method)) { in synthfilt_build_sb_samples()
714 switch (q->coding_method[ch][sb][j / 2]) { in synthfilt_build_sb_samples()
1056 q->tone_level_idx_temp, q->coding_method, in process_subpacket_11()