Skip to content

Commit

Permalink
Add 'fast_intra_mode' in VAEncMiscParameterFEIFrameControlHEVC
Browse files Browse the repository at this point in the history
to do fast intra prediction

Signed-off-by: dlin2 <decai.lin@intel.com>
  • Loading branch information
dlin2 authored and xhaihao committed Apr 8, 2018
1 parent 3f3e705 commit c9bb65b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion va/va_fei_hevc.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ typedef struct _VAEncMiscParameterFEIFrameControlHEVC
uint32_t search_window : 8;
/** \brief number of internal MV predictors for IME searches */
uint32_t max_num_ime_search_center : 3;
uint32_t reserved2 : 5;
/** \brief fast intra prediction enabling bit. It is used as a trade-off between speed and quality.
* The flag will be ignored if it's unsupported in the driver*/
uint32_t fast_intra_mode : 1;
uint32_t reserved2 : 4;

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

0 comments on commit c9bb65b

Please sign in to comment.