Searched refs:intra_refresh_mb (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc_h264.c | 110 { "intra_refresh_mb","Intra Refresh MBs Number Per Slot in Macroblocks", OFFSET(intra_refresh_mb), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE }, 318 if (ctx->intra_refresh_mb > 0) in amf_encode_init_h264() 319 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_INTRA_REFRESH_NUM_MBS_PER_SLOT, ctx->intra_refresh_mb); in amf_encode_init_h264()
|
H A D | amfenc.h | 104 int intra_refresh_mb; member
|
Completed in 2 milliseconds