Searched defs:bc (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchv_filter.cpp188 int br, bc, mbr, mbc; local
216 for (bc = mbc; bc < mbc + 2; bc++)
219 if (bc < pp_w) /* boundary : don't do it on the most right col block */
221 ptr = rec + (brwidth << 6) + (bc << 3);
222 jVal0 = brwidth + bc;
325 }/*bc*/
332 for (bc = mbc + 1; bc < mb
465 int br, bc, mbr, mbc; local
[all...]
H A Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
95 if (br < pp_h && bc < pp_w)
99 * bc * 8 is the pixel column offset */
100 ptr = rec + (brwidth << 6) + (bc << 3);
103 index = brwidth + bc;
239 }/*bc*/
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c69 findBestBook(const Word16 *bc, Word16 *book) argument
76 if (bc[j] < minBits) {
77 minBits = bc[j];
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java355 BridgeContext bc = (BridgeContext) context;
357 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
359 bc.addViewKey(view, viewKey);
364 bc.setScrollXPos(view, value);
369 bc.setScrollYPos(view, value);
376 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false);
388 RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId);
433 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, argument
448 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp57 const uint32_t bc[] = { local
61 bwr.write_buffer = (uintptr_t)bc;
62 bwr.write_size = sizeof(bc);
68 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
198 const uint32_t bc[] = { local
209 bwr.write_buffer = (uintptr_t)bc;
210 bwr.write_size = sizeof(bc);
212 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
310 } __attribute__((packed)) bc = { local
334 bwr.write_buffer = (uintptr_t)&bc;
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp140 BlobCache* bc = getBlobCacheLocked(); local
141 bc->set(key, keySize, value, valueSize);
168 BlobCache* bc = getBlobCacheLocked(); local
169 return bc->get(key, keySize, value, valueSize);

Completed in 4078 milliseconds