We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3e705 commit c9bb65bCopy full SHA for c9bb65b
va/va_fei_hevc.h
@@ -165,7 +165,10 @@ typedef struct _VAEncMiscParameterFEIFrameControlHEVC
165
uint32_t search_window : 8;
166
/** \brief number of internal MV predictors for IME searches */
167
uint32_t max_num_ime_search_center : 3;
168
- uint32_t reserved2 : 5;
+ /** \brief fast intra prediction enabling bit. It is used as a trade-off between speed and quality.
169
+ * The flag will be ignored if it's unsupported in the driver*/
170
+ uint32_t fast_intra_mode : 1;
171
+ uint32_t reserved2 : 4;
172
173
/** \brief specifies number of splits that encoder could be run concurrently
174
* 1: level 1, default value
0 commit comments