Skip to content

Commit c9bb65b

Browse files
dlin2xhaihao
authored andcommitted
Add 'fast_intra_mode' in VAEncMiscParameterFEIFrameControlHEVC
to do fast intra prediction Signed-off-by: dlin2 <[email protected]>
1 parent 3f3e705 commit c9bb65b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

va/va_fei_hevc.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ typedef struct _VAEncMiscParameterFEIFrameControlHEVC
165165
uint32_t search_window : 8;
166166
/** \brief number of internal MV predictors for IME searches */
167167
uint32_t max_num_ime_search_center : 3;
168-
uint32_t reserved2 : 5;
168+
/** \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;
169172

170173
/** \brief specifies number of splits that encoder could be run concurrently
171174
* 1: level 1, default value

0 commit comments

Comments
 (0)