Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dfilm_grain_noise_table.h20 void GenerateLumaGrainBlock(RK_S32 luma_grain_block[][82], RK_S32 bitdepth,
28 RK_S32 cr_grain_block[][44], RK_S32 bitdepth, RK_U8 num_y_points, RK_U8 num_cb_points,
H A Dfilm_grain_noise_table.c247 void GenerateLumaGrainBlock(RK_S32 luma_grain_block[][82], RK_S32 bitdepth, in GenerateLumaGrainBlock() argument
253 RK_S32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in GenerateLumaGrainBlock()
292 RK_S32 cr_grain_block[][44], RK_S32 bitdepth, RK_U8 num_y_points, RK_U8 num_cb_points, in GenerateChromaGrainBlock() argument
297 RK_S32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in GenerateChromaGrainBlock()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1701 RK_S32 bitdepth; in vdpu_av1d_set_fgs() local
1776 bitdepth = dxva->bitdepth; in vdpu_av1d_set_fgs()
1777 grain_center = 128 << (bitdepth - 8); in vdpu_av1d_set_fgs()
1779 grain_max = (256 << (bitdepth - 8)) - 1 - grain_center; in vdpu_av1d_set_fgs()
1781 GenerateLumaGrainBlock(luma_grain_block, bitdepth, dxva->film_grain.num_y_points, in vdpu_av1d_set_fgs()
1787 luma_grain_block, cb_grain_block, cr_grain_block, bitdepth, in vdpu_av1d_set_fgs()
1822 RK_U32 out_w = MPP_ALIGN(dxva->max_width * dxva->bitdepth, 16 * 8) / 8; in vdpu_av1d_setup_tile_bufs()
1926 dxva->bitdepth, mpp_frame_get_fmt(mframe), in vdpu_av1d_gen_regs()
2064 regs->swreg8.sw_bit_depth_y_minus8 = dxva->bitdepth - 8; in vdpu_av1d_gen_regs()
2065 regs->swreg8.sw_bit_depth_c_minus8 = dxva->bitdepth - 8; in vdpu_av1d_gen_regs()
[all …]
/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h55 USHORT bitdepth ; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c37 pp->bitdepth = h->bit_depth; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1457 mpp_put_bits(&bp, (dxva->bitdepth > 8) ? (dxva->bitdepth - 8) : 0, 3); in prepare_uncompress_header()
1861 RK_U32 bit_depth = pic_param->bitdepth; in av1d_refine_rcb_size()