Searched refs:initValue (Results 1 – 1 of 1) sorted by relevance
118 RK_U8 sbacInit(RK_S32 qp, RK_S32 initValue) in sbacInit() argument120 RK_S32 slope = (initValue >> 4) * 5 - 45; in sbacInit()121 RK_S32 offset = ((initValue & 15) << 3) - 16; in sbacInit()