Home
last modified time | relevance | path

Searched refs:NAL_UNIT_PREFIX_SEI (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncGOP.cpp411 OutputNALUnit nalu(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
430 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
441 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
452 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
464 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
476 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
492 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
503 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
517 nalu = NALUnit(NAL_UNIT_PREFIX_SEI); in xCreateLeadingSEIMessages()
1250 OutputNALUnit nalu(NAL_UNIT_PREFIX_SEI); in compressGOP()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DNAL.h89 return m_nalUnitType == NAL_UNIT_PREFIX_SEI in isSei()
H A DCommonDef.h267 NAL_UNIT_PREFIX_SEI, // 39 enumerator
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DNAL.h111 return m_nalUnitType == NAL_UNIT_PREFIX_SEI in isSei()
H A DRom.cpp120 case NAL_UNIT_PREFIX_SEI: return "Prefix SEI"; in nalUnitTypeToString()
H A DTypeDef.h522 NAL_UNIT_PREFIX_SEI, // 23 enumerator
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dframeencoder.cpp686 …bpSei->writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNa… in compressFrame()
698 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
750 …sei->writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
757 …m_seiAlternativeTC.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->… in compressFrame()
769 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
779 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
793 m_nalList.serialize(NAL_UNIT_PREFIX_SEI, m_bs); in compressFrame()
1077 if (type != NAL_UNIT_PREFIX_SEI && type != NAL_UNIT_SUFFIX_SEI) in compressFrame()
H A Dencoder.cpp3295 cllsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3302 … mdsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3325 … idsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3340 sei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
5855 if (nalType == NAL_UNIT_PREFIX_SEI && (!strcmp(prefix, "PREFIX"))) in readUserSeiFile()
/dports/multimedia/x265/source/encoder/
H A Dframeencoder.cpp684 …bpSei->writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNa… in compressFrame()
696 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
748 …sei->writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
755 …m_seiAlternativeTC.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->… in compressFrame()
767 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
777 … sei.writeSEImessages(m_bs, *slice->m_sps, NAL_UNIT_PREFIX_SEI, m_nalList, m_param->bSingleSeiNal); in compressFrame()
791 m_nalList.serialize(NAL_UNIT_PREFIX_SEI, m_bs); in compressFrame()
1075 if (type != NAL_UNIT_PREFIX_SEI && type != NAL_UNIT_SUFFIX_SEI) in compressFrame()
H A Dencoder.cpp3228 cllsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3235 … mdsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3258 … idsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
3273 sei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list, m_param->bSingleSeiNal); in getStreamHeaders()
5746 if (nalType == NAL_UNIT_PREFIX_SEI && (!strcmp(prefix, "PREFIX"))) in readUserSeiFile()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp100 … if (skipSei && (nals[i].type == NAL_UNIT_PREFIX_SEI || nals[i].type == NAL_UNIT_SUFFIX_SEI)) in encodeNals()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp100 … if (skipSei && (nals[i].type == NAL_UNIT_PREFIX_SEI || nals[i].type == NAL_UNIT_SUFFIX_SEI)) in encodeNals()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp100 … if (skipSei && (nals[i].type == NAL_UNIT_PREFIX_SEI || nals[i].type == NAL_UNIT_SUFFIX_SEI)) in encodeNals()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp100 … if (skipSei && (nals[i].type == NAL_UNIT_PREFIX_SEI || nals[i].type == NAL_UNIT_SUFFIX_SEI)) in encodeNals()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/
H A Dx265.h74 NAL_UNIT_PREFIX_SEI, enumerator
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dframeencoder.cpp454 m_nalList.serialize(NAL_UNIT_PREFIX_SEI, m_bs); in compressFrame()
492 m_nalList.serialize(NAL_UNIT_PREFIX_SEI, m_bs); in compressFrame()
695 if (type != NAL_UNIT_PREFIX_SEI && type != NAL_UNIT_SUFFIX_SEI) in compressFrame()
H A Dencoder.cpp1315 list.serialize(NAL_UNIT_PREFIX_SEI, bs); in getStreamHeaders()
1329 list.serialize(NAL_UNIT_PREFIX_SEI, bs); in getStreamHeaders()
1352 list.serialize(NAL_UNIT_PREFIX_SEI, bs); in getStreamHeaders()
1371 list.serialize(NAL_UNIT_PREFIX_SEI, bs); in getStreamHeaders()
/dports/x11/xpra/xpra-4.3/xpra/codecs/enc_x265/
H A Dencoder.pyx61 int NAL_UNIT_PREFIX_SEI
259 NAL_UNIT_PREFIX_SEI : "PREFIX_SEI",
/dports/multimedia/handbrake/x265_3.5/source/
H A Dx265.h82 NAL_UNIT_PREFIX_SEI, enumerator
/dports/multimedia/x265/source/
H A Dx265.h82 NAL_UNIT_PREFIX_SEI, enumerator
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbEntropyCoding.c8623 NAL_UNIT_PREFIX_SEI, in EncodePictureTimingSEI()
8690 NAL_UNIT_PREFIX_SEI, in EncodeBufferingPeriodSEI()
8752 NAL_UNIT_PREFIX_SEI, in EncodeActiveParameterSetsSEI()
8826 NAL_UNIT_PREFIX_SEI, in EncodeRegUserDataSEI()
8906 NAL_UNIT_PREFIX_SEI, in EncodeUnregUserDataSEI()
8987 NAL_UNIT_PREFIX_SEI, in EncodeRecoveryPointSEI()
9083 NAL_UNIT_PREFIX_SEI, in EncodeContentLightLevelSEI()
9160 NAL_UNIT_PREFIX_SEI, in EncodeMasteringDisplayColorVolumeSEI()
H A DEbDefinitions.h680 NAL_UNIT_PREFIX_SEI, // 39 enumerator
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbEntropyCoding.c8623 NAL_UNIT_PREFIX_SEI, in EncodePictureTimingSEI()
8690 NAL_UNIT_PREFIX_SEI, in EncodeBufferingPeriodSEI()
8752 NAL_UNIT_PREFIX_SEI, in EncodeActiveParameterSetsSEI()
8826 NAL_UNIT_PREFIX_SEI, in EncodeRegUserDataSEI()
8906 NAL_UNIT_PREFIX_SEI, in EncodeUnregUserDataSEI()
8987 NAL_UNIT_PREFIX_SEI, in EncodeRecoveryPointSEI()
9083 NAL_UNIT_PREFIX_SEI, in EncodeContentLightLevelSEI()
9160 NAL_UNIT_PREFIX_SEI, in EncodeMasteringDisplayColorVolumeSEI()
H A DEbDefinitions.h680 NAL_UNIT_PREFIX_SEI, // 39 enumerator
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DSEIread.cpp207 if(nalUnitType == NAL_UNIT_PREFIX_SEI) in xReadSEImessage()
604 …edsei->payloadType != VVDEC_DECODED_PICTURE_HASH && nalUnitType != NAL_UNIT_PREFIX_SEI, "When a sc… in xCheckScalableNestingConstraints()

12