avcenc: Disable SKIP_BIAS am: 6ecdf603b4 am: 16bee61d00
am: 93b1e4a97a
Change-Id: I76ef29580a47f020dff21a8588fe2658845f0d84
This commit is contained in:
commit
910ae3b4ab
1 changed files with 2 additions and 2 deletions
|
|
@ -46,14 +46,14 @@
|
|||
* @brief Skip Bias value for P slice
|
||||
******************************************************************************
|
||||
*/
|
||||
#define SKIP_BIAS_P 2
|
||||
#define SKIP_BIAS_P 0
|
||||
|
||||
/**
|
||||
******************************************************************************
|
||||
* @brief Skip Bias value for B slice
|
||||
******************************************************************************
|
||||
*/
|
||||
#define SKIP_BIAS_B 16
|
||||
#define SKIP_BIAS_B 0
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue