• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:enable +full:- +full:all

8 - cmake (3.9.1 or above)
9 - make
10 - clang (6.0 or above)
11 needs to support -fsanitize=fuzzer, -fsanitize=fuzzer-no-link
24 Build fuzzer with required sanitizers (-DSANITIZE=fuzzer-no-link is mandatory
25 to enable fuzzers)
27 $ cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
28 -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=fuzzer-no-link,address,\
29 signed-integer-overflow,unsigned-integer-overflow
49 $ mm -j$(nproc) avc_dec_fuzzer
50 $ mm -j$(nproc) mvc_dec_fuzzer
51 $ mm -j$(nproc) avc_enc_fuzzer
111 9. enable constrained intra prediction (parameter name: `u4_constrained_intra_pred`)
112 10. enable intra 4x4 (parameter name: `u4_enable_intra_4x4`)
118 16. Enable half pel ME (parameter name: `u4_enable_hpel`)
119 17. Enable quarter pel ME (parameter name: `u4_enable_qpel`)
127 25. Enable mastering display color volume info (parameter name: `u1_sei_mdcv_params_present_flag`)
128 26. Enable content light level info (parameter name: `u1_sei_cll_params_present_flag`)
129 27. Enable ambient viewing environment info (parameter name: `u1_sei_ave_params_present_flag`)
130 28. Enable content color volume info (parameter name: `u1_sei_ccv_params_present_flag`)
132 30. Enable aspect_ratio info (parameter name: `u1_aspect_ratio_info_present_flag`)
133 31. Enable NAL HRD parameters presence (parameter name: `u1_nal_hrd_parameters_present_flag`)
134 32. Enable VCL HRD parameters presence (parameter name: `u1_vcl_hrd_parameters_present_flag`)
135 33. Enable force IDR frame (parameter name: `mIsForceIdrEnabled`)
136 34. Enable dynamic bitrate change (parameter name: `mIsDynamicBitRateChangeEnabled`)
137 35. Enable dynamic framerate change (parameter name: `mIsDynamicFrameRateChangeEnabled`)
143 |------------- |-------------| ----- |
144 | `u4_wd` | In the range `0 to 10239` | All the bits of 1st and 2nd byte of data |
145 | `u4_ht` | In the range `0 to 10239` | All the bits of 3rd and 4th byte of data |
146 …V_YUV_420P` 1. `IV_YUV_420SP_UV` 2. `IV_YUV_422ILE` 3. `IV_YUV_420SP_VU` | All the bits of 5th byt…
148 …`IVE_RC_STORAGE` 2. `IVE_RC_CBR_NON_LOW_DELAY` 3. `IVE_RC_CBR_LOW_DELAY` | All the bits of 7th byt…
151 …WEST` 2. `IVE_NORMAL` 3. `IVE_FAST` 4. `IVE_HIGH_SPEED` 5. `IVE_FASTEST` | All the bits of 10th by…
154 | `u4_i_qp` | In the range `4 to 51` | All the bits of 13th byte of data |
155 | `u4_p_qp` | In the range `4 to 51` | All the bits of 14th byte of data |
156 | `u4_b_qp` | In the range `4 to 51` | All the bits of 15th byte of data |
157 | `u4_target_bitrate` | In the range `0 to 500000000` | All the bits of 16th and 17th byte of data |
158 | `u4_target_bitrate` | In the range `0 to 255` | All the bits of 18th byte of data |
159 | `u4_air_refresh_period` | In the range `1 to 256` | All the bits of 19th byte of data |
160 | `u4_air_refresh_period` | In the range `1 to 256` | All the bits of 19th byte of data |
163 | `u4_me_speed_preset` | 0. `0` 1. `50` 2. `75` 3. `100` | All the bits of 22nd byte of data modulu…
164 | `e_air_mode` | 0. `IVE_AIR_MODE_NONE` 1. `IVE_AIR_MODE_CYCLIC` 2. `IVE_AIR_MODE_RANDOM` | All the…
166 | `u4_srch_rng_x` | In the range `0 to 255` | All the bits of 25th byte of data |
167 | `u4_srch_rng_y` | In the range `0 to 255`| All the bits of 26th byte of data |
168 | `u4_i_frm_interval` | In the range `1 to 256` | All the bits of 27th byte of data |
169 | `u4_idr_frm_interval` | In the range `1 to 256` | All the bits of 28th byte of data |
190 If the encode operation was un-successful, the input is still advanced by frame size so
200 * https://github.com/google/oss-fuzz