avcenc: Move SKIP_BIAS macro definition to enc from me am: 11b4a7b4f0

am: 274ab97263

Change-Id: I094b4696e355b0040d2d241382cdc94ec4a9a12f
This commit is contained in:
Ram Mohan 2018-01-19 01:36:11 +00:00 committed by android-build-merger
commit 807f2c8786
2 changed files with 19 additions and 14 deletions

View file

@ -37,6 +37,25 @@
#ifndef IH264E_ME_H_
#define IH264E_ME_H_
/*****************************************************************************/
/* Constant Macros */
/*****************************************************************************/
/**
******************************************************************************
* @brief Skip Bias value for P slice
******************************************************************************
*/
#define SKIP_BIAS_P 2
/**
******************************************************************************
* @brief Skip Bias value for B slice
******************************************************************************
*/
#define SKIP_BIAS_B 16
/*****************************************************************************/
/* Function Macros */
/*****************************************************************************/

View file

@ -47,20 +47,6 @@
*/
#define NUM_LAYERS 16
/**
******************************************************************************
* @brief Skip Bias value for P slice
******************************************************************************
*/
#define SKIP_BIAS_P 2
/**
******************************************************************************
* @brief Skip Bias value for B slice
******************************************************************************
*/
#define SKIP_BIAS_B 16
/*****************************************************************************/
/* Extern Function Declarations */
/*****************************************************************************/