Changeset 872 in 3DVCSoftware for trunk/doc/software-manual.tex
- Timestamp:
- 27 Mar 2014, 10:11:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/software-manual.tex
r608 r872 99 99 \author{% 100 100 Frank Bossen 101 \email{ bossen@docomoinnovations.com}101 \email{frank@bossentech.com} 102 102 \and 103 103 David Flynn 104 \email{d avidf@rd.bbc.co.uk}104 \email{dflynn@blackberry.com} 105 105 \and 106 106 Karsten S\"uhring … … 118 118 \begin{abstract} 119 119 This document is a user manual describing usage of reference software 120 for the HEVC project. It applies to version 1 1.0120 for the HEVC project. It applies to version 13.0 121 121 of the software. 122 122 \end{abstract} … … 952 952 953 953 954 955 %%956 %% Entropy coding parameters957 %%958 \begin{OptionTable}{Entropy coding parameters}959 \Option{SBACRD} &960 \ShortOption{\None} &961 \Default{true} &962 Enables or disables the use of bit counts from arithmetic coder in963 rate-distortion decisions.964 \\965 \end{OptionTable}966 967 968 954 %% 969 955 %% Slice coding parameters … … 1183 1169 transquant_bypass_enable_flag that is transmitted in the PPS. 1184 1170 1185 See CUTransquantBypassFlag Value for further details.1186 \\ 1187 1188 \Option{CUTransquantBypassFlag Value} &1171 See CUTransquantBypassFlagForce for further details. 1172 \\ 1173 1174 \Option{CUTransquantBypassFlagForce} & 1189 1175 \ShortOption{\None} & 1190 1176 \Default{0} & 1191 1177 Controls the per CU transformation, quantization and filtering 1192 1178 mode decision. 1193 This option co rresponds tothe value of the per CU cu_transquant_bypass_flag.1194 \par 1195 \begin{tabular}{cp{0.45\textwidth}} 1196 0 & Bypass is not performed on any CU\\1197 1 & Bypass is performed on all CUs\\1179 This option controls the value of the per CU cu_transquant_bypass_flag. 1180 \par 1181 \begin{tabular}{cp{0.45\textwidth}} 1182 0 & Bypass is searched on a CU-by-CU basis and will be used if the cost is lower than not bypassing. \\ 1183 1 & Bypass is forced for all CUs. \\ 1198 1184 \end{tabular} 1199 1185 … … 1204 1190 \ShortOption{\None} & 1205 1191 \Default{false} & 1206 Enables or disables the use of PCM. 1192 Enables or disables the use of PCM. The encoder will use cost measures on a CU-by-CU basis to determine if PCM mode is to be applied. 1207 1193 \\ 1208 1194 … … 1924 1910 \section{Using the decoder} 1925 1911 \begin{verbatim} 1926 T appDecoder -b str.bin -o dec.yuv [options]1912 TAppDecoder -b str.bin -o dec.yuv [options] 1927 1913 \end{verbatim} 1928 1914
Note: See TracChangeset for help on using the changeset viewer.