Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_av1_filmgrain.h9 s32 bitdepth,
22 s32 bitdepth,
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_vpu981_hw_av1_dec.c1241 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()
/openbmc/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()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c177 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()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c520 u8 bitdepth; member
1262 seq->bitdepth = ctrl_seq->bit_depth; in vdec_av1_slice_setup_seq()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch4531 +@ r2 beta (raw: needs shift for bitdepth > 8)
4532 +@ r3[ 0:15] tc[0] (raw: needs shift for bitdepth > 8)
4533 +@ r3[16:31] tc[1] (raw: needs shift for bitdepth > 8)