Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
Dl_comp.cpp149 Word32 temp32; in L_Comp() local
156 temp32 = L_mac(L_32, lo, 1, pOverflow); in L_Comp()
161 return (temp32); /* = hi<<16 + lo<<1 */ in L_Comp()
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp994 uint32 temp32; in DecodeVUI() local
1036 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/ in DecodeVUI()
1037 ReadBits(psBits, 32, &temp32); /* time_scale */ in DecodeVUI()
1049 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/ in DecodeVUI()
1050 if (temp32) in DecodeVUI()
1057 if (temp || temp32) in DecodeVUI()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dheader.cpp178 uint temp32; in vui_parameters() local
232 BitstreamReadBits(stream, 32, &temp32); in vui_parameters()
234 BitstreamReadBits(stream, 32, &temp32); in vui_parameters()