Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c226 if (hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_exit()
227 dma_free_coherent(vpu->dev, hevc_dec->scaling_lists.size, in hantro_hevc_dec_exit()
228 hevc_dec->scaling_lists.cpu, in hantro_hevc_dec_exit()
229 hevc_dec->scaling_lists.dma); in hantro_hevc_dec_exit()
230 hevc_dec->scaling_lists.cpu = NULL; in hantro_hevc_dec_exit()
273 hevc_dec->scaling_lists.cpu = dma_alloc_coherent(vpu->dev, SCALING_LIST_SIZE, in hantro_hevc_dec_init()
274 &hevc_dec->scaling_lists.dma, in hantro_hevc_dec_init()
276 if (!hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_init()
279 hevc_dec->scaling_lists.size = SCALING_LIST_SIZE; in hantro_hevc_dec_init()
H A Dhantro_hw.h162 struct hantro_aux_buf scaling_lists; member