Home
last modified time | relevance | path

Searched refs:chroma_offset (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c122 size_t chroma_offset; in hantro_postproc_g2_enable() local
127 chroma_offset = ctx->dst_fmt.plane_fmt[0].bytesperline * in hantro_postproc_g2_enable()
135 hantro_write_addr(vpu, G2_DS_DST_CHR, dst_dma + (chroma_offset >> down_scale)); in hantro_postproc_g2_enable()
138 hantro_write_addr(vpu, G2_RS_OUT_CHROMA_ADDR, dst_dma + chroma_offset); in hantro_postproc_g2_enable()
H A Dhantro_g2_vp9_dec.c93 static size_t chroma_offset(const struct hantro_ctx *ctx, in chroma_offset() function
104 size_t cr_offset = chroma_offset(ctx, dec_params); in mv_offset()
159 chroma_addr = luma_addr + chroma_offset(ctx, dec_params); in config_output()
198 chroma_addr = luma_addr + chroma_offset(ctx, dec_params); in config_ref()
H A Drockchip_vpu981_hw_av1_dec.c2174 size_t chroma_offset; in rockchip_vpu981_postproc_enable() local
2180 chroma_offset = ctx->dst_fmt.plane_fmt[0].bytesperline * in rockchip_vpu981_postproc_enable()
2218 hantro_write_addr(vpu, AV1_PP_OUT_CH, dst_dma + chroma_offset); in rockchip_vpu981_postproc_enable()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h135 "weight_factor[0].chroma_offset {%s}\n"
139 "weight_factor[1].chroma_offset {%s}\n",
153 __entry->p.weight_factors[0].chroma_offset,
154 sizeof(__entry->p.weight_factors[0].chroma_offset),
167 __entry->p.weight_factors[1].chroma_offset,
168 sizeof(__entry->p.weight_factors[1].chroma_offset),
/kernel/linux/linux-5.10/include/media/
H A Dh264-ctrls.h127 __s16 chroma_offset[32][2]; member
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c193 const s8 chroma_offset[][2], in cedrus_h265_pred_weight_write()
219 pred_weight[j].offset = chroma_offset[i][j]; in cedrus_h265_pred_weight_write()
189 cedrus_h265_pred_weight_write(struct cedrus_dev *dev, const s8 delta_luma_weight[], const s8 luma_offset[], const s8 delta_chroma_weight[][2], const s8 chroma_offset[][2], u8 num_ref_idx_active, u32 sram_luma_offset, u32 sram_chroma_offset) cedrus_h265_pred_weight_write() argument
H A Dcedrus_h264.c291 val = (((u32)factors->chroma_offset[j][k] & 0x1ff) << 16) | in cedrus_write_pred_weight_table()
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c206 const s8 chroma_offset[][2], in cedrus_h265_pred_weight_write()
232 pred_weight[j].offset = chroma_offset[i][j]; in cedrus_h265_pred_weight_write()
202 cedrus_h265_pred_weight_write(struct cedrus_dev *dev, const s8 delta_luma_weight[], const s8 luma_offset[], const s8 delta_chroma_weight[][2], const s8 chroma_offset[][2], u8 num_ref_idx_active, u32 sram_luma_offset, u32 sram_chroma_offset) cedrus_h265_pred_weight_write() argument
H A Dcedrus_h264.c311 val = (((u32)factors->chroma_offset[j][k] & 0x1ff) << 16) | in cedrus_write_pred_weight_table()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-controls.h1486 __s16 chroma_offset[32][2]; member

Completed in 20 milliseconds