A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/intel/libva/commit/c9bb65b below:

Add 'fast_intra_mode' in VAEncMiscParameterFEIFrameControlHEVC · intel/libva@c9bb65b · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-1

lines changed Original file line number Diff line number Diff line change

@@ -165,7 +165,10 @@ typedef struct _VAEncMiscParameterFEIFrameControlHEVC

165 165

uint32_t search_window : 8;

166 166

/** \brief number of internal MV predictors for IME searches */

167 167

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;

169 172 170 173

/** \brief specifies number of splits that encoder could be run concurrently

171 174

* 1: level 1, default value

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4