OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_select
(Results
1 - 3
of
3
) 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:__anon31528
Completed in 356 milliseconds