Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c118 RK_U8 sbacInit(RK_S32 qp, RK_S32 initValue) in sbacInit() argument
120 RK_S32 slope = (initValue >> 4) * 5 - 45; in sbacInit()
121 RK_S32 offset = ((initValue & 15) << 3) - 16; in sbacInit()