Lines Matching defs:table

63     // SBR VLC table initialization
122 static inline int in_table_int16(const int16_t *table, int last_el, int16_t needle)
126 if (table[i] == needle)
730 "Invalid bitstream, bs_pointer points to a middle noise border outside the time borders table: %d\n",
822 t_huff = vlc_sbr[T_HUFFMAN_ENV_BAL_3_0DB].table;
824 f_huff = vlc_sbr[F_HUFFMAN_ENV_BAL_3_0DB].table;
828 t_huff = vlc_sbr[T_HUFFMAN_ENV_BAL_1_5DB].table;
830 f_huff = vlc_sbr[F_HUFFMAN_ENV_BAL_1_5DB].table;
836 t_huff = vlc_sbr[T_HUFFMAN_ENV_3_0DB].table;
838 f_huff = vlc_sbr[F_HUFFMAN_ENV_3_0DB].table;
842 t_huff = vlc_sbr[T_HUFFMAN_ENV_1_5DB].table;
844 f_huff = vlc_sbr[F_HUFFMAN_ENV_1_5DB].table;
907 t_huff = vlc_sbr[T_HUFFMAN_NOISE_BAL_3_0DB].table;
909 f_huff = vlc_sbr[F_HUFFMAN_ENV_BAL_3_0DB].table;
912 t_huff = vlc_sbr[T_HUFFMAN_NOISE_3_0DB].table;
914 f_huff = vlc_sbr[F_HUFFMAN_ENV_3_0DB].table;
1104 * Decode Spectral Band Replication extension data; reference: table 4.55.
1369 uint16_t *table = ch_data->bs_freq_res[e + 1] ? sbr->f_tablehigh : sbr->f_tablelow;
1372 if (sbr->kx[1] != table[0]) {
1379 for (m = table[i]; m < table[i + 1]; m++)
1400 for (m = table[i]; m < table[i + 1]; m++) {
1406 memset(&sbr->s_mapped[e][table[i] - sbr->kx[1]], additional_sinusoid_present,
1407 (table[i + 1] - table[i]) * sizeof(sbr->s_mapped[e][0]));
1448 const uint16_t *table = ch_data->bs_freq_res[e + 1] ? sbr->f_tablehigh : sbr->f_tablelow;
1453 const SoftFloat den = av_int2sf(0x20000000 / (env_size * (table[p + 1] - table[p])), 29);
1454 for (k = table[p]; k < table[p + 1]; k++) {
1460 const int den = env_size * (table[p + 1] - table[p]);
1462 for (k = table[p]; k < table[p + 1]; k++) {
1467 for (k = table[p]; k < table[p + 1]; k++) {