Home
last modified time | relevance | path

Searched refs:downscaled_height_4x_in_mb (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Di965_encoder_common.h417 uint32_t downscaled_height_4x_in_mb; member
H A Dgen9_hevc_encoder.h455 unsigned int downscaled_height_4x_in_mb; member
H A Di965_avc_encoder.c1115 height = generic_state->downscaled_height_4x_in_mb * 4 * 10; in gen9_avc_allocate_resources()
1127 height = (generic_state->downscaled_height_4x_in_mb + 1) / 2 * 8; in gen9_avc_allocate_resources()
1140 height = generic_state->downscaled_height_4x_in_mb * 4 * 2 * 10; in gen9_avc_allocate_resources()
1260 height = ALIGN(generic_state->downscaled_height_4x_in_mb * 4, 8); in gen9_avc_allocate_resources()
1296 height = ALIGN(generic_state->downscaled_height_4x_in_mb * 4, 8); in gen9_avc_allocate_resources()
6105 downscaled_height_in_mb = generic_state->downscaled_height_4x_in_mb; in gen9_avc_preenc_kernel_scaling()
8767 generic_state->downscaled_height_4x_in_mb = in gen9_avc_preenc_update_parameters()
8910 height = generic_state->downscaled_height_4x_in_mb * 4 * 2 * 10; in gen9_avc_preenc_allocate_internal_resources()
8923 height = generic_state->downscaled_height_4x_in_mb * 4 * 10; in gen9_avc_preenc_allocate_internal_resources()
8936 height = (generic_state->downscaled_height_4x_in_mb + 1) / 2 * 8; in gen9_avc_preenc_allocate_internal_resources()
[all …]
H A Dgen9_vp9_encoder.c670 height = vp9_state->downscaled_height_4x_in_mb * 16; in gen9_vp9_allocate_resources()
681 height = vp9_state->downscaled_height_4x_in_mb * 16; in gen9_vp9_allocate_resources()
1371 kernel_walker_param.resolution_y = vp9_state->downscaled_height_4x_in_mb; in gen9_vp9_brc_intra_dist_kernel()
2136 me_surface_param.downscaled_height_in_mb = vp9_state->downscaled_height_4x_in_mb; in gen9_me_add_surfaces_vp9()
2206 kernel_walker_param.resolution_y = vp9_state->downscaled_height_4x_in_mb; in gen9_vp9_me_kernel()
2343 downscaled_height_in_mb = vp9_state->downscaled_height_4x_in_mb; in gen9_vp9_scaling_kernel()
3783 vp9_state->downscaled_height_4x_in_mb = vp9_state->frame_height_4x / 16; in gen9_encode_vp9_check_parameter()
H A Dgen9_hevc_encoder.c551 height = ALIGN(priv_state->downscaled_height_4x_in_mb * 4, 8) * 2; in gen9_hevc_enc_alloc_resources()
570 height = ALIGN(priv_state->downscaled_height_4x_in_mb * 4, 8); in gen9_hevc_enc_alloc_resources()
577 height = ALIGN(priv_state->downscaled_height_4x_in_mb * 4 * 10, 8) * 2; in gen9_hevc_enc_alloc_resources()
583 height = priv_state->downscaled_height_4x_in_mb * 4 * 10; in gen9_hevc_enc_alloc_resources()
607 height = priv_state->downscaled_height_4x_in_mb * 4; in gen9_hevc_enc_alloc_resources()
1105 priv_state->downscaled_height_4x_in_mb = priv_state->frame_height_4x / 16; in gen9_hevc_enc_init_seq_parameters()
1129 priv_state->downscaled_height_4x_in_mb = priv_state->frame_height_4x / 16; in gen9_hevc_enc_init_seq_parameters()
2090 hevc_walker_param.resolution_y = priv_state->downscaled_height_4x_in_mb; in gen9_hevc_brc_intra_dist()
3165 downscaled_height_in_mb = priv_state->downscaled_height_4x_in_mb; in gen9_hevc_kernel_scaling()
3538 downscaled_height_in_mb = priv_state->downscaled_height_4x_in_mb; in gen9_hevc_kernel_me()
H A Dgen9_vp9_encoder.h1811 unsigned int downscaled_height_4x_in_mb; member