Searched refs:run (Results 1 – 11 of 11) sorted by relevance
192 RK_S32 run = 0; in h264e_pps_to_packet() local197 for (run = len2; run > 1; run --) in h264e_pps_to_packet()198 if (intra_scl[zigzag[run - 1]] != intra_scl[zigzag[run - 2]]) in h264e_pps_to_packet()200 for (j = 0; j < run; j ++) in h264e_pps_to_packet()202 if (run < len2) in h264e_pps_to_packet()203 mpp_writer_put_se(bit, (int8_t) - intra_scl[zigzag[run]]); in h264e_pps_to_packet()206 for (run = len2; run > 1; run --) in h264e_pps_to_packet()207 if (inter_scl[zigzag[run - 1]] != inter_scl[zigzag[run - 2]]) in h264e_pps_to_packet()209 for (j = 0; j < run; j ++) in h264e_pps_to_packet()211 if (run < len2) in h264e_pps_to_packet()[all …]
3 :: run this batch file to create a Visual Studio solution file for this project.
67 get task from waiting list to running list and run. When hardware finishs a task
34 mpp internally make hardware and software run parallelly. When hardware is
140 # If left blank the directory from which doxygen is run is used as the path to383 # symbols. At the end of a run doxygen will report the cache usage and suggest656 # that represents doxygen's defaults, run doxygen with the -l option. You can660 # Note that if you run doxygen from a directory containing a file called779 # run.1213 # doxygen will try to run the HTML help compiler on the generated index.hhp.1303 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the1383 # doxygen run you need to manually remove any form_*.png images from the HTML1974 # run, you must also specify the path to the tagfile here.2024 # command. Doxygen will then run the mscgen tool (see:[all …]
355 2. The decoder memory usage can not be control. Decoder is on a free-to-run
58 # Can be set as environment variable. Can be set only at first cmake run.440 …_ERROR "It is not possible to change path to the Android standalone toolchain on subsequent run." )495 …message( FATAL_ERROR "It is not possible to change the path to the NDK on subsequent CMake run. Yo…723 # it is not possible to change CMAKE_SYSTEM_PROCESSOR after the first run...1688 # Can be set only at the first run:
54 * No builds for multiple platforms (e.g. building for both arm and x86 require to run cmake twice w…
800 The following is an example of using mpi_dec_test on the Android platform as an example. First run …880 Take mpi_enc_test on the Android platform as an example. First run mpi_enc_test directly, output is…1054 … the build/android/arm/ directory, run the make-Android.bash script to generate the Makefile for c…1058 …build/linux/arm/ directory, then run the make-Makefiles.bash script to generate the Makefile via c…
1777 static rk_s32 kmpp_obj_impl_run(rk_s32 (*run)(void *ctx), void *ctx) in kmpp_obj_impl_run()1779 return run(ctx); in kmpp_obj_impl_run()