Home
last modified time | relevance | path

Searched refs:max_au_size (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Damfenc_hevc.c78 { "max_au_size", "Maximum Access Unit Size for rate control (in bits)", OFFSET(max_au_size), AV_OPT_TYPE_INT,{ .i64 = 0 }, 0, INT_MAX, VE},
209 if (ctx->max_au_size) in amf_encode_init_hevc()
230 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_MAX_AU_SIZE, ctx->max_au_size); in amf_encode_init_hevc()
H A Damfenc_h264.c98 { "max_au_size", "Maximum Access Unit Size for rate control (in bits)", OFFSET(max_au_size), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
241 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_MAX_AU_SIZE, ctx->max_au_size); in amf_encode_init_h264()
243 if (ctx->max_au_size) in amf_encode_init_h264()
H A Damfenc.h101 int max_au_size; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.h220 uint32_t max_au_size; member
H A Dradeon_vcn_enc.c83 enc->enc_pic.rc_per_pic.max_au_size = 0; in radeon_vcn_enc_get_param()
204 enc->enc_pic.rc_per_pic.max_au_size = 0; in radeon_vcn_enc_get_param()
H A Dradeon_vcn_enc.h245 uint32_t max_au_size; member
H A Dradeon_vce.h80 uint32_t max_au_size; member
H A Dradeon_uvd_enc_1_1.c839 enc->enc_pic.rc_per_pic.max_au_size = 0; in radeon_uvd_enc_rc_per_pic()
848 RADEON_ENC_CS(enc->enc_pic.rc_per_pic.max_au_size); in radeon_uvd_enc_rc_per_pic()
H A Dradeon_vce_52.c436 RVCE_CS(enc->enc_pic.rc.max_au_size); in rate_control()
H A Dradeon_vcn_enc_1_2.c1130 RADEON_ENC_CS(enc->enc_pic.rc_per_pic.max_au_size); in radeon_enc_rc_per_pic()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h80 uint32_t max_au_size; member

Completed in 13 milliseconds