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/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java224 BridgeContext bc = (BridgeContext) context;
226 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
228 bc.addViewKey(view, viewKey);
246 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, argument
261 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c65 findBestBook(const Word16 *bc, Word16 *book) argument
72 if (bc[j] < minBits) {
73 minBits = bc[j];
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp143 sp<BlobCache> bc = getBlobCacheLocked(); local
144 bc->set(key, keySize, value, valueSize);
182 sp<BlobCache> bc = getBlobCacheLocked(); local
183 return bc->get(key, keySize, value, valueSize);
/frameworks/rs/
H A DrsAllocation.cpp499 sp<IGraphicBufferConsumer> bc; local
500 BufferQueue::createBufferQueue(&bp, &bc);
501 mGrallocConsumer = new GrallocConsumer(this, bc, mHal.drvState.grallocFlags);

Completed in 454 milliseconds