Searched refs:scaling_lists (Results 1 – 3 of 3) sorted by relevance
226 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()
147 struct hantro_aux_buf scaling_lists; member
501 u8 *p = ((u8 *)ctx->hevc_dec.scaling_lists.cpu); in prepare_scaling_list_buffer()542 hantro_write_addr(vpu, G2_HEVC_SCALING_LIST_ADDR, ctx->hevc_dec.scaling_lists.dma); in prepare_scaling_list_buffer()