Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std_decode.h40 uint32_t bottom_field_flag : 1; member
58 uint32_t bottom_field_flag : 1; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_decode.h23 …uint32_t bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is … member
41 uint32_t bottom_field_flag:1; // Reference is used for bottom field reference. member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std_decode.h33 …uint32_t bottom_field_flag : 1; // bottom (true) or top (false) field if field_pic_flag i… member
51 uint32_t bottom_field_flag : 1; // Reference is used for bottom field reference. member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std_decode.h36 uint32_t bottom_field_flag : 1; member
53 uint32_t bottom_field_flag : 1; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c127 unsigned bottom_field_flag : 1; // 6 member
342 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp()
412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp_refs()
413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()
418 if (!d->field_pic_flag || d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()
420 if (!d->field_pic_flag || !d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()
Dnouveau_vp3_video_bsp.c108 uint8_t bottom_field_flag; // 39 checked member
203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24)); in nouveau_vp3_fill_picparm_h264_bsp()
227 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c127 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first) in vid_dec_h264_EndFrame()
673 priv->picture.h264.bottom_field_flag = 0; in slice_header()
684 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); in slice_header() local
686 if (bottom_field_flag != priv->picture.h264.bottom_field_flag) in slice_header()
689 priv->picture.h264.bottom_field_flag = bottom_field_flag; in slice_header()
746 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
818 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
848 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_h264_extensions.adoc464 ** If pname:pStdPictureInfo->flags.bottom_field_flag is not set, then the
466 ** If pname:pStdPictureInfo->flags.bottom_field_flag is set, then the
540 pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the
546 * If pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the
571 code:flags.top_field_flag and code:flags.bottom_field_flag set in the
584 setting one of code:flags.top_field_flag or code:flags.bottom_field_flag,
598 pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the
602 * If pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the
622 * code:flags.bottom_field_flag is used to indicate whether the reference
Dvideo_decode_extensions.adoc293 pname:pStdReferenceInfo->flags.bottom_field_flag set.
334 pname:pStdReferenceInfo->flags.bottom_field_flag is set in the
346 pname:pStdReferenceInfo->flags.bottom_field_flag is set in the
368 *** If pname:pStdReferenceInfo->flags.bottom_field_flag is set in the
380 *** If pname:pStdReferenceInfo->flags.bottom_field_flag is set in the
/third_party/ffmpeg/libavcodec/
Dnvdec_mpeg12.c54 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
Dnvdec_vc1.c53 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
Dnvdec_h264.c74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
Dcbs_h264_syntax_template.c1010 flag(bottom_field_flag); in FUNC()
1012 infer(bottom_field_flag, 0); in FUNC()
1015 infer(bottom_field_flag, 0); in FUNC()
Dcbs_h264.h301 uint8_t bottom_field_flag; member
Dvdpau_h264.c141 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c116 param2.top = desc->bottom_field_flag ? 2 : 1; in nv84_decoder_vp_h264()
117 param2.bottom = desc->bottom_field_flag; in nv84_decoder_vp_h264()
Dnv84_video_bsp.c149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c132 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c388 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_h264.adoc174 | **field_pic_flag** | **bottom_field_flag** | **frame / field**
198 | **top_field_flag** | **bottom_field_flag** | **frame / field**
515 … `StdVideoDecodeH264ReferenceInfo` having both `top_field_flag` and `bottom_field_flag` set to `1`.
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h731 …int bottom_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_… member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.cpp638 picFlags.bottom_field_flag = true; in getPictureFlag()
1117 …decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; … in DecodePicture()
1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag) in DecodePicture()
1288 currPicFlags.bottom_field_flag = true; in DecodePicture()
1312 …vidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictu… in DecodePicture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp638 picFlags.bottom_field_flag = true; in getPictureFlag()
1117 …decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; … in DecodePicture()
1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag) in DecodePicture()
1288 currPicFlags.bottom_field_flag = true; in DecodePicture()
1312 …vidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictu… in DecodePicture()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.cpp347 dxvaStructure.CurrPic.AssociatedFlag = (pPipeDesc->bottom_field_flag == 0) ? 0 : 1; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h343 uint8_t bottom_field_flag; member

12