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

  /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/libopus/silk/fixed/
find_LTP_FIX.c 66 opus_int32 temp32, denom32; local
117 temp32 = silk_DIV32( silk_LSHIFT( (opus_int32)Wght_Q15[ k ], 16 ), denom32 ); /* Q( 15 + 16 + corr_rshifts[k] - extra_shifts ) */
118 temp32 = silk_RSHIFT( temp32, 31 + corr_rshifts[ k ] - extra_shifts - 26 ); /* Q26 */
128 temp32 = silk_min_32( temp32, silk_LSHIFT( (opus_int32)1, 26 - 18 + lshift ) );
131 silk_scale_vector32_Q26_lshift_18( WLTP_ptr, temp32, LTP_ORDER * LTP_ORDER ); /* WLTP_ptr in Q( 18 - corr_rshifts[ k ] ) */
198 temp32 = silk_RSHIFT( 262, maxRshifts + extra_shifts ) + 1; /* 1e-3f in Q( 18 - (maxRshifts + extra_shifts) ) */
202 temp32 = silk_ADD32( temp32, silk_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ) ); (…)
    [all...]
  /external/gptfdisk/
bsd.cc 74 uint32_t* temp32; local
102 temp32 = (uint32_t*) &buffer[offset[i]];
103 signature = *temp32;
105 temp32 = (uint32_t*) &buffer[offset[i] + 132];
106 signature2 = *temp32;
119 temp32 = (uint32_t*) &buffer[labelStart + 40];
120 sectorSize = *temp32;
  /frameworks/av/media/mtp/
MtpServer.cpp 907 uint32_t temp32; local
932 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // storage ID
936 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER;
937 mSendObjectFileSize = temp32;
939 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb compressed size
940 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix width
941 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix height
942 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix width
943 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix height
944 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image bit dept
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 1089 uint32 temp32; local
1131 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/
1132 ReadBits(psBits, 32, &temp32); /* time_scale */
1144 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/
1145 if (temp32)
1152 if (temp || temp32)
    [all...]

Completed in 279 milliseconds