Searched refs:table_select (Results 1 – 3 of 3) sorted by relevance
168 si->ch[ch].gran[gr].table_select[0] = (tmp << 13) >> 27; /* 5 */; in pvmp3_get_side_info()169 si->ch[ch].gran[gr].table_select[1] = (tmp << 18) >> 27; /* 5 */; in pvmp3_get_side_info()197 si->ch[ch].gran[gr].table_select[0] = (tmp << 10) >> 27; /* 5 */; in pvmp3_get_side_info()198 si->ch[ch].gran[gr].table_select[1] = (tmp << 15) >> 27; /* 5 */; in pvmp3_get_side_info()199 si->ch[ch].gran[gr].table_select[2] = (tmp << 20) >> 27; /* 5 */; in pvmp3_get_side_info()238 si->ch[ch].gran[0].table_select[0] = (tmp << 13) >> 27; /* 5 */; in pvmp3_get_side_info()239 si->ch[ch].gran[0].table_select[1] = (tmp << 18) >> 27; /* 5 */; in pvmp3_get_side_info()267 si->ch[ch].gran[0].table_select[0] = (tmp << 10) >> 27; /* 5 */; in pvmp3_get_side_info()268 si->ch[ch].gran[0].table_select[1] = (tmp << 15) >> 27; /* 5 */; in pvmp3_get_side_info()269 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()
165 uint32 table_select[3]; member