Searched refs:ALIGN128 (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 40 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
|
D | C2SoftHevcDec.cpp | 511 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/ |
D | C2SoftMpeg2Dec.h | 41 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
|
D | C2SoftMpeg2Dec.cpp | 580 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/ |
D | C2SoftAvcDec.h | 42 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
|
D | C2SoftAvcDec.cpp | 518 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()
|
D | C2SoftAvcEnc.h | 113 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
|