Home
last modified time | relevance | path

Searched refs:bitDepthChromaMinus8 (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/mp4/
H A Dhevc.cc35 bitDepthChromaMinus8(0), in HEVCDecoderConfigurationRecord()
81 reader->Read1(&bitDepthChromaMinus8) && in ParseInternal()
98 bitDepthChromaMinus8 &= 7; in ParseInternal()
H A Dhevc.h46 uint8_t bitDepthChromaMinus8; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/formats/mp4/
H A Dhevc.cc35 bitDepthChromaMinus8(0), in HEVCDecoderConfigurationRecord()
81 reader->Read1(&bitDepthChromaMinus8) && in ParseInternal()
98 bitDepthChromaMinus8 &= 7; in ParseInternal()
H A Dhevc.h46 uint8_t bitDepthChromaMinus8; member
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dhevc.c51 uint8_t bitDepthChromaMinus8; member
519 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
875 hvcc->bitDepthChromaMinus8); in hvcc_write()
973 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dhevc.c52 uint8_t bitDepthChromaMinus8; member
528 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
890 hvcc->bitDepthChromaMinus8); in hvcc_write()
988 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dhevc.c53 uint8_t bitDepthChromaMinus8; member
529 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
857 hvcc->bitDepthChromaMinus8); in hvcc_write()
955 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dhevc.c53 uint8_t bitDepthChromaMinus8; member
529 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
857 hvcc->bitDepthChromaMinus8); in hvcc_write()
955 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dhevc.c51 uint8_t bitDepthChromaMinus8; member
519 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
875 hvcc->bitDepthChromaMinus8); in hvcc_write()
973 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dhevc.c53 uint8_t bitDepthChromaMinus8; member
529 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
857 hvcc->bitDepthChromaMinus8); in hvcc_write()
955 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dhevc.c53 uint8_t bitDepthChromaMinus8; member
529 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb); in hvcc_parse_sps()
857 hvcc->bitDepthChromaMinus8); in hvcc_write()
955 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/parsers/
H A Dparser_hevc.c79 uint8_t bitDepthChromaMinus8; member
566 hvcc->bitDepthChromaMinus8 = read_golomb_ue(gb); in hvcc_parse_sps()
921 hvcc->bitDepthChromaMinus8); in hvcc_write()
1017 sbuf_put_byte(pb, hvcc->bitDepthChromaMinus8 | 0xf8); in hvcc_write()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_hcp_cmdpar.h175 uint8_t bitDepthChromaMinus8 = 0; in _MHW_PAR_T() local
H A Dmhw_vdbox_hcp_impl.h691 …DO_FIELD(DW5, BitDepthChromaMinus8, params.bitDepthChromaMinus8); … in _MHW_SETCMD_OVERRIDE_DECL()
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dhevc.c1941 lsmash_bs_put_byte( bs, param->bitDepthChromaMinus8 | 0xF8 ); in lsmash_create_hevc_specific_info()
2059 || sps.bit_depth_chroma_minus8 != param->bitDepthChromaMinus8 ) in hevc_check_sps_appendable()
2428 param->bitDepthChromaMinus8 = sps.bit_depth_chroma_minus8; in lsmash_append_hevc_dcr_nalu()
2914 param->bitDepthChromaMinus8 = lsmash_bs_get_byte( bs ) & 0x07; in hevc_construct_specific_parameters()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_h264_enc_common_hw.h390 mfxU8 bitDepthChromaMinus8;
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9_skl/codec/hal/
H A Dcodechal_fei_hevc_g9_skl.cpp3877 uint8_t bitDepthChromaMinus8 = 0; // support 4:2:0 only in Encode8x8PBMbEncKernel() local
3878 int32_t qpBdOffsetC = 6 * bitDepthChromaMinus8; in Encode8x8PBMbEncKernel()
5386 uint8_t bitDepthChromaMinus8 = 0; // support 4:2:0 only in Encode8x8PBMbEncKernel() local
5387 int32_t qpBdOffsetC = 6 * bitDepthChromaMinus8; in Encode8x8PBMbEncKernel()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9_skl/codec/hal/
H A Dcodechal_fei_hevc_g9_skl.cpp3877 uint8_t bitDepthChromaMinus8 = 0; // support 4:2:0 only in Encode8x8PBMbEncKernel() local
3878 int32_t qpBdOffsetC = 6 * bitDepthChromaMinus8; in Encode8x8PBMbEncKernel()
5386 uint8_t bitDepthChromaMinus8 = 0; // support 4:2:0 only in Encode8x8PBMbEncKernel() local
5387 int32_t qpBdOffsetC = 6 * bitDepthChromaMinus8; in Encode8x8PBMbEncKernel()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Hevc.cpp3534 int8u chromaFormat, bitDepthLumaMinus8, bitDepthChromaMinus8; in VPS_SPS_PPS() local
3586 Get_S1 (3, bitDepthChromaMinus8, "bitDepthChromaMinus8"); in VPS_SPS_PPS()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Hevc.cpp3534 int8u chromaFormat, bitDepthLumaMinus8, bitDepthChromaMinus8; in VPS_SPS_PPS() local
3586 Get_S1 (3, bitDepthChromaMinus8, "bitDepthChromaMinus8"); in VPS_SPS_PPS()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Hevc.cpp3534 int8u chromaFormat, bitDepthLumaMinus8, bitDepthChromaMinus8; in VPS_SPS_PPS() local
3586 Get_S1 (3, bitDepthChromaMinus8, "bitDepthChromaMinus8"); in VPS_SPS_PPS()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h3212 …uint8_t bitDepthChromaMinus8; /* bit_depth_chroma_minus8 in sequence parameter s… member
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dmfx_h264_enc_common_hw.cpp4142 extSps->bitDepthChromaMinus8 != 0 || in CheckVideoParamQueryLike()
6442 extSps->bitDepthChromaMinus8 = 0; in SetDefaults()
8400 sps.bitDepthChromaMinus8 = reader.GetUe(); in ReadSpsHeader()
8671 writer.PutUe(sps.bitDepthChromaMinus8); in WriteSpsData()
H A Dmfx_h264_encode_vaapi.cpp1436 sps.bit_depth_chroma_minus8 = extSps->bitDepthChromaMinus8; in FillSps()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_encode_hevc_g9.cpp7120 uint8_t bitDepthChromaMinus8 = 0; // support 4:2:0 only in Encode8x8PBMbEncKernel() local
7121 int32_t qpBdOffsetC = 6 * bitDepthChromaMinus8; in Encode8x8PBMbEncKernel()

12