Searched refs:intra_only (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_vp9.c48 context->desc.vp9.picture_parameter.pic_fields.intra_only = vp9->pic_fields.bits.intra_only;
212 bool intra_only, size_in_refs = false; local in function:vlVaDecoderVP9BitstreamHeader
214 intra_only = show_frame ? 0 : vp9_u(&vlc, 1);
219 if (intra_only) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_vp9.c48 context->desc.vp9.picture_parameter.pic_fields.intra_only = vp9->pic_fields.bits.intra_only;
216 bool intra_only, size_in_refs = false; local in function:vlVaDecoderVP9BitstreamHeader
218 intra_only = show_frame ? 0 : vp9_u(&vlc, 1);
223 if (intra_only) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h724 uint32_t intra_only:1; member in struct:pipe_vp9_picture_desc::__anon6333ec6f0b08::__anon6333ec6f0c08
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h717 uint32_t intra_only:1; member in struct:pipe_vp9_picture_desc::__anon96bedc420b08::__anon96bedc420c08
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.c409 (pic->picture_parameter.pic_fields.intra_only <<
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.c427 result.frame_header_flags |= (pic->picture_parameter.pic_fields.intra_only

Completed in 13 milliseconds