Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 69) sorted by relevance

123

/external/aac/libAACdec/src/
Drvlcconceal.cpp148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
230 *refNrgBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
236 *refScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
268 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
329 …AacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelI… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
330 …AacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_min] = pAacDecoderChannelI… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
342 …if (pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds] < pAacDecoderChannelInfo->pCom… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
[all …]
Drvlc.cpp119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcInit()
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcInit()
429 SHORT* pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcDecodeForward()
430 SHORT* pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeForward()
617 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcDecodeBackward()
618 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeBackward()
801 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in rvlcFinalErrorDetection()
940 …tInfo.aRvlcPreviousScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[b… in rvlcFinalErrorDetection()
1056 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in CRvlc_Read()
[all …]
Dchannelinfo.h259 } overlay;
/external/netperf/src/
Dnetcpu_pstat.c66 } *overlay; in get_cpu_idle() local
76 overlay = (union overlay_u *)&(res[i]); in get_cpu_idle()
77 overlay->word[0] = psp[i].psp_idlecycles.psc_hi; in get_cpu_idle()
78 overlay->word[1] = psp[i].psp_idlecycles.psc_lo; in get_cpu_idle()
146 } *overlay; in calibrate_idle_rate() local
147 overlay = (union overlay_u *)&(firstcnt[j]); in calibrate_idle_rate()
148 overlay->word[0] = psp[j].psp_idlecycles.psc_hi; in calibrate_idle_rate()
149 overlay->word[1] = psp[j].psp_idlecycles.psc_lo; in calibrate_idle_rate()
182 } *overlay; in calibrate_idle_rate() local
183 overlay = (union overlay_u *)&(secondcnt[j]); in calibrate_idle_rate()
[all …]
Dnetlib.c2983 } *overlay; local
2985 overlay = (union overlay_u *)big_int;
2990 return(overlay->words[0]);
2993 return(overlay->words[1]);
3004 } *overlay; local
3006 overlay = (union overlay_u *)big_int;
3011 return(overlay->words[1]);
3014 return(overlay->words[0]);
/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py43 overlay = os.path.join(os.path.dirname(ourpath),
45 return os.path.normpath(overlay)
50 overlay = GetOverlayPath()
51 packages = glob.glob(os.path.join(overlay, "chromeos-base/autotest-*"))
53 return [x[(len(overlay) + 1):] for x in packages]
/external/chromium-trace/catapult/third_party/polymer/components/core-overlay/
DREADME.md1 core-overlay
4 See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-overlay) …
/external/opencv3/samples/python2/
Dwatershed.py52 overlay = self.colors[np.maximum(m, 0)]
53 vis = cv2.addWeighted(self.img, 0.5, overlay, 0.5, 0.0, dtype=cv2.CV_8UC3)
Dlk_homography.py70 overlay = cv2.warpPerspective(self.frame0, H, (w, h))
71 vis = cv2.addWeighted(vis, 0.5, overlay, 0.5, 0.0)
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslatorTest.java48 ItemizedOverlayForTests overlay = new ItemizedOverlayForTests(null); in testProtectedMethodsAreDelegated() local
49 overlay.triggerProtectedCall(); in testProtectedMethodsAreDelegated()
51 assertThat(shadowOf(overlay).isPopulated(), is(true)); in testProtectedMethodsAreDelegated()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java832 View overlay; in shiftCurrentTerminal() local
839 overlay = findCurrentView(R.id.terminal_overlay); in shiftCurrentTerminal()
840 if (overlay != null) { in shiftCurrentTerminal()
841 overlay.startAnimation(fade_stay_hidden); in shiftCurrentTerminal()
857 overlay = findCurrentView(R.id.terminal_overlay); in shiftCurrentTerminal()
858 if (overlay != null) { in shiftCurrentTerminal()
859 overlay.startAnimation(fade_out_delayed); in shiftCurrentTerminal()
930 TextView overlay = (TextView) view.findViewById(R.id.terminal_overlay); in addNewTerminalView() local
931 overlay.setText(bridge.getName()); in addNewTerminalView()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapView.java172 for (Overlay overlay : overlays) { in dispatchTouchEvent()
173 if (overlay.onTouchEvent(event, realMapView)) { in dispatchTouchEvent()
/external/sl4a/ScriptingLayerForAndroid/
DAndroid.mk33 LOCAL_AAPT_FLAGS := --auto-add-overlay
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_overlay.h92 uint32 overlay; member
/external/autotest/contrib/
Dservo-stat22 KEYFILE=$KEYFILE/src/third_party/chromiumos-overlay
/external/zlib/src/
Ddeflate.c228 ushf *overlay; local
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1044 ds->pending_buf = (uchf *) overlay;
1058 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/external/pdfium/third_party/zlib_v128/
Ddeflate.c227 ushf *overlay; in deflateInit2_() local
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); in deflateInit2_()
301 s->pending_buf = (uchf *) overlay; in deflateInit2_()
311 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); in deflateInit2_()
1022 ushf *overlay; in deflateCopy()
1042 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); in deflateCopy()
1043 ds->pending_buf = (uchf *) overlay; in deflateCopy()
1057 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush); in deflateCopy()
/external/opencv3/3rdparty/zlib/
Ddeflate.c228 ushf *overlay; local
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1044 ds->pending_buf = (uchf *) overlay;
1058 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/external/pdfium/testing/resources/javascript/
Dconsts.in79 "iconTextH", "textIconH", "overlay", "nonesuch"]);
Dconsts_expected.txt38 Alert: position.overlay is 6
/external/deqp/android/cts/master/
Dgles31-multisample.txt66 dEQP-GLES31.functional.blend_equation_advanced.basic.overlay
81 dEQP-GLES31.functional.blend_equation_advanced.barrier.overlay
96 dEQP-GLES31.functional.blend_equation_advanced.coherent.overlay
/external/deqp/android/cts/mnc/
Dgles31-multisample.txt66 dEQP-GLES31.functional.blend_equation_advanced.basic.overlay
81 dEQP-GLES31.functional.blend_equation_advanced.barrier.overlay
96 dEQP-GLES31.functional.blend_equation_advanced.coherent.overlay
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td216 "virtual filesystem overlay file '%0' not found">, DefaultFatal;
218 "invalid virtual filesystem overlay file '%0'">, DefaultFatal;
/external/mesa3d/src/mesa/drivers/x11/
Drealglx.h295 _real_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent);
/external/v8/test/cctest/
Dtest-regexp.cc1689 Vector<const int> overlay = CharacterRange::GetWordBounds(); in TEST() local
1692 CharacterRange::Split(base, overlay, &included, &excluded, &zone); in TEST()
1697 for (int j = 0; !in_overlay && j < overlay.length(); j += 2) { in TEST()
1698 if (overlay[j] <= i && i < overlay[j+1]) in TEST()

123