Home
last modified time | relevance | path

Searched refs:bitdepth (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/verisilicon/
H A Drockchip_av1_filmgrain.c233 s32 bitdepth, in rockchip_av1_generate_luma_grain_block() argument
243 s32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in rockchip_av1_generate_luma_grain_block()
291 s32 bitdepth, in rockchip_av1_generate_chroma_grain_block() argument
305 s32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in rockchip_av1_generate_chroma_grain_block()
H A Drockchip_av1_filmgrain.h9 s32 bitdepth,
22 s32 bitdepth,
/linux/drivers/misc/
H A Disl29003.c158 int lsb, msb, range, bitdepth; in isl29003_get_adc_value() local
175 bitdepth = (4 - isl29003_get_resolution(client)) * 4; in isl29003_get_adc_value()
176 return (((msb << 8) | lsb) * gain_range[range]) >> bitdepth; in isl29003_get_adc_value()
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c290 u32 bitdepth = BIT_DEPTH_8; in iris_hfi_gen2_set_bit_depth() local
292 inst_hfi_gen2->src_subcr_params.bit_depth = bitdepth; in iris_hfi_gen2_set_bit_depth()
299 &bitdepth, in iris_hfi_gen2_set_bit_depth()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c988 u32 bitdepth = inst->codec_info->dec_info.initial_info.luma_bitdepth; in wave5_prepare_fb() local
990 switch (bitdepth) { in wave5_prepare_fb()
1000 dev_err(inst->dev->dev, "no support for %d bit depth\n", bitdepth); in wave5_prepare_fb()
1012 fb_stride = ALIGN(inst->dst_fmt.width * bitdepth / 8, 32); in wave5_prepare_fb()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c520 u8 bitdepth; member
1270 seq->bitdepth = ctrl_seq->bit_depth; in vdec_av1_slice_setup_seq()