Lines Matching defs:selector
213 * @param selector which table the output values are coded with
218 static void read_quant_spectral_coeffs(GetBitContext *gb, int selector,
224 if (selector == 1)
229 int num_bits = clc_length_tab[selector];
231 if (selector > 1) {
251 if (selector != 1) {
253 mantissas[i] = get_vlc2(gb, spectral_coeff_tab[selector-1].table,
258 huff_symb = get_vlc2(gb, spectral_coeff_tab[selector - 1].table,
282 /* get the VLC selector table for the subbands, 0 means not coded */
301 * same VLC selector (subband_vlc_index) */