Searched refs:cr_offset (Results 1 – 6 of 6) sorted by relevance
55 size_t cr_offset = hantro_g2_chroma_offset(ctx); in hantro_g2_motion_vectors_offset() local57 return ALIGN((cr_offset * 3) / 2, G2_ALIGN); in hantro_g2_motion_vectors_offset()
374 size_t cr_offset = hantro_g2_chroma_offset(ctx); in set_ref() local449 chroma_addr = luma_addr + cr_offset; in set_ref()473 chroma_addr = luma_addr + cr_offset; in set_ref()
217 size_t cr_offset = rockchip_vpu981_av1_dec_luma_size(ctx); in rockchip_vpu981_av1_dec_chroma_size() local219 return ALIGN((cr_offset * 3) / 2, 64); in rockchip_vpu981_av1_dec_chroma_size()690 size_t cr_offset = rockchip_vpu981_av1_dec_luma_size(ctx); in rockchip_vpu981_av1_dec_set_ref() local748 chroma_addr = luma_addr + cr_offset; in rockchip_vpu981_av1_dec_set_ref()1297 hantro_reg_write(vpu, &av1_cr_offset, film_grain->cr_offset - 256); in rockchip_vpu981_av1_dec_set_fgs()2084 size_t cr_offset = rockchip_vpu981_av1_dec_luma_size(ctx); in rockchip_vpu981_av1_dec_set_output_buffer() local2090 chroma_addr = luma_addr + cr_offset; in rockchip_vpu981_av1_dec_set_output_buffer()
284 __entry->f.cr_offset
3492 __u16 cr_offset; member
4127 - ``cr_offset``
Completed in 32 milliseconds