Home
last modified time | relevance | path

Searched defs:num_ref (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c754 calculate_enc_scratch1_size(u32 width, u32 height, u32 lcu_size, u32 num_ref, in calculate_enc_scratch1_size()
907 static u32 h264e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, in h264e_scratch1_size()
914 static u32 h265e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, in h265e_scratch1_size()
921 static u32 vp8e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, in vp8e_scratch1_size()
948 static u32 enc_scratch2_size(u32 width, u32 height, u32 num_ref, bool ten_bit) in enc_scratch2_size()
1272 u32 num_ref, count_min; in bufreq_enc() local