Searched refs:bitdepth (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/platform/verisilicon/ |
| H A D | rockchip_av1_filmgrain.c | 233 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 D | rockchip_av1_filmgrain.h | 9 s32 bitdepth, 22 s32 bitdepth,
|
| /linux/drivers/misc/ |
| H A D | isl29003.c | 158 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 D | iris_hfi_gen2_command.c | 290 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 D | wave5-vpu-dec.c | 988 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 D | vdec_av1_req_lat_if.c | 520 u8 bitdepth; member 1270 seq->bitdepth = ctrl_seq->bit_depth; in vdec_av1_slice_setup_seq()
|