Searched refs:bottom_field_flag (Results 1 – 14 of 14) sorted by relevance
23 …uint32_t bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is … member41 uint32_t bottom_field_flag:1; // Reference is used for bottom field reference. member
127 unsigned bottom_field_flag : 1; // 6 member342 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()
108 uint8_t bottom_field_flag; // 39 checked member203 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()
127 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() local686 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()
437 public boolean bottom_field_flag = false; field in H264TrackImpl.SliceHeader482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag"); in SliceHeader()505 ", bottom_field_flag=" + bottom_field_flag + in toString()
116 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()
149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
110 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
390 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
351 uint8_t bottom_field_flag; member
5931 deUint32 bottom_field_flag:1; member5950 deUint32 bottom_field_flag:1; member
781 …deUint32 bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is … member799 deUint32 bottom_field_flag:1; // Reference is used for bottom field reference. member
12154 s << "\tbottom_field_flag = " << value.bottom_field_flag << '\n';12179 s << "\tbottom_field_flag = " << value.bottom_field_flag << '\n';