/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
l_comp.cpp | 149 Word32 temp32; local 156 temp32 = L_mac(L_32, lo, 1, pOverflow); 161 return (temp32); /* = hi<<16 + lo<<1 */
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_LTP_FIX.c | 65 opus_int32 temp32, denom32; local 116 temp32 = silk_DIV32( silk_LSHIFT( (opus_int32)Wght_Q15[ k ], 16 ), denom32 ); /* Q( 15 + 16 + corr_rshifts[k] - extra_shifts ) */ 117 temp32 = silk_RSHIFT( temp32, 31 + corr_rshifts[ k ] - extra_shifts - 26 ); /* Q26 */ 127 temp32 = silk_min_32( temp32, silk_LSHIFT( (opus_int32)1, 26 - 18 + lshift ) ); 130 silk_scale_vector32_Q26_lshift_18( WLTP_ptr, temp32, LTP_ORDER * LTP_ORDER ); /* WLTP_ptr in Q( 18 - corr_rshifts[ k ] ) */ 197 temp32 = silk_RSHIFT( 262, maxRshifts + extra_shifts ) + 1; /* 1e-3f in Q( 18 - (maxRshifts + extra_shifts) ) */ 201 temp32 = silk_ADD32( temp32, silk_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ) ); (…) [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 1097 uint32 temp32; local 1139 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/ 1140 ReadBits(psBits, 32, &temp32); /* time_scale */ 1152 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/ 1153 if (temp32) 1160 if (temp || temp32) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix4f.java | 1021 float temp30, temp31, temp32, temp33;
local [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_EditVideo.c | 2246 M4OSA_UInt32 temp32 = 0; local [all...] |