Searched refs:table_select (Results 1 – 3 of 3) sorted by relevance
194 si->ch[ch].gran[gr].table_select[0] = (tmp << 13) >> 27; /* 5 */; in pvmp3_get_side_info()195 si->ch[ch].gran[gr].table_select[1] = (tmp << 18) >> 27; /* 5 */; in pvmp3_get_side_info()228 si->ch[ch].gran[gr].table_select[0] = (tmp << 10) >> 27; /* 5 */; in pvmp3_get_side_info()229 si->ch[ch].gran[gr].table_select[1] = (tmp << 15) >> 27; /* 5 */; in pvmp3_get_side_info()230 si->ch[ch].gran[gr].table_select[2] = (tmp << 20) >> 27; /* 5 */; in pvmp3_get_side_info()289 si->ch[ch].gran[0].table_select[0] = (tmp << 13) >> 27; /* 5 */; in pvmp3_get_side_info()290 si->ch[ch].gran[0].table_select[1] = (tmp << 18) >> 27; /* 5 */; in pvmp3_get_side_info()323 si->ch[ch].gran[0].table_select[0] = (tmp << 10) >> 27; /* 5 */; in pvmp3_get_side_info()324 si->ch[ch].gran[0].table_select[1] = (tmp << 15) >> 27; /* 5 */; in pvmp3_get_side_info()325 si->ch[ch].gran[0].table_select[2] = (tmp << 20) >> 27; /* 5 */; in pvmp3_get_side_info()
185 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()200 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing()215 h = &(pVars->ht[grInfo->table_select[2]]); in pvmp3_huffman_parsing()232 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()246 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing()262 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()
147 uint32 table_select[3]; member