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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 38 Word16 *tmpH,*tmpX;
44 tmpH = h+n;
47 s = vo_mult32((*tmpX++), (*tmpH--));i--;
50 s = L_add(s, vo_mult32((*tmpX++), (*tmpH--)));
51 s = L_add(s, vo_mult32((*tmpX++), (*tmpH--)));
52 s = L_add(s, vo_mult32((*tmpX++), (*tmpH--)));
53 s = L_add(s, vo_mult32((*tmpX++), (*tmpH--)));
59 tmpH = h+n;
62 s = vo_mult32((*tmpX++), (*tmpH--));
64 s = L_add(s, vo_mult32((*tmpX++), (*tmpH--)))
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 39 ADD r4, r1, r3, LSL #1 @ tmpH address
43 LDRSH r10, [r4], #-2 @ *tmpH--
51 LDRSH r10, [r4], #-2 @ *tmpH--
53 LDRSH r14, [r4], #-2 @ *tmpH--
57 LDRSH r10, [r4], #-2 @ *tmpH--
59 LDRSH r14, [r4], #-2 @ *tmpH--
74 ADD r4, r1, r3, LSL #1 @tmpH address
90 LDRSH r10, [r4], #-2 @ *tmpH--
92 LDRSH r14, [r4], #-2 @ *tmpH--
96 LDRSH r10, [r4], #-2 @ *tmpH-
    [all...]
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 130 // tmpW and tmpH will hold the primary dimensions before we
133 uint32_t tmpH = priH;
138 tmpH = priW;
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 40 ADD r4, r1, r3, LSL #1 @ tmpH address
44 LDRSH r10, [r4] @ *tmpH--
72 ADD r4, r1, r3, LSL #1 @tmpH address
146 ADD r4, r1, r5, LSL #1 @ tmpH address
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 210 size_t w, h, tmpW,tmpH;
217 tmpH = caps.tPreviewRes[j].height;
219 if (tempRes > (tmpW * tmpH) ) {
223 h = tmpH;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 213 int tmpW, tmpH;
223 format, tmpW, tmpH);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 188 int tmpW, tmpH;
198 format, tmpW, tmpH);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_ad.cpp 192 int tmpW, tmpH;
202 format, tmpW, tmpH);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 192 int tmpW, tmpH;
202 format, tmpW, tmpH);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 598 // tmpW and tmpH will hold the primary dimensions before we
601 int tmpH = priH;
606 tmpH = priW;
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.cpp 581 // tmpW and tmpH will hold the primary dimensions before we
584 int tmpH = mPrimaryHeight;
589 tmpH = mPrimaryWidth;
597 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r);
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 604 // tmpW and tmpH will hold the primary dimensions before we
607 int tmpH = mPrimaryHeight;
612 tmpH = mPrimaryWidth;
620 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 306 uint32_t tmpW, tmpH, transformHint, numPendingBuffers;
308 mQueueBufferOutput.deflate(&tmpW, &tmpH, &transformHint, &numPendingBuffers,
  /external/opencv3/modules/calib3d/src/
fundam.cpp 280 Mat tmpH = Mat(3, 3, CV_32FC1);
326 (float*)tmpH.data);
329 tmpH.convertTo(_H, CV_64FC1);
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]

Completed in 2398 milliseconds