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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c108 uint8_t bottom_field_flag; // 39 checked member in struct:h264_picparm_bsp
203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24));
227 h->bottom_field_flag = d->bottom_field_flag;
H A Dnouveau_vp3_video_vp.c127 unsigned bottom_field_flag : 1; // 6 member in struct:h264_picparm_vp
342 h->bottom_field_flag = d->bottom_field_flag;
412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag;
413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag)
418 if (!d->field_pic_flag || d->bottom_field_flag)
420 if (!d->field_pic_flag || !d->bottom_field_flag)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c108 uint8_t bottom_field_flag; // 39 checked member in struct:h264_picparm_bsp
203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24));
227 h->bottom_field_flag = d->bottom_field_flag;
H A Dnouveau_vp3_video_vp.c127 unsigned bottom_field_flag : 1; // 6 member in struct:h264_picparm_vp
342 h->bottom_field_flag = d->bottom_field_flag;
412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag;
413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag)
418 if (!d->field_pic_flag || d->bottom_field_flag)
420 if (!d->field_pic_flag || !d->bottom_field_flag)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c127 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first)
673 priv->picture.h264.bottom_field_flag = 0;
684 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); local in function:slice_header
686 if (bottom_field_flag != priv->picture.h264.bottom_field_flag)
689 priv->picture.h264.bottom_field_flag = bottom_field_flag;
746 } else if (!priv->picture.h264.bottom_field_flag)
818 } else if (!priv->picture.h264.bottom_field_flag)
848 } else if (!priv->picture.h264.bottom_field_flag)
[all...]
/xsrc/external/mit/MesaLib/dist/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)
673 priv->picture.h264.bottom_field_flag = 0;
684 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); local in function:slice_header
686 if (bottom_field_flag != priv->picture.h264.bottom_field_flag)
689 priv->picture.h264.bottom_field_flag = bottom_field_flag;
746 } else if (!priv->picture.h264.bottom_field_flag)
818 } else if (!priv->picture.h264.bottom_field_flag)
848 } else if (!priv->picture.h264.bottom_field_flag)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_h264.c110 context->desc.h264.bottom_field_flag =
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_h264.c110 context->desc.h264.bottom_field_flag =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c116 param2.top = desc->bottom_field_flag ? 2 : 1;
117 param2.bottom = desc->bottom_field_flag;
H A Dnv84_video_bsp.c149 if (desc->bottom_field_flag)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c116 param2.top = desc->bottom_field_flag ? 2 : 1;
117 param2.bottom = desc->bottom_field_flag;
H A Dnv84_video_bsp.c149 if (desc->bottom_field_flag)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h349 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Ddecode.c390 picture->bottom_field_flag = picture_info->bottom_field_flag;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Ddecode.c390 picture->bottom_field_flag = picture_info->bottom_field_flag;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h334 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h2979 uint8_t bottom_field_flag; member in struct:__anone9fa26370e08
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp323 (uint32_t)picture_info_h264->bottom_field_flag,

Completed in 30 milliseconds