Home
last modified time | relevance | path

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

/rockchip-linux_mpp/build/vc12-x86_64/
H A Dbuild-all.bat11 rem MSBuild /property:Configuration="Release" rk_mpp.sln
13 rem MSBuild /property:Configuration="RelWithDebInfo" rk_mpp.sln
/rockchip-linux_mpp/build/vc10-x86_64/
H A Dbuild-all.bat11 rem MSBuild /property:Configuration="Release" rk_mpp.sln
13 rem MSBuild /property:Configuration="RelWithDebInfo" rk_mpp.sln
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c231 RK_U32 rem = prep->width % minCUDepth; in h265e_set_sps() local
232 padsize = minCUDepth - rem; in h265e_set_sps()
242 RK_U32 rem = prep->height % minCUDepth; in h265e_set_sps() local
243 padsize = minCUDepth - rem; in h265e_set_sps()