Home
last modified time | relevance | path

Searched refs:ALIGN128 (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h40 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
DC2SoftHevcDec.cpp511 mStride = ALIGN128(mWidth); in initDecoder()
779 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
786 pool->fetchGraphicBlock(ALIGN128(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
792 mOutBlock->width(), mOutBlock->height(), ALIGN128(mWidth), mHeight); in ensureDecoderState()
927 mStride = ALIGN128(ps_decode_op->u4_pic_wd); in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h41 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
DC2SoftMpeg2Dec.cpp580 mStride = ALIGN128(mWidth); in initDecoder()
855 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
862 pool->fetchGraphicBlock(ALIGN128(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
868 mOutBlock->width(), mOutBlock->height(), ALIGN128(mWidth), mHeight); in ensureDecoderState()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h42 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
DC2SoftAvcDec.cpp518 mStride = ALIGN128(mWidth); in initDecoder()
786 (mOutBlock->width() != ALIGN128(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
793 pool->fetchGraphicBlock(ALIGN128(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
799 mOutBlock->width(), mOutBlock->height(), ALIGN128(mWidth), mHeight); in ensureDecoderState()
936 mStride = ALIGN128(ps_decode_op->u4_pic_wd); in process()
DC2SoftAvcEnc.h113 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro