avcenc: Disable SKIP_BIAS am: 6ecdf603b4
am: 16bee61d00
Change-Id: Ia464b406581af438f277b1a9c0e7d7f8c7620370
This commit is contained in:
commit
93b1e4a97a
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