Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1702 RK_S32 grain_center; in vdpu_av1d_set_fgs() local
1777 grain_center = 128 << (bitdepth - 8); in vdpu_av1d_set_fgs()
1778 grain_min = 0 - grain_center; in vdpu_av1d_set_fgs()
1779 grain_max = (256 << (bitdepth - 8)) - 1 - grain_center; in vdpu_av1d_set_fgs()