Searched refs:scaling_lists (Results 1 – 3 of 3) sorted by relevance
221 if (hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_exit()222 dma_free_coherent(vpu->dev, hevc_dec->scaling_lists.size, in hantro_hevc_dec_exit()223 hevc_dec->scaling_lists.cpu, in hantro_hevc_dec_exit()224 hevc_dec->scaling_lists.dma); in hantro_hevc_dec_exit()225 hevc_dec->scaling_lists.cpu = NULL; in hantro_hevc_dec_exit()268 hevc_dec->scaling_lists.cpu = dma_alloc_coherent(vpu->dev, SCALING_LIST_SIZE, in hantro_hevc_dec_init()269 &hevc_dec->scaling_lists.dma, in hantro_hevc_dec_init()271 if (!hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_init()274 hevc_dec->scaling_lists.size = SCALING_LIST_SIZE; in hantro_hevc_dec_init()
152 struct hantro_aux_buf scaling_lists; member
534 u8 *p = ((u8 *)ctx->hevc_dec.scaling_lists.cpu); in prepare_scaling_list_buffer()575 hantro_write_addr(vpu, G2_HEVC_SCALING_LIST_ADDR, ctx->hevc_dec.scaling_lists.dma); in prepare_scaling_list_buffer()