Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c755 bool ten_bit, u32 num_vpp_pipes, bool is_h265) in calculate_enc_scratch1_size() argument
784 bit_depth = ten_bit ? 10 : 8; in calculate_enc_scratch1_size()
803 leftline_buf_recon_pix_size = (((ten_bit + 1) * 2 * in calculate_enc_scratch1_size()
818 ((height_coded) / (8 * (ten_bit ? 4 : 8)))); in calculate_enc_scratch1_size()
823 ((height_coded) / (4 * (ten_bit ? 4 : 8)))); in calculate_enc_scratch1_size()
826 line_buf_recon_pix_size = ((ten_bit ? 3 : 2) * width_coded); in calculate_enc_scratch1_size()
910 return calculate_enc_scratch1_size(width, height, 16, num_ref, ten_bit, in h264e_scratch1_size()
917 return calculate_enc_scratch1_size(width, height, 32, num_ref, ten_bit, in h265e_scratch1_size()
957 if (!ten_bit) { in enc_scratch2_size()
1060 u32 (*scratch1)(u32 width, u32 height, u32 num_ref, bool ten_bit,
[all …]