avcenc: Move SKIP_BIAS macro definition to enc from me
am: 11b4a7b4f0
Change-Id: I12e64b618ccaec52ffa1720ea5c0bcbc853d8da1
This commit is contained in:
commit
274ab97263
2 changed files with 19 additions and 14 deletions
|
|
@ -37,6 +37,25 @@
|
||||||
#ifndef IH264E_ME_H_
|
#ifndef IH264E_ME_H_
|
||||||
#define 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 */
|
/* Function Macros */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
|
||||||
|
|
@ -47,20 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define NUM_LAYERS 16
|
#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 */
|
/* Extern Function Declarations */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue