Searched refs:code (Results 1 – 13 of 13) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_rkv.c | 95 RK_U16 code = 0; in jpegd_write_rkv_htbl() local 115 code = addr = 0; in jpegd_write_rkv_htbl() 123 if (code > (min_code_dc[j - 1] << 1)) in jpegd_write_rkv_htbl() 124 min_code_dc[j] = code; in jpegd_write_rkv_htbl() 128 min_code_dc[j] = code; in jpegd_write_rkv_htbl() 131 code += len; in jpegd_write_rkv_htbl() 134 code <<= 1; in jpegd_write_rkv_htbl() 144 code = addr = 0; in jpegd_write_rkv_htbl() 151 if (code > (min_code_ac[j - 1] << 1)) in jpegd_write_rkv_htbl() 152 min_code_ac[j] = code; in jpegd_write_rkv_htbl() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 873 RK_U32 code; in m2vd_decode_ext_header() local 878 code = m2vd_search_header(bx); in m2vd_decode_ext_header() 881 mpp_log("[m2v]: decoder_ext_header : seach_header return code: %#03x", code); in m2vd_decode_ext_header() 883 while (code == EXTENSION_START_CODE || code == USER_DATA_START_CODE) { in m2vd_decode_ext_header() 884 if (code == EXTENSION_START_CODE) { in m2vd_decode_ext_header() 932 code = m2vd_search_header(bx); in m2vd_decode_ext_header() 1048 RK_U32 code; in m2vd_decode_head() local 1054 code = m2vd_search_header(bx); in m2vd_decode_head() 1056 mpp_log("[m2v]: decoder_header : seach_header return code: 0x%3x", code); in m2vd_decode_head() 1058 if (code == NO_MORE_STREAM) in m2vd_decode_head() [all …]
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 89 …code quickly, please go to Chapter 5 compilation and use MPP library For detail MPP design and des… 138 The procedure pseudo code is shown as follows: 149 The procedure pseudo code is shown as follows: 260 …m <br>frame :output image return value :0 is normal and non-zero is error code. … 262 …mal, we need to determine whether there is a value of the frame pointer; non-zero is error code. | 263 …>packet :output bitstream <br>return value:0 is normal, non-zero is error code. … 264 …br>frame :input image <br>return value :0 is normal and non-zero is error code. … 265 …tance context. <br>packet :output bitstream <br>return value :0 is normal, non-zero is error code.| 266 …seconds of timeout. <br>return value :0 is normal, data can be retrieved, non-zero is error code. | 267 …t port. <br>task :MppTask<br>return value :0 is normal, non-zero is error code. … [all …]
|
| H A D | readme.txt | 7 besides source code.
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 64 * [h264e]: tidy code 77 * [mpp_dec]: remove obsoleted code and format comments 81 * [test]: add timeout poll type sample code 198 * [mpp_buf_slot]: return an error code when stride is invalid
|
| /rockchip-linux_mpp/ |
| H A D | .gitignore | 91 .code-workspace
|
| H A D | CHANGELOG.md | 63 - [dec_test]: Remove unused code 70 - [rc_smt]: Adjust code style for rc_smt 354 - [vepu510]: Sync code from enc_tune branch 384 - [vepu510]: Sync code from enc_tune branch 385 - [vepu510]: Sync code from enc_tune branch 386 - [vepu510]: Sync code from enc_tune branch 396 - [mpi_enc_test]: Remove redundant code about smart encoding 436 - [mpp_cfg]: Remove some unused code 455 - [h265d]: Allow filtering of consecutive start code 493 - [cmake]: remove duplicate code [all …]
|
| H A D | readme.txt | 360 This is the mode current mpi_dec_test code using. User need to create
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 522 RK_S32 code = slice->m_sliceQp - (slice->m_pps->m_picInitQPMinus26 + 26); in h265e_code_slice_header() local 523 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header() 525 code = slice->m_sliceQpDeltaCb; in h265e_code_slice_header() 526 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header() 527 code = slice->m_sliceQpDeltaCr; in h265e_code_slice_header() 528 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header()
|
| /rockchip-linux_mpp/LICENSES/ |
| H A D | Apache-2.0 | 38 including but not limited to software source code, documentation source, 43 object code, generated documentation, and conversions to other media types. 66 mailing lists, source code control systems, and issue tracking systems that
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 208 # uses this value to replace tabs by spaces in code fragments. 370 # useful for C code in case the coding convention dictates that all compound 379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 429 # This flag is only useful for Objective-C code. When set to YES local methods, 811 # that contain example code fragments that are included (see the \include 848 # code is scanned, but not when the output code is generated. If lines are added 891 # Note: To get rid of all source code in the generated output, make sure that 904 # special comment blocks from generated source code fragments. Normal C, C++ and 924 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will 931 # source code will show a tooltip with additional information such as prototype, [all …]
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 5 …ripts so that devs that use CMake as their build system may easily compile native code for Android. 138 * **ANDROID_NOEXECSTACK** = `ON` - enables or disables stack execution protection code (`-Wl,-z,noe…
|
| H A D | android.toolchain.cmake | 8 # 1. Redistributions of source code must retain the above copyright notice, 812 …VE_API_LEVEL "${ANDROID_NATIVE_API_LEVEL}" CACHE STRING "Android API level for native code" FORCE ) 1380 … with 'unresolvable R_ARM_THM_CALL relocation' error message. See https://code.google.com/p/androi…
|