Searched refs:max_au_size (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc_hevc.c | 78 { "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 D | amfenc_h264.c | 98 { "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 D | amfenc.h | 101 int max_au_size; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.h | 220 uint32_t max_au_size; member
|
H A D | radeon_vcn_enc.c | 83 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 D | radeon_vcn_enc.h | 245 uint32_t max_au_size; member
|
H A D | radeon_vce.h | 80 uint32_t max_au_size; member
|
H A D | radeon_uvd_enc_1_1.c | 839 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 D | radeon_vce_52.c | 436 RVCE_CS(enc->enc_pic.rc.max_au_size); in rate_control()
|
H A D | radeon_vcn_enc_1_2.c | 1130 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 D | radeon_vce.h | 80 uint32_t max_au_size; member
|
Completed in 13 milliseconds