Searched refs:bitdepth (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/media/platform/verisilicon/ |
D | rockchip_av1_filmgrain.h | 9 s32 bitdepth, 22 s32 bitdepth,
|
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()
|
D | rockchip_vpu981_hw_av1_dec.c | 1241 s32 grain_scale_shift, bitdepth; in rockchip_vpu981_av1_dec_set_fgs() local 1343 bitdepth = ctx->bit_depth; in rockchip_vpu981_av1_dec_set_fgs() 1344 grain_center = 128 << (bitdepth - 8); in rockchip_vpu981_av1_dec_set_fgs() 1346 grain_max = (256 << (bitdepth - 8)) - 1 - grain_center; in rockchip_vpu981_av1_dec_set_fgs() 1348 rockchip_av1_generate_luma_grain_block(luma_grain_block, bitdepth, in rockchip_vpu981_av1_dec_set_fgs() 1354 cr_grain_block, bitdepth, in rockchip_vpu981_av1_dec_set_fgs()
|
/linux-6.6.21/drivers/misc/ |
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-6.6.21/drivers/media/platform/amphion/ |
D | vpu_helpers.c | 177 u32 bitdepth = 8; in get_tiled_8l128_plane_size() local 184 bitdepth = 10; in get_tiled_8l128_plane_size() 185 bytesperline = DIV_ROUND_UP(width * bitdepth, BITS_PER_BYTE); in get_tiled_8l128_plane_size()
|
/linux-6.6.21/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_av1_req_lat_if.c | 520 u8 bitdepth; member 1262 seq->bitdepth = ctrl_seq->bit_depth; in vdec_av1_slice_setup_seq()
|