Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; in CombinedHorzVertRingFilter() local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter()
95 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()
100 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter()
103 index = brwidth + bc; in CombinedHorzVertRingFilter()
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter()
254 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()
259 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter()
262 index = brwidth + bc; in CombinedHorzVertRingFilter()
408 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertRingFilter()
[all …]
Dchv_filter.cpp188 int br, bc, mbr, mbc; in CombinedHorzVertFilter() local
216 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertFilter()
219 … if (bc < pp_w) /* boundary : don't do it on the most right col block */ in CombinedHorzVertFilter()
221 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter()
222 jVal0 = brwidth + bc; in CombinedHorzVertFilter()
332 for (bc = mbc + 1; bc < mbc + 3; bc++) in CombinedHorzVertFilter()
335 if (bc < pp_w) in CombinedHorzVertFilter()
337 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter()
338 jVal0 = brwidth + bc; in CombinedHorzVertFilter()
465 int br, bc, mbr, mbc; in CombinedHorzVertFilter_NoSoftDeblocking() local
[all …]
/frameworks/rs/
DAndroid.mk13 librsrt_arm.bc \
14 librsrt_arm64.bc \
15 librsrt_mips.bc \
16 librsrt_x86.bc \
17 librsrt_x86_64.bc \
DAndroid.bp222 "libclcore.bc",
223 "libclcore_debug.bc",
224 "libclcore_debug_g.bc",
225 "libclcore_g.bc",
231 required: ["libclcore_x86.bc"],
234 required: ["libclcore_x86.bc"],
239 required: ["libclcore_neon.bc"],
DCleanSpec.mk55 $(call add-clean-step, rm -rf $(OUT_DIR)/host/*/obj/SHARED_LIBRARIES/librsrt*.bc)
/frameworks/rs/driver/runtime/
DAndroid.mk82 LOCAL_MODULE := libclcore.bc
101 LOCAL_MODULE := libclcore_debug.bc
123 LOCAL_MODULE := libclcore_x86.bc
139 LOCAL_MODULE := libclcore_neon.bc
150 LOCAL_MODULE := libclcore_g.bc
167 LOCAL_MODULE := libclcore_debug_g.bc
199 LOCAL_MODULE := librsrt_arm.bc
213 LOCAL_MODULE := librsrt_mips.bc
227 LOCAL_MODULE := librsrt_x86.bc
237 LOCAL_MODULE := librsrt_arm64.bc
[all …]
Dbuild_bc_lib_internal.mk65 c_bc_files := $(patsubst %.c,%.bc, \
68 ll_bc_files := $(patsubst %.ll,%.bc, \
76 $(c_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(bc_clang)
81 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(RS_LLVM_AS)
85 $(foreach f,$(c_bc_files),$(call include-depfile,$(f:%.bc=%.d),$(f)))
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp57 const uint32_t bc[] = { in EnterLooper() local
61 bwr.write_buffer = (uintptr_t)bc; in EnterLooper()
62 bwr.write_size = sizeof(bc); in EnterLooper()
68 EXPECT_EQ(sizeof(bc), bwr.write_consumed); in EnterLooper()
214 const uint32_t bc[] = { in TEST_F() local
225 bwr.write_buffer = (uintptr_t)bc; in TEST_F()
226 bwr.write_size = sizeof(bc); in TEST_F()
228 EXPECT_EQ(sizeof(bc), bwr.write_consumed); in TEST_F()
326 } __attribute__((packed)) bc = { in TEST_F() local
350 bwr.write_buffer = (uintptr_t)&bc; in TEST_F()
[all …]
/frameworks/layoutlib/bridge/src/android/preference/
DBridgePreferenceInflater.java36 BridgeContext bc = null; in createItem() local
40 bc = (BridgeContext) context; in createItem()
59 if (viewKey != null && bc != null) { in createItem()
60 bc.addCookie(preference, viewKey); in createItem()
DPreference_Delegate.java43 BridgeContext bc = context instanceof BridgeContext ? ((BridgeContext) context) : null; in getView() local
45 if (bc != null) { in getView()
46 Object cookie = bc.getCookie(pref); in getView()
48 bc.addViewKey(convertView, cookie); in getView()
/frameworks/rs/driver/
DREADME.txt9 However, only user bitcode has a wrapper -- libclcore.bc does not.
10 Therefore, libclcore.bc must not violate ANY of the guarantees
13 libclcore.bc (bcc::Script::LinkRuntime()) the linked bitcode is
17 libclcore.bc to conform to that guarantee.
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp116 BlobCache* bc = getBlobCacheLocked(); in load() local
117 size_t valueSize = bc->get(key.data(), keySize, valueBuffer, mObservedBlobValueSize); in load()
127 valueSize = bc->get(key.data(), keySize, valueBuffer, mObservedBlobValueSize); in load()
171 BlobCache* bc = getBlobCacheLocked(); in store() local
175 mOldPipelineCacheSize = bc->get(key.data(), keySize, nullptr, 0); in store()
190 bc->set(key.data(), keySize, value, valueSize); in store()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java200 private static Class<?> findCustomInflater(@NotNull BridgeContext bc, in findCustomInflater() argument
214 ResourceValue value = bc.getRenderResources().findItemInTheme(attrRef); in findCustomInflater()
224 } else if (bc.isAppCompatTheme()) { in findCustomInflater()
250 BridgeContext bc = (BridgeContext) context; in createViewFromCustomInflater() local
251 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater()
439 BridgeContext bc = (BridgeContext) context; in setupViewInContext() local
441 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge); in setupViewInContext()
443 bc.addViewKey(view, viewKey); in setupViewInContext()
448 bc.setScrollXPos(view, value); in setupViewInContext()
453 bc.setScrollYPos(view, value); in setupViewInContext()
[all …]
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache.cpp85 BlobCache* bc = getBlobCacheLocked(); in setBlob() local
86 bc->set(key, keySize, value, valueSize); in setBlob()
113 BlobCache* bc = getBlobCacheLocked(); in getBlob() local
114 return bc->get(key, keySize, value, valueSize); in getBlob()
129 BlobCache* bc = getBlobCacheLocked(); in getBlob() local
130 return bc->get(key, keySize, value, alloc); in getBlob()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp135 BlobCache* bc = getBlobCacheLocked(); in setBlob() local
136 bc->set(key, keySize, value, valueSize); in setBlob()
163 BlobCache* bc = getBlobCacheLocked(); in getBlob() local
164 return bc->get(key, keySize, value, valueSize); in getBlob()
/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll9 …const_fp -output_path %T -bclib libclcore.bc -mtriple armv7-none-linux-gnueabi %S/debug_info_stati…
Dtest_slang_version_info.ll14 ; RUN: -bclib libclcore.bc -mtriple armv7-none-linux-gnueabi -O0 \
18 ; RUN: -bclib libclcore.bc -mtriple armv7-none-linux-gnueabi -O0 \
40 ; RUN: -bclib libclcore.bc -mtriple armv7-none-linux-gnueabi -O0 \
49 ; ModuleID = 'test_slang_version_info.bc'
Dtbaa.ll6 ; ModuleID = 'kernel.bc'
Dlit.cfg44 r"\blibclcore.bc\b"]:
/frameworks/layoutlib/bridge/src/android/graphics/
DBlendComposite.java110 BlendComposite bc = (BlendComposite) obj; in equals() local
112 return mode == bc.mode && alpha == bc.alpha; in equals()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java619 Bitmap.Config bc = b.getConfig(); in validateBitmapFormat() local
620 if (bc == null) { in validateBitmapFormat()
623 switch (bc) { in validateBitmapFormat()
630 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
640 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
650 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
660 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
2641 final Bitmap.Config bc = b.getConfig(); in elementFromBitmap() local
2642 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
2645 if (bc == Bitmap.Config.ARGB_4444) { in elementFromBitmap()
[all …]
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem104 bc:a5:b0:ca:1e:ca:2d:c1:48:68:e1:28:3c:e8:12:
115 df:89:1c:1a:0c:4e:bc:12:55:21:a3:47:a6:b4:e3:
163 de:67:fd:13:4d:07:bd:90:46:bc:42:e4:73:b9:12:24:2b:95:
184 de:aa:de:98:5a:dc:ba:59:c3:62:9f:45:9c:89:1d:f7:bc:61:
196 bc:d6:ae:8b:83:ad:9a:5a:36:dd:17:a5:1e:e8:05:57:72:1f:
200 73:bc:82:55:03:a7:2e:38:09:fc:18:51:2c:ad:be:c6:37:6d:
204 3b:d1:16:78:a5:a8:b4:ec:bc:c9:c4:d1:d8:86:fa:44:dd
/frameworks/base/rs/java/android/renderscript/
DAllocation.java633 Bitmap.Config bc = b.getConfig(); in validateBitmapFormat() local
634 if (bc == null) { in validateBitmapFormat()
637 switch (bc) { in validateBitmapFormat()
644 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
654 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
664 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
674 " bytes, passed bitmap was " + bc); in validateBitmapFormat()
2754 final Bitmap.Config bc = b.getConfig(); in elementFromBitmap() local
2755 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
2758 if (bc == Bitmap.Config.ARGB_4444) { in elementFromBitmap()
[all …]
/frameworks/compile/slang/
DRSCCOptions.td57 def emit_bc : Flag<["-"], "emit-bc">,
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
/frameworks/compile/libbcc/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libruntime.bc)

12