HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 276 - 300 of 1947) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 227 int temp; local
233 temp = 8;
234 temp += source[i - (int)src_pitch] * 3;
235 temp += source[i] * 10;
236 temp += source[i + src_pitch] * 3;
237 temp >>= 4;
238 dest[i] = (unsigned char)(temp);
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.c 161 struct util_slab_page *page, *temp; local
164 foreach_s(page, temp, &pool->list) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 143 uint32_t temp, *map; local
162 temp = 0;
165 temp += util_le32_to_cpu(*map);
172 vresult->b = temp != 0;
174 vresult->u64 = temp;
  /external/mesa3d/src/glsl/
lower_discard.cpp 42 * temp = false;
45 * temp = cond2;
50 * discard temp;
65 * temp = false;
70 * temp = cond2;
73 * discard temp;
90 * temp = false;
93 * temp = cond2;
97 * temp = cond3;
100 * discard temp;
175 ir_variable *temp = new(mem_ctx) ir_variable(glsl_type::bool_type, local
    [all...]
lower_vector.cpp 136 ir_variable *const temp = local
139 this->base_ir->insert_before(temp);
188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
211 *rvalue = new(mem_ctx) ir_dereference_variable(temp);
  /external/qemu/distrib/libselinux/src/
avc_sidtab.c 135 struct sidtab_node *cur, *temp; local
143 temp = cur;
145 freecon(temp->sid_s.ctx);
146 avc_free(temp);
  /external/skia/src/effects/
SkDashPathEffect.cpp 205 SkScalar temp = length - distance; local
206 SkASSERT(temp < fIntervals[0]);
207 SkScalar x = pts[0].fX + SkScalarMul(tangent.fX, distance + SkScalarHalf(temp));
208 SkScalar y = pts[0].fY + SkScalarMul(tangent.fY, distance + SkScalarHalf(temp));
211 halfWidth = SkScalarHalf(temp);
215 halfHeight = SkScalarHalf(temp);
  /external/skia/src/xml/
SkXMLParser.cpp 35 SkString temp; local
38 temp.set(gErrorStrings[fCode - 1]);
39 temp.append(fNoun);
41 SkXMLParser::GetNativeErrorString(fNativeCode, &temp);
42 str->append(temp);
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 142 EAS_I32 temp; local
145 temp = pDLSArt->modLFOToPitch;
149 temp += ((pDLSArt->modLFOCC1ToPitch * pChannel->modWheel) >> 7);
153 temp += ((pDLSArt->modLFOChanPressToPitch * pChannel->channelPressure) >> 7);
156 pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
159 temp = pDLSArt->vibLFOToPitch;
163 temp += ((pDLSArt->vibLFOCC1ToPitch * pChannel->modWheel) >> 7);
167 temp += ((pDLSArt->vibLFOChanPressToPitch * pChannel->channelPressure) >> 7);
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue);
187 EAS_I32 temp; local
250 EAS_I32 temp; local
385 EAS_I32 temp; local
469 EAS_I32 temp; local
    [all...]
  /external/srec/shared/src/
IntArrayListImpl.c 81 int* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int)); local
82 if (temp == NULL)
84 impl->contents = temp;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 34 float temp; local
37 temp = FilterState[j] + APSectionFactors[j] * InOut[n];
38 FilterState[j] = -APSectionFactors[j] * temp + InOut[n];
39 InOut[n] = temp;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 74 LVM_INT32 temp,temp2; local
125 MUL32x32INTO32((LVM_INT32)D0,Km,temp,31);
126 accu +=temp + Xg0;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 53 Word32 temp; local
61 Word32 temp; local
98 temp = (pnlr + 1) / ((pnms >> 8) + 1);
100 temp = pnms - pnlr;
101 if( temp > 0 ){
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 131 Word16 i, temp;
133 temp = shr (in[0], 2);
134 s = L_mult (temp, temp);
138 temp = shr (in[i], 2);
139 s = L_mac (s, temp, temp);
177 Word16 temp; local
181 temp = in[i] >> 2;
182 s = L_mac(s, temp, temp, pOverflow)
756 Word16 temp; local
978 Word16 temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gain_q.cpp 502 Word16 temp; local
551 temp =
560 temp,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I_s.s 75 temp RN 12 label
109 LDRH temp,[pSrcDst]
110 SMULBB temp,temp,dcScaler ;// dcCoeff = dcScaler * Quantized DC coefficient(from memory)
111 SSAT temp,#12,temp ;// Saturating to 12 bits
176 STRH temp,[pSrcDst],#2
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 52 ForwardIterator temp = begin; local
54 delete *temp;
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 52 ForwardIterator temp = begin; local
54 delete *temp;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
IntArray.java 27 int temp[] = new int[mSize + mSize]; local
28 System.arraycopy(mData, 0, temp, 0, mSize);
29 mData = temp;
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 36 int[] temp; local
37 temp = new int[1];
43 aout.copy1DRangeFrom(0, 1, temp);
54 aout.copy1DRangeFrom(0, 1, temp);
  /frameworks/rs/tests/latency/
latency.cpp 35 int temp = atoi(argv[3]); local
36 if (temp != 0)
41 int temp = atoi(argv[4]); local
42 if (temp != 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 241 MODE_INFO *temp = cm->prev_mip; local
244 cm->mip = temp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
gen_scalers.c 227 int temp; local
233 temp = 8;
234 temp += source[i - (int)src_pitch] * 3;
235 temp += source[i] * 10;
236 temp += source[i + src_pitch] * 3;
237 temp >>= 4;
238 dest[i] = (unsigned char)(temp);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 89 String temp = sdf.format(out.content); local
93 while (((nullId = temp.lastIndexOf('0', currLength = temp.length() - 1)) != -1)
95 temp = temp.substring(0, nullId);
98 if (temp.charAt(currLength) == '.') {
99 temp = temp.substring(0, currLength);
102 out.content = (temp + "Z").getBytes(StandardCharsets.UTF_8);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_linalg.cpp 33 double s,temp; local
39 temp=db_SafeReciprocal(d[0]);
40 A[6]=A[1]*temp;
41 A[12]=A[2]*temp;
42 A[18]=A[3]*temp;
43 A[24]=A[4]*temp;
44 A[30]=A[5]*temp;
48 temp=db_SafeReciprocal(d[1]);
49 A[13]=(A[8]-A[6]*A[12])*temp;
50 A[19]=(A[9]-A[6]*A[18])*temp;
84 double temp = 0.0; local
125 double s,temp; local
    [all...]

Completed in 838 milliseconds

<<11121314151617181920>>