Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c39 RK_S32 iValue_square = iValue * iValue; in RoundLog2() local
41 while ((1 << (iRet + 1)) <= iValue_square) { in RoundLog2()