MFPKEY_MACROBLOCKMODECOSTMETHOD Property
Specifies the cost method used by the codec to determine which macroblock mode to use.
Constant for IPropertyBag
g_wszWMVCMacroblockModeCostMethod
Data Type
VT_I4
Default Value
0
Remarks
This property may be set to one of the following values.
Value | Method used |
---|---|
0 | SAD/Hadamard. This option configures the codec to use only distortion when computing cost. |
1 | RD cost. This option configures the codec to account for both rate and distortion when computing cost. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also