Home
last modified time | relevance | path

Searched refs:chromaSize (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureBufferDesc.c61 …pictureBufferDescPtr->chromaSize = pictureBufferDescPtr->lumaSize >> (3 - pictureBufferDescInit… in EbPictureBufferDescCtor()
81 …EB_MALLOC_ALIGNED_ARRAY(pictureBufferDescPtr->bufferCb, pictureBufferDescPtr->chromaSize * bytesPe… in EbPictureBufferDescCtor()
85 …GNED_ARRAY(pictureBufferDescPtr->bufferBitIncCb, pictureBufferDescPtr->chromaSize * bytesPerPixel); in EbPictureBufferDescCtor()
90 …EB_MALLOC_ALIGNED_ARRAY(pictureBufferDescPtr->bufferCr, pictureBufferDescPtr->chromaSize * bytesPe… in EbPictureBufferDescCtor()
94 …GNED_ARRAY(pictureBufferDescPtr->bufferBitIncCr, pictureBufferDescPtr->chromaSize * bytesPerPixel); in EbPictureBufferDescCtor()
151 …pictureBufferDescPtr->chromaSize = pictureBufferDescPtr->lumaSize >> (3 - pictureBufferDescInit… in EbReconPictureBufferDescCtor()
161 …EB_MALLOC(pictureBufferDescPtr->bufferCb, pictureBufferDescPtr->chromaSize * bytesPerPixel * sizeo… in EbReconPictureBufferDescCtor()
166 …EB_MALLOC(pictureBufferDescPtr->bufferCr, pictureBufferDescPtr->chromaSize * bytesPerPixel * sizeo… in EbReconPictureBufferDescCtor()
H A DEbPictureOperators.c284 const EB_U32 chromaSize = size == 4 ? 4 : size >> 1; in PictureFastDistortion() local
301 …CALC_RESIDUAL] += NxMSadKernel_funcPtrArray[!!(ASM_TYPES & AVX2_MASK)][chromaSize >> 3]( // Always… in PictureFastDistortion()
306 chromaSize, in PictureFastDistortion()
307 chromaSize); in PictureFastDistortion()
313 …CALC_RESIDUAL] += NxMSadKernel_funcPtrArray[!!(ASM_TYPES & AVX2_MASK)][chromaSize >> 3]( // Always… in PictureFastDistortion()
318 chromaSize, in PictureFastDistortion()
319 chromaSize); in PictureFastDistortion()
H A DEbPictureBufferDesc.h64 EB_U32 chromaSize; // Size of the chroma buffers member
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureBufferDesc.c61 …pictureBufferDescPtr->chromaSize = pictureBufferDescPtr->lumaSize >> (3 - pictureBufferDescInit… in EbPictureBufferDescCtor()
81 …EB_MALLOC_ALIGNED_ARRAY(pictureBufferDescPtr->bufferCb, pictureBufferDescPtr->chromaSize * bytesPe… in EbPictureBufferDescCtor()
85 …GNED_ARRAY(pictureBufferDescPtr->bufferBitIncCb, pictureBufferDescPtr->chromaSize * bytesPerPixel); in EbPictureBufferDescCtor()
90 …EB_MALLOC_ALIGNED_ARRAY(pictureBufferDescPtr->bufferCr, pictureBufferDescPtr->chromaSize * bytesPe… in EbPictureBufferDescCtor()
94 …GNED_ARRAY(pictureBufferDescPtr->bufferBitIncCr, pictureBufferDescPtr->chromaSize * bytesPerPixel); in EbPictureBufferDescCtor()
151 …pictureBufferDescPtr->chromaSize = pictureBufferDescPtr->lumaSize >> (3 - pictureBufferDescInit… in EbReconPictureBufferDescCtor()
161 …EB_MALLOC(pictureBufferDescPtr->bufferCb, pictureBufferDescPtr->chromaSize * bytesPerPixel * sizeo… in EbReconPictureBufferDescCtor()
166 …EB_MALLOC(pictureBufferDescPtr->bufferCr, pictureBufferDescPtr->chromaSize * bytesPerPixel * sizeo… in EbReconPictureBufferDescCtor()
H A DEbPictureOperators.c284 const EB_U32 chromaSize = size == 4 ? 4 : size >> 1; in PictureFastDistortion() local
301 …CALC_RESIDUAL] += NxMSadKernel_funcPtrArray[!!(ASM_TYPES & AVX2_MASK)][chromaSize >> 3]( // Always… in PictureFastDistortion()
306 chromaSize, in PictureFastDistortion()
307 chromaSize); in PictureFastDistortion()
313 …CALC_RESIDUAL] += NxMSadKernel_funcPtrArray[!!(ASM_TYPES & AVX2_MASK)][chromaSize >> 3]( // Always… in PictureFastDistortion()
318 chromaSize, in PictureFastDistortion()
319 chromaSize); in PictureFastDistortion()
H A DEbPictureBufferDesc.h64 EB_U32 chromaSize; // Size of the chroma buffers member
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/include/
H A Dumc_h265_yuv.h69 const mfxSize& chromaSize() const { return m_chromaSize; } in chromaSize() function
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/include/
H A Dumc_h264_dec_defs_yuv.h59 const mfxSize& chromaSize() const { return m_chromaSize; } in chromaSize() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_webrtc/webrtc/
H A Dwebrtc_video_track.h77 QSize chromaSize; member
H A Dwebrtc_video_track.cpp295 .chromaSize = { native->ChromaWidth(), native->ChromaHeight() }, in decodeFrame()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/
H A Dcalls_video_incoming.cpp248 yuv->chromaSize, in paint()
260 yuv->chromaSize, in paint()
264 _chromaSize = yuv->chromaSize; in paint()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/streaming/
H A Dmedia_streaming_common.h166 QSize chromaSize; member
H A Dmedia_streaming_utility.cpp182 .chromaSize = { in ExtractYUV420()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_overlay_opengl.cpp225 yuv->chromaSize, in paintTransformedVideoFrame()
236 yuv->chromaSize, in paintTransformedVideoFrame()
240 _chromaSize = yuv->chromaSize; in paintTransformedVideoFrame()
H A Dmedia_view_pip_opengl.cpp319 yuv->chromaSize, in paintTransformedVideoFrame()
330 yuv->chromaSize, in paintTransformedVideoFrame()
334 _chromaSize = yuv->chromaSize; in paintTransformedVideoFrame()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DDecCu.cpp279 piPred = cs.getPredBuf( cu ).Cb().subBuf( Position( 0, 0 ), tu.chromaSize() ); in predAndReco()
423 if( isChromaEnabled( cu.chromaFormat ) && cu.chromaSize().width > 2 ) in predAndReco()
625 piPred = cs.getPredBuf( cu ).Cb().subBuf( Position( 0, 0 ), tu.chromaSize() ); in xIntraRecACT()
H A DCABACReader.cpp608 …const Position chromaCentral( cu.chromaPos().offset( cu.chromaSize().width >> 1, cu.chromaSize().h… in coding_tree()
678 … = ( partitioner.currArea().chromaSize().width == 4 && split == CU_VERT_SPLIT ) || ( partitione… in signalModeCons()
1163 …CHANNEL_TYPE_CHROMA, cu.chromaPos().x, cu.chromaPos().y, cu.chromaSize().width, cu.chromaSize().he… in bdpcm_mode()
2286 const SizeType channelWidth = !CU::isSepTree( cu ) ? cu.lwidth() : cu.chromaSize().width; in transform_unit()
2287 const SizeType channelHeight = !CU::isSepTree( cu ) ? cu.lheight() : cu.chromaSize().height; in transform_unit()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DInterPrediction.cpp1467 …m_if.weightedGeoBlk( pu, pu.chromaSize().width, pu.chromaSize().height, COMPONENT_Cb, splitDir, pr… in weightedGeoBlk()
1468 …m_if.weightedGeoBlk( pu, pu.chromaSize().width, pu.chromaSize().height, COMPONENT_Cr, splitDir, pr… in weightedGeoBlk()
1475 …m_if.weightedGeoBlk( pu, pu.chromaSize().width, pu.chromaSize().height, COMPONENT_Cb, splitDir, pr… in weightedGeoBlk()
1476 …m_if.weightedGeoBlk( pu, pu.chromaSize().width, pu.chromaSize().height, COMPONENT_Cr, splitDir, pr… in weightedGeoBlk()
H A DUnit.h143 Size chromaSize(const ChromaFormat chromaFormat) const;
231 const Size& chromaSize() const { return Cb(); } in chromaSize() function
H A DUnit.cpp97 Size CompArea::chromaSize( const ChromaFormat chromaFormat ) const in chromaSize() function in vvdec::CompArea
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppContext.c402 const size_t chromaSize = lumaSize >> (3 - config->encoderColorFormat); in AllocateOutputReconBuffers() local
404 const size_t frameSize = (lumaSize + 2 * chromaSize) << tenBit; in AllocateOutputReconBuffers()
H A DEbAppProcessCmd.c909 const size_t chromaSize = lumaSize >> (3 - colorFormat); in ReadInputFrames() local
919 …onfig->sequenceBuffer[config->processedFrameCount % config->bufferedInput] + lumaSize + chromaSize; in ReadInputFrames()
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppContext.c402 const size_t chromaSize = lumaSize >> (3 - config->encoderColorFormat); in AllocateOutputReconBuffers() local
404 const size_t frameSize = (lumaSize + 2 * chromaSize) << tenBit; in AllocateOutputReconBuffers()
H A DEbAppProcessCmd.c909 const size_t chromaSize = lumaSize >> (3 - colorFormat); in ReadInputFrames() local
919 …onfig->sequenceBuffer[config->processedFrameCount % config->bufferedInput] + lumaSize + chromaSize; in ReadInputFrames()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_viewport_opengl.cpp1003 yuv->chromaSize, in bindFrame()
1015 yuv->chromaSize, in bindFrame()
1019 tileData.textureChromaSize = yuv->chromaSize; in bindFrame()

12