Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/verisilicon/
Dhantro_g2_hevc_dec.c20 size_t cr_offset = hantro_hevc_chroma_offset(ctx); in hantro_hevc_motion_vectors_offset() local
22 return ALIGN((cr_offset * 3) / 2, G2_ALIGN); in hantro_hevc_motion_vectors_offset()
387 size_t cr_offset = hantro_hevc_chroma_offset(ctx); in set_ref() local
460 chroma_addr = luma_addr + cr_offset; in set_ref()
480 chroma_addr = luma_addr + cr_offset; in set_ref()
Dhantro_g2_vp9_dec.c104 size_t cr_offset = chroma_offset(ctx, dec_params); in mv_offset() local
106 return ALIGN((cr_offset * 3) / 2, G2_ALIGN); in mv_offset()