Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 - 24 of 24) sorted by relevance

/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std_decode.h42 uint32_t bottom_field_flag : 1; member
60 uint32_t bottom_field_flag : 1; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std_decode.h23 uint32_t bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is set. member
41 uint32_t bottom_field_flag:1; // Reference is used for bottom field reference. member
/third_party/mesa3d/include/vk_video/
H A 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/frontends/omx/
H A 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()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A 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()
H A 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/ffmpeg/libavcodec/
H A Dnvdec_vc1.c56 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
H A Dnvdec_mpeg12.c57 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
H A Dnvdec_h264.c74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
H A Dcbs_h264.h322 uint8_t bottom_field_flag; member
H A Dvdpau_h264.c140 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
H A Dcbs_h264_syntax_template.c1093 flag(bottom_field_flag); in slice_header()
1095 infer(bottom_field_flag, 0); in slice_header()
1098 infer(bottom_field_flag, 0); in slice_header()
H A Dh264_slice.c1839 int field_pic_flag, bottom_field_flag; in h264_slice_header_parse() local
1905 bottom_field_flag = get_bits1(&sl->gb); in h264_slice_header_parse()
1906 picture_structure = PICT_TOP_FIELD + bottom_field_flag; in h264_slice_header_parse()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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()
H A Dnv84_video_bsp.c149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp666 ( bottom_field_flag == rhs.bottom_field_flag ) && ( is_reference == rhs.is_reference ) &&
679 uint32_t bottom_field_flag : 1; member
737 return ( top_field_flag == rhs.top_field_flag ) && ( bottom_field_flag == rhs.bottom_field_flag ) &&
748 uint32_t bottom_field_flag : 1; member
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_h264.c132 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c388 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp389 picFlags.bottom_field_flag = true; in getPictureFlag()
951 "\t\t\t bottom_field: " << (bool)pd->bottom_field_flag
975 decodePictureInfo.flags.bottomField = pd->bottom_field_flag; // 0 = top field, 1 = bottom field (ignored if field_pic_flag=0)
1095 if (pd->bottom_field_flag) {
1096 currPicFlags.bottom_field_flag = true;
1112 h264StandardPictureInfo->PicOrderCnt[pd->bottom_field_flag] = pin->CurrFieldOrderCnt[pd->bottom_field_flag];
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp638 picFlags.bottom_field_flag = true;
1117 decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; // 0 = top field, 1 = bottom field (ignored if field_pic_flag=0)
1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag)
1288 currPicFlags.bottom_field_flag = true;
1312 pStdPictureInfo->PicOrderCnt[pNvidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictureData->bottom_field_flag];
H A DextNvidiaVideoParserIf.hpp543 int32_t bottom_field_flag; // 0=top field, 1=bottom field (ignored if field_pic_flag=0) member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A 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/
H A Dp_video_state.h343 uint8_t bottom_field_flag; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c273 pic->field_pic_flag && pic->bottom_field_flag ? in get_h264_msg()
276 pic->field_pic_flag && !pic->bottom_field_flag ? in get_h264_msg()

Completed in 44 milliseconds