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

/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_av1_filmgrain.h9 s32 bitdepth,
22 s32 bitdepth,
H A Drockchip_av1_filmgrain.c233 s32 bitdepth,
243 s32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift;
291 s32 bitdepth,
305 s32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift;
232 rockchip_av1_generate_luma_grain_block(s32 (luma_grain_block)[73][82], s32 bitdepth, u8 num_y_points, s32 grain_scale_shift, s32 ar_coeff_lag, s32 (*ar_coeffs_y)[24], s32 ar_coeff_shift, s32 grain_min, s32 grain_max, u16 random_seed) argument
288 rockchip_av1_generate_chroma_grain_block(s32 (luma_grain_block)[73][82], s32 (*cb_grain_block)[38][44], s32 (*cr_grain_block)[38][44], s32 bitdepth, u8 num_y_points, u8 num_cb_points, u8 num_cr_points, s32 grain_scale_shift, s32 ar_coeff_lag, s32 (*ar_coeffs_cb)[25], s32 (*ar_coeffs_cr)[25], s32 ar_coeff_shift, s32 grain_min, s32 grain_max, u8 chroma_scaling_from_luma, u16 random_seed) argument
H A Drockchip_vpu981_hw_av1_dec.c1241 s32 grain_scale_shift, bitdepth; local
1343 bitdepth = ctx->bit_depth;
1344 grain_center = 128 << (bitdepth - 8);
1346 grain_max = (256 << (bitdepth - 8)) - 1 - grain_center;
1348 rockchip_av1_generate_luma_grain_block(luma_grain_block, bitdepth,
1354 cr_grain_block, bitdepth,
/linux-master/drivers/misc/
H A Disl29003.c158 int lsb, msb, range, bitdepth; local
175 bitdepth = (4 - isl29003_get_resolution(client)) * 4;
176 return (((msb << 8) | lsb) * gain_range[range]) >> bitdepth;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.c177 u32 bitdepth = 8; local
184 bitdepth = 10;
185 bytesperline = DIV_ROUND_UP(width * bitdepth, BITS_PER_BYTE);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c500 * @bitdepth: the bitdepth to use for the sequence
520 u8 bitdepth; member in struct:vdec_av1_slice_seq_header
1262 seq->bitdepth = ctrl_seq->bit_depth;

Completed in 183 milliseconds