Searched refs:width_coded (Results 1 – 1 of 1) sorted by relevance
775 width_coded = width_lcu_num * lcu_size; in calculate_enc_scratch1_size()778 ((width_coded + lcu_size * 8) / lcu_size); in calculate_enc_scratch1_size()781 line_buf_ctrl_size = ALIGN(width_coded, HFI_DMA_ALIGNMENT); in calculate_enc_scratch1_size()786 (((((bit_depth * width_coded + 1024) + in calculate_enc_scratch1_size()788 (((((bit_depth * width_coded + 1024) >> 1) + in calculate_enc_scratch1_size()809 (HFI_DMA_ALIGNMENT + 16 * (width_coded >> 4)); in calculate_enc_scratch1_size()826 line_buf_recon_pix_size = ((ten_bit ? 3 : 2) * width_coded); in calculate_enc_scratch1_size()861 line_buf_sde_size = 256 + 16 * (width_coded >> 4); in calculate_enc_scratch1_size()863 if ((width_coded * height_coded) > (4096 * 2160)) in calculate_enc_scratch1_size()865 else if ((width_coded * height_coded) > (1920 * 1088)) in calculate_enc_scratch1_size()[all …]