OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_switching_flag
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h
144
uint32
window_switching_flag
;
member in struct:__anon51228
pvmp3_mpeg2_get_scale_factors.cpp
143
if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2))
pvmp3_get_side_info.cpp
159
si->ch[ch].gran[gr].
window_switching_flag
= tmp & 1; /* 1 */
161
if (si->ch[ch].gran[gr].
window_switching_flag
)
228
si->ch[ch].gran[0].
window_switching_flag
= tmp & 1; /* 1 */
230
if (si->ch[ch].gran[0].
window_switching_flag
)
pvmp3_reorder.cpp
128
if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2))
pvmp3_get_scale_factors.cpp
143
if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2))
pvmp3_alias_reduction.cpp
175
if (gr_info->
window_switching_flag
&& gr_info->block_type == 2)
pvmp3_huffman_parsing.cpp
144
/*int32 bt = (*si).ch[ch].gr[gr].
window_switching_flag
&& ((*si).ch[ch].gr[gr].block_type == 2);*/
151
if ((grInfo->
window_switching_flag
) && (grInfo->block_type == 2))
pvmp3_dequantize_sample.cpp
200
if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2))
444
} /* if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2)) */
pvmp3_stereo_proc.cpp
290
if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2))
547
} /* if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2)) */
661
} /* if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2)) */
pvmp3_mpeg2_stereo_proc.cpp
261
if (gr_info_l->
window_switching_flag
&& (gr_info_l->block_type == 2))
563
} /* if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2)) */
681
} /* if (gr_info->
window_switching_flag
&& (gr_info->block_type == 2)) */
pvmp3_framedecoder.cpp
469
pVars->sideInfo.ch[ch].gran[gr].
window_switching_flag
)
Completed in 107 milliseconds