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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.cpp 63 int nTemp = 0;
69 nTemp = ShiftOr(nTemp, D);
72 nValue += nTemp;
JBig2_Context.cpp     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 121 EAS_U16 nTemp;
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
141 return nTemp;
eas_reverb.c 466 EAS_I32 nTemp;
495 nTemp = EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
496 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
497 *pnSin = (EAS_I16) SATURATE_EG1(nTemp);
500 nTemp = -EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
501 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
502 *pnCos = (EAS_I16) SATURATE_EG1(nTemp);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_pvapi.cpp 231 tPvUint32 nTemp;
236 PvAttrUint32Get(Camera.Handle, "Width", &nTemp);
237 return (double)nTemp;
239 PvAttrUint32Get(Camera.Handle, "Height", &nTemp);
240 return (double)nTemp;
242 PvAttrUint32Get(Camera.Handle,"ExposureValue",&nTemp);
243 return (double)nTemp;
265 PvAttrUint32Get(Camera.Handle, "GainValue", &nTemp);
266 return (double)nTemp;
283 PvAttrUint32Get(Camera.Handle, "DecimationHorizontal", &nTemp);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 327 int32_t nTemp = nEndIndex;
329 nBeginIndex = nTemp;
346 int32_t nTemp = nEndIndex;
348 nBeginIndex = nTemp;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 402 int32_t nPageStart, nPageEnd, nTemp, nBgnParag, nStartLineInParag, nEndParag,
407 m_pBgnParag->GetLineRange(nStartLine - nStartLineInParag, nPageStart, nTemp);
412 m_pEndParag->GetLineRange(nEndLine - nEndLineInParag, nPageEnd, nTemp);
413 nPageEnd += (nTemp - 1);
fde_txtedtengine.cpp 590 int32_t nTemp = nLength;
619 if (nLength < nTemp) {
    [all...]

Completed in 134 milliseconds