Searched refs:block (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp662 /* oscl_memset(mblock->block, 0, sizeof(typeMBStore)); Aug 9,2005 */
680 dataBlock = mblock->block[comp]; /*, 10/20/2000 */
700 // @todo Deblocking Semaphore for INTRA block
731 BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&1), mblock->block[comp], width, ncoeffs[comp],
740 /* @todo Deblocking Semaphore for INTRA block, for inter just test for ringing */
755 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4],
775 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5],
H A Dmp4lib_int.h136 typeMBStore block; /* blocks */ /* ACDC */ member in struct:tagMacroBlock
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
H A Dvlc_dequant.cpp40 * -- VlcDequantMpegBlock -- Decodes the DCT coefficients of one 8x8 block and perform
56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
375 * -- VlcDequantMpegInterBlock -- Decodes the DCT coefficients of one 8x8 block and perform
376 dequantization using Mpeg mode for INTER block.
389 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
494 * -- VlcDequantIntraH263Block -- Decodes the DCT coefficients of one 8x8 block and perform
495 dequantization in H.263 mode for INTRA block.
506 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
808 int16 *datablock = video->mblock->block[comp]; /*, 10/20/2000, assume it has been reset of all-zero !!!*/
1058 * -- VlcDequantInterH263Block -- Decodes the DCT coefficients of one 8x8 block an
[all...]
H A Dmp4dec_lib.h260 void mv_prediction(VideoDecData *video, int block, MOT *mvx, MOT *mvy);
H A Dpvdec_api.cpp384 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
432 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
539 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
/frameworks/base/vpn/tests/vpntests/src/android/net/vpn/
H A DVpnTest.java128 assertTrue(cv.block(5000));
/frameworks/base/tools/aapt/
H A DXMLNode.h30 void printXMLBlock(ResXMLTree* block);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java210 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
233 if (!mPreviewDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
/frameworks/base/core/java/android/content/res/
H A DResources.java1613 // First see if this block is in our cache.
1886 // First see if this block is in our cache.
1896 // Not in the cache, create a new block and put it at
1898 XmlBlock block = mAssets.openXmlBlockAsset(
1900 if (block != null) {
1909 mCachedXmlBlocks[pos] = block;
1912 return block.newParser();
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h56 /* a:block address, b:block width, c:block height, d:total_width, e:x or y coordinate */
614 int16 block[NUM_PIXELS_IN_MB]; /* for transformed residue coefficient */ member in struct:tagCommonObj
615 uint8 *pred_block; /* pointer to prediction block, could point to a frame */
684 uint32 cbp4x4; /* each bit represent nonzero 4x4 block in reverse raster scan order */
785 /* Zigzag scan from 1-D to 2-D output to block[24][16]. */
794 Mapping from coding scan block indx to raster scan block index */
801 Availability of the neighboring top-right block relativ
[all...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_intra.cpp35 int16 *dataBlock = video->block;
H A Dpred_inter.cpp140 dataBlock = video->block;

Completed in 148 milliseconds

12