Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_rc.cfg5 # loop represent the event will repeat at that point, for example, the first
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1663 RK_S32 i, point; in init_scaling_function() local
1673 for (point = 0; point < num_points - 1; point++) { in init_scaling_function()
1675 RK_S32 delta_y = scaling_points[point + 1][1] - scaling_points[point][1]; in init_scaling_function()
1676 RK_S32 delta_x = scaling_points[point + 1][0] - scaling_points[point][0]; in init_scaling_function()
1680 scaling_lut[scaling_points[point][0] + x] = in init_scaling_function()
1681 scaling_points[point][1] + (RK_S32)((x * delta + 32768) >> 16); in init_scaling_function()
/rockchip-linux_mpp/build/android/
H A DREADME.md68 * `armeabi` - ARMv5TE based CPU with software floating point operations;
70 * `armeabi-v7a with NEON` - same as armeabi-v7a, but sets NEON as floating-point unit;
71 * `armeabi-v7a with VFPV3` - same as armeabi-v7a, but sets VFPv3_D32 as floating-point unit;
H A Dandroid.toolchain.cmake65 # "armeabi" - ARMv5TE based CPU with software floating point operations
69 # sets NEON as floating-point unit
71 # sets VFPV3 as floating-point unit (has 32 registers instead of 16)
823 …rget ABI for Android. If arm, then armeabi-v7a is recommended for hardware floating point." FORCE )
871 …es on Tegra2-based devices and others when trying to use certain floating-point functions (e.g., c…
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile384 # the optimal cache size from a speed point of view.
941 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
956 # source code will now point to the output of htags.
1499 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
/rockchip-linux_mpp/
H A DCHANGELOG.md407 - [mpp_buffer]: Synchronous log addition point