Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c270 u32 size_yuv, size_bin_hdr, size_bin_res; in size_h264d_hw_bin_buffer() local
278 size_bin_hdr = size_yuv * H264_CABAC_HDR_RATIO_HD_TOT; in size_h264d_hw_bin_buffer()
280 size_bin_hdr = ALIGN(size_bin_hdr, HFI_DMA_ALIGNMENT); in size_h264d_hw_bin_buffer()
282 size = size_bin_hdr + size_bin_res; in size_h264d_hw_bin_buffer()
301 u32 size_yuv, size_bin_hdr, size_bin_res; in size_h265d_hw_bin_buffer() local
308 size_bin_hdr = size_yuv * H265_CABAC_HDR_RATIO_HD_TOT; in size_h265d_hw_bin_buffer()
310 size_bin_hdr = ALIGN(size_bin_hdr, HFI_DMA_ALIGNMENT); in size_h265d_hw_bin_buffer()
312 size = size_bin_hdr + size_bin_res; in size_h265d_hw_bin_buffer()