Home
last modified time | relevance | path

Searched refs:h265 (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc.c37 context->desc.h265.pps->sps->chroma_format_idc = hevc->pic_fields.bits.chroma_format_idc; in vlVaHandlePictureParameterBufferHEVC()
38 context->desc.h265.pps->sps->separate_colour_plane_flag = in vlVaHandlePictureParameterBufferHEVC()
40 context->desc.h265.pps->sps->pic_width_in_luma_samples = hevc->pic_width_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()
41 context->desc.h265.pps->sps->pic_height_in_luma_samples = hevc->pic_height_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()
42 context->desc.h265.pps->sps->bit_depth_luma_minus8 = hevc->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferHEVC()
43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC()
44 context->desc.h265.pps->sps->log2_max_pic_order_cnt_lsb_minus4 = in vlVaHandlePictureParameterBufferHEVC()
46 context->desc.h265.pps->sps->sps_max_dec_pic_buffering_minus1 = in vlVaHandlePictureParameterBufferHEVC()
48 context->desc.h265.pps->sps->log2_min_luma_coding_block_size_minus3 = in vlVaHandlePictureParameterBufferHEVC()
50 context->desc.h265 in vlVaHandlePictureParameterBufferHEVC()
184 VAIQMatrixBufferHEVC *h265 = buf->data; vlVaHandleIQMatrixBufferHEVC() local
215 VASliceParameterBufferHEVC *h265 = buf->data; vlVaHandleSliceParameterBufferHEVC() local
[all...]
H A Dpicture_hevc_enc.c43 VAEncPictureParameterBufferHEVC *h265; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() local
47 h265 = buf->data; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
48 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
51 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
53 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
54 coded_buf = handle_table_get(drv->htab, h265->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
61 context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus2; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
62 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
63 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
65 switch(h265 in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
94 VAEncSliceParameterBufferHEVC *h265; vlVaHandleVAEncSliceParameterBufferTypeHEVC() local
128 VAEncSequenceParameterBufferHEVC *h265 = (VAEncSequenceParameterBufferHEVC *)buf->data; vlVaHandleVAEncSequenceParameterBufferTypeHEVC() local
[all...]
H A Dcontext.c308 context->desc.h265.pps = CALLOC_STRUCT(pipe_h265_pps); in vlVaCreateContext()
309 if (!context->desc.h265.pps) { in vlVaCreateContext()
313 context->desc.h265.pps->sps = CALLOC_STRUCT(pipe_h265_sps); in vlVaCreateContext()
314 if (!context->desc.h265.pps->sps) { in vlVaCreateContext()
315 FREE(context->desc.h265.pps); in vlVaCreateContext()
391 FREE(context->desc.h265.pps->sps); in vlVaDestroyContext()
392 FREE(context->desc.h265.pps); in vlVaDestroyContext()
H A Dva_private.h290 struct pipe_h265_picture_desc h265; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c128 priv->picture.h265.CurrPicOrderCntVal = i; in set_poc()
130 if (priv->codec_data.h265.temporal_id == 0 && in set_poc()
135 priv->codec_data.h265.slice_prev_poc = i; in set_poc()
140 return priv->picture.h265.CurrPicOrderCntVal; in get_poc()
313 priv->codec_data.h265.ref_pic_set_list + idx - (delta_idx_minus1 + 1); in st_ref_pic_set()
400 if (id >= ARRAY_SIZE(priv->codec_data.h265.sps)) in seq_parameter_set_id()
403 return &priv->codec_data.h265.sps[id]; in seq_parameter_set_id()
423 priv->codec_data.h265.level_idc = in seq_parameter_set()
437 priv->codec_data.h265.pic_width_in_luma_samples = in seq_parameter_set()
440 priv->codec_data.h265 in seq_parameter_set()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs_h2645.c257 #define FUNC_H265(name) FUNC_NAME1(READWRITE, h265, name)
1351 CodedBitstreamH265Context *h265 = ctx->priv_data; in cbs_h265_flush() local
1353 for (int i = 0; i < FF_ARRAY_ELEMS(h265->vps); i++) { in cbs_h265_flush()
1354 av_buffer_unref(&h265->vps_ref[i]); in cbs_h265_flush()
1355 h265->vps[i] = NULL; in cbs_h265_flush()
1357 for (int i = 0; i < FF_ARRAY_ELEMS(h265->sps); i++) { in cbs_h265_flush()
1358 av_buffer_unref(&h265->sps_ref[i]); in cbs_h265_flush()
1359 h265->sps[i] = NULL; in cbs_h265_flush()
1361 for (int i = 0; i < FF_ARRAY_ELEMS(h265->pps); i++) { in cbs_h265_flush()
1362 av_buffer_unref(&h265 in cbs_h265_flush()
1373 CodedBitstreamH265Context *h265 = ctx->priv_data; cbs_h265_close() local
[all...]
H A Dcbs_h265_syntax_template.c779 CodedBitstreamH265Context *h265 = ctx->priv_data; in sps() local
790 h265->active_vps = vps = h265->vps[current->sps_video_parameter_set_id]; in sps()
971 CodedBitstreamH265Context *h265 = ctx->priv_data; in pps_range_extension() local
972 const H265RawSPS *sps = h265->active_sps; in pps_range_extension()
1039 CodedBitstreamH265Context *h265 = ctx->priv_data; in pps() local
1049 sps = h265->sps[current->pps_seq_parameter_set_id]; in pps()
1055 h265->active_sps = sps; in pps()
1204 CodedBitstreamH265Context *h265 = ctx->priv_data; in pred_weight_table() local
1205 const H265RawSPS *sps = h265 in pred_weight_table()
1304 CodedBitstreamH265Context *h265 = ctx->priv_data; slice_segment_header() local
1625 CodedBitstreamH265Context *h265 = ctx->priv_data; sei_buffering_period() local
1735 CodedBitstreamH265Context *h265 = ctx->priv_data; sei_pic_timing() local
1854 CodedBitstreamH265Context *h265 = ctx->priv_data; film_grain_characteristics() local
1938 CodedBitstreamH265Context *h265 = ctx->priv_data; sei_active_parameter_sets() local
1975 CodedBitstreamH265Context *h265 = ctx->priv_data; sei_decoded_picture_hash() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dlibavcodec.mak54 FATE_LIBAVCODEC-$(CONFIG_HEVC_METADATA_BSF) += fate-h265-levels
55 fate-h265-levels: libavcodec/tests/h265_levels$(EXESUF)
56 fate-h265-levels: CMD = run libavcodec/tests/h265_levels$(EXESUF)
57 fate-h265-levels: REF = /dev/null
H A Dhevc.mak251 fate-hevc-cabac-tudepth: CMD = framecrc -flags unaligned -i $(TARGET_SAMPLES)/hevc/cbf_cr_cb_TUDepth_4_circle.h265 -pix_fmt yuv444p
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h90 } h265; \
97 struct pipe_h265_picture_desc h265; \
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c583 struct pipe_h265_picture_desc h265; in vlVdpDecoderRender() member
667 desc.h265.pps = &pps_h265; in vlVdpDecoderRender()
668 ret = vlVdpDecoderRenderH265(&desc.h265, (VdpPictureInfoHEVC *)picture_info); in vlVdpDecoderRender()
/third_party/mesa3d/src/amd/common/
H A Dac_uvd_dec.h411 struct ruvd_h265 h265; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.h413 struct ruvd_h265 h265; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1378 const NvidiaVulkanParserH265PictureData* const pin = &pNvidiaVulkanParserPictureData->CodecSpecific.h265;
1394 if (pNvidiaVulkanParserPictureData->CodecSpecific.h265.mv_hevc_enable)
1396 pDecodePictureInfo->viewId = pNvidiaVulkanParserPictureData->CodecSpecific.h265.nuh_layer_id;
2064 const bool h265 = (videoCodec == VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR);
2068 DE_ASSERT(h264 || h265);
2075 : h265 ? (void*)videoProfileExtentionH265.get()
2084 : h265 ? (void*)videoCapabilitiesExtension265D.get()
H A DextNvidiaVideoParserIf.hpp565 NvidiaVulkanParserH265PictureData h265; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c585 /* get h265 specific message bits */
1136 dec->msg->body.decode.codec.h265 = in ruvd_end_frame()

Completed in 19 milliseconds