Lines Matching defs:t_huff
814 const VLCElem *t_huff, *f_huff;
822 t_huff = vlc_sbr[T_HUFFMAN_ENV_BAL_3_0DB].table;
828 t_huff = vlc_sbr[T_HUFFMAN_ENV_BAL_1_5DB].table;
836 t_huff = vlc_sbr[T_HUFFMAN_ENV_3_0DB].table;
842 t_huff = vlc_sbr[T_HUFFMAN_ENV_1_5DB].table;
854 ch_data->env_facs_q[i + 1][j] = ch_data->env_facs_q[i][j] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav);
863 ch_data->env_facs_q[i + 1][j] = ch_data->env_facs_q[i][k] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav);
872 ch_data->env_facs_q[i + 1][j] = ch_data->env_facs_q[i][k] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav);
902 const VLCElem *t_huff, *f_huff;
907 t_huff = vlc_sbr[T_HUFFMAN_NOISE_BAL_3_0DB].table;
912 t_huff = vlc_sbr[T_HUFFMAN_NOISE_3_0DB].table;
921 ch_data->noise_facs_q[i + 1][j] = ch_data->noise_facs_q[i][j] + delta * (get_vlc2(gb, t_huff, 9, 2) - t_lav);