Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9_raw_reorder_bsf.c126 unsigned int intra_only; in vp9_raw_reorder_frame_parse() local
129 intra_only = get_bits1(&bc); in vp9_raw_reorder_frame_parse()
131 intra_only = 0; in vp9_raw_reorder_frame_parse()
136 if (intra_only) { in vp9_raw_reorder_frame_parse()
H A Dvp9_metadata_bsf.c50 header->intra_only && profile > 0) { in vp9_metadata_update_fragment()
72 } else if (!(ctx->color_warnings & 4) && header->intra_only && !profile && in vp9_metadata_update_fragment()
H A Dcbs_vp9_syntax_template.c302 f(1, intra_only); in uncompressed_header()
304 infer(intra_only, 0); in uncompressed_header()
311 if (current->intra_only == 1) { in uncompressed_header()
H A Dcbs_vp9.h104 uint8_t intra_only; member
H A Dvaapi_vp9.c59 .intra_only = h->h.intraonly, in vaapi_vp9_start_frame()
H A Dmpegvideo.h86 int intra_only; ///< if true, only intra pictures are generated member
H A Dmpegvideo_enc.c389 s->intra_only = 1; in ff_mpv_encode_init()
392 s->intra_only = 0; in ff_mpv_encode_init()
664 s->intra_only = 1; /* force intra only for jpeg */ in ff_mpv_encode_init()
673 s->intra_only = 1; /* force intra only for SHQ */ in ff_mpv_encode_init()
1386 !s->next_picture_ptr || s->intra_only) { in select_input_picture()
1539 !s->intra_only) { in frame_end()
H A Dmpeg12enc.c423 s->intra_only || !mpeg12->gop_picture_number); in mpeg1_encode_sequence_header()
H A Dratecontrol.c982 if (pict_type == AV_PICTURE_TYPE_P || s->intra_only) { in ff_rate_estimate_qscale()
H A Dmpegvideo.c1436 !((s->intra_only || s->pict_type == AV_PICTURE_TYPE_B) && in mpv_reconstruct_mb_internal()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_vp9.c48 context->desc.vp9.picture_parameter.pic_fields.intra_only = vp9->pic_fields.bits.intra_only; in vlVaHandlePictureParameterBufferVP9()
216 bool intra_only, size_in_refs = false; in vlVaDecoderVP9BitstreamHeader() local
218 intra_only = show_frame ? 0 : vp9_u(&vlc, 1); in vlVaDecoderVP9BitstreamHeader()
223 if (intra_only) { in vlVaDecoderVP9BitstreamHeader()
/third_party/ffmpeg/libavformat/
H A Dnutenc.c195 int intra_only = /*codec->intra_only || */ is_audio; in build_frame_code() local
212 if (!intra_only || !keyframe_0_esc || key_frame != 0) { in build_frame_code()
224 key_frame = intra_only; in build_frame_code()
H A Dmxfenc.c2204 int8_t intra_only; // 1 or 0 when there are separate UIDs for Long GOP and Intra, -1 when Intra/LGOP detection can be ignored member
2244 int i, frame_size, slice_type, has_sps = 0, intra_only = 0, ret; in mxf_parse_h264_frame() local
2270 intra_only = (sps->constraint_set_flags >> 3) & 1; in mxf_parse_h264_frame()
2328 (mxf_h264_codec_uls[i].intra_only < 0 || in mxf_parse_h264_frame()
2329 mxf_h264_codec_uls[i].intra_only == intra_only)) { in mxf_parse_h264_frame()
H A Dmxfdec.c177 int intra_only; member
2803 source_track->intra_only = mxf_is_intra_only(descriptor); in mxf_parse_structural_metadata()
3895 } else if (track->intra_only) { in mxf_set_pts()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h744 uint32_t intra_only:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c547 result.frame_header_flags |= (pic->picture_parameter.pic_fields.intra_only in get_vp9_msg()

Completed in 36 milliseconds