Lines Matching refs:bitdepth
1701 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()
2178 regs->vdpu_av1d_pp_cfg.swreg329.sw_pp_out_y_stride = dxva->bitdepth > 8 ? in vdpu_av1d_gen_regs()
2180 regs->vdpu_av1d_pp_cfg.swreg329.sw_pp_out_c_stride = dxva->bitdepth > 8 ? in vdpu_av1d_gen_regs()