HomeSort by relevance Sort by last modified time
    Searched refs:table_select (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_huffman_parsing.cpp 185 h = &(pVars->ht[grInfo->table_select[0]]);
200 h = &(pVars->ht[grInfo->table_select[1]]);
215 h = &(pVars->ht[grInfo->table_select[2]]);
232 h = &(pVars->ht[grInfo->table_select[0]]);
246 h = &(pVars->ht[grInfo->table_select[1]]);
262 h = &(pVars->ht[grInfo->table_select[0]]);
pvmp3_get_side_info.cpp 168 si->ch[ch].gran[gr].table_select[0] = (tmp << 13) >> 27; /* 5 */;
169 si->ch[ch].gran[gr].table_select[1] = (tmp << 18) >> 27; /* 5 */;
197 si->ch[ch].gran[gr].table_select[0] = (tmp << 10) >> 27; /* 5 */;
198 si->ch[ch].gran[gr].table_select[1] = (tmp << 15) >> 27; /* 5 */;
199 si->ch[ch].gran[gr].table_select[2] = (tmp << 20) >> 27; /* 5 */;
238 si->ch[ch].gran[0].table_select[0] = (tmp << 13) >> 27; /* 5 */;
239 si->ch[ch].gran[0].table_select[1] = (tmp << 18) >> 27; /* 5 */;
267 si->ch[ch].gran[0].table_select[0] = (tmp << 10) >> 27; /* 5 */;
268 si->ch[ch].gran[0].table_select[1] = (tmp << 15) >> 27; /* 5 */;
269 si->ch[ch].gran[0].table_select[2] = (tmp << 20) >> 27; /* 5 */
    [all...]
pvmp3_dec_defs.h 147 uint32 table_select[3]; member in struct:__anon45390
  /external/boringssl/src/third_party/fiat/
curve25519.c 1878 static void table_select(ge_precomp *t, int pos, signed char b) { function
    [all...]

Completed in 112 milliseconds