Changeset 1407 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 4 Aug 2015, 04:21:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1406 r1407 1284 1284 // motion search options 1285 1285 ("DisableIntraInInter", m_bDisableIntraPUsInInterSlices, false, "Flag to disable intra PUs in inter slices") 1286 ("FastSearch", tmpMotionEstimationSearchMethod, Int(MESEARCH_DIAMOND), "0:Full search 1:Diamond 2:Selective ")1286 ("FastSearch", tmpMotionEstimationSearchMethod, Int(MESEARCH_DIAMOND), "0:Full search 1:Diamond 2:Selective 3:Enhanced Diamond") 1287 1287 ("SearchRange,-sr", m_iSearchRange, 96, "Motion search range") 1288 1288 ("BipredSearchRange", m_bipredSearchRange, 4, "Motion search range for bipred refinement")
Note: See TracChangeset for help on using the changeset viewer.