2010-05-18 11:58:33 -04:00
|
|
|
/*
|
2010-09-09 08:16:39 -04:00
|
|
|
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
2010-05-18 11:58:33 -04:00
|
|
|
*
|
2010-06-18 12:39:21 -04:00
|
|
|
* Use of this source code is governed by a BSD-style license
|
2010-06-04 16:19:40 -04:00
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
2010-06-18 12:39:21 -04:00
|
|
|
* in the file PATENTS. All contributing project authors may
|
2010-06-04 16:19:40 -04:00
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
2010-05-18 11:58:33 -04:00
|
|
|
*/
|
|
|
|
|
2012-11-29 16:36:10 -08:00
|
|
|
#ifndef VP9_ENCODER_VP9_BLOCK_H_
|
|
|
|
#define VP9_ENCODER_VP9_BLOCK_H_
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2012-11-27 13:59:17 -08:00
|
|
|
#include "vp9/common/vp9_entropymv.h"
|
|
|
|
#include "vp9/common/vp9_entropy.h"
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2014-01-18 12:16:11 -08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2014-05-01 15:14:39 -07:00
|
|
|
typedef struct {
|
|
|
|
unsigned int sse;
|
|
|
|
int sum;
|
|
|
|
unsigned int var;
|
|
|
|
} diff;
|
|
|
|
|
2013-04-23 08:26:10 -07:00
|
|
|
struct macroblock_plane {
|
2013-10-15 11:50:25 -07:00
|
|
|
DECLARE_ALIGNED(16, int16_t, src_diff[64 * 64]);
|
2014-09-02 16:34:09 -07:00
|
|
|
tran_low_t *qcoeff;
|
|
|
|
tran_low_t *coeff;
|
2013-12-03 17:59:32 -08:00
|
|
|
uint16_t *eobs;
|
2013-04-23 16:22:47 -07:00
|
|
|
struct buf_2d src;
|
2013-04-23 15:22:18 -07:00
|
|
|
|
|
|
|
// Quantizer setings
|
2014-05-29 18:14:17 -07:00
|
|
|
int16_t *quant_fp;
|
2014-07-01 16:10:44 -07:00
|
|
|
int16_t *round_fp;
|
2013-04-23 15:22:18 -07:00
|
|
|
int16_t *quant;
|
2013-07-01 11:36:07 -07:00
|
|
|
int16_t *quant_shift;
|
2013-04-23 15:22:18 -07:00
|
|
|
int16_t *zbin;
|
|
|
|
int16_t *round;
|
|
|
|
|
2014-08-06 22:48:37 -07:00
|
|
|
int64_t quant_thred[2];
|
2013-04-23 08:26:10 -07:00
|
|
|
};
|
|
|
|
|
2013-07-24 15:13:58 -07:00
|
|
|
/* The [2] dimension is for whether we skip the EOB node (i.e. if previous
|
|
|
|
* coefficient in this block was zero) or not. */
|
2013-12-06 10:54:00 -08:00
|
|
|
typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
|
2013-12-05 17:08:06 -08:00
|
|
|
[COEFF_CONTEXTS][ENTROPY_TOKENS];
|
2013-07-24 15:13:58 -07:00
|
|
|
|
2015-06-29 09:27:11 -07:00
|
|
|
typedef struct {
|
|
|
|
int_mv ref_mvs[MAX_REF_FRAMES][MAX_MV_REF_CANDIDATES];
|
|
|
|
uint8_t mode_context[MAX_REF_FRAMES];
|
|
|
|
} MB_MODE_INFO_EXT;
|
|
|
|
|
2013-02-27 10:00:24 -08:00
|
|
|
typedef struct macroblock MACROBLOCK;
|
|
|
|
struct macroblock {
|
2013-04-23 08:26:10 -07:00
|
|
|
struct macroblock_plane plane[MAX_MB_PLANE];
|
2012-07-13 15:21:29 -07:00
|
|
|
|
|
|
|
MACROBLOCKD e_mbd;
|
2015-06-29 09:27:11 -07:00
|
|
|
MB_MODE_INFO_EXT *mbmi_ext;
|
|
|
|
MB_MODE_INFO_EXT *mbmi_ext_base;
|
2013-04-23 16:22:47 -07:00
|
|
|
int skip_block;
|
2014-06-12 11:57:26 -07:00
|
|
|
int select_tx_size;
|
2013-11-07 14:56:58 -08:00
|
|
|
int skip_recode;
|
2013-11-05 21:07:08 -08:00
|
|
|
int skip_optimize;
|
2013-11-12 17:28:27 -08:00
|
|
|
int q_index;
|
2012-07-13 15:21:29 -07:00
|
|
|
|
2016-02-01 10:02:54 -08:00
|
|
|
// The equivalent error at the current rdmult of one whole bit (not one
|
|
|
|
// bitcost unit).
|
2012-07-13 15:21:29 -07:00
|
|
|
int errorperbit;
|
2016-02-01 10:02:54 -08:00
|
|
|
// The equivalend SAD error of one (whole) bit at the current quantizer
|
|
|
|
// for large blocks.
|
2012-07-13 15:21:29 -07:00
|
|
|
int sadperbit16;
|
2016-02-01 10:02:54 -08:00
|
|
|
// The equivalend SAD error of one (whole) bit at the current quantizer
|
|
|
|
// for sub-8x8 blocks.
|
2012-07-13 15:21:29 -07:00
|
|
|
int sadperbit4;
|
|
|
|
int rddiv;
|
|
|
|
int rdmult;
|
2014-08-01 07:02:30 -07:00
|
|
|
int mb_energy;
|
2015-10-14 10:38:49 +01:00
|
|
|
int * m_search_count_ptr;
|
|
|
|
int * ex_search_count_ptr;
|
2012-07-13 15:21:29 -07:00
|
|
|
|
2014-11-20 09:24:50 -08:00
|
|
|
// These are set to their default values at the beginning, and then adjusted
|
|
|
|
// further in the encoding process.
|
|
|
|
BLOCK_SIZE min_partition_size;
|
|
|
|
BLOCK_SIZE max_partition_size;
|
|
|
|
|
2012-12-05 16:23:38 +00:00
|
|
|
int mv_best_ref_index[MAX_REF_FRAMES];
|
2013-07-12 09:52:24 -07:00
|
|
|
unsigned int max_mv_context[MAX_REF_FRAMES];
|
2013-07-31 09:33:58 -07:00
|
|
|
unsigned int source_variance;
|
2013-12-20 15:24:22 -08:00
|
|
|
unsigned int pred_sse[MAX_REF_FRAMES];
|
|
|
|
int pred_mv_sad[MAX_REF_FRAMES];
|
2012-12-05 16:23:38 +00:00
|
|
|
|
2012-07-26 13:42:07 -07:00
|
|
|
int nmvjointcost[MV_JOINTS];
|
|
|
|
int *nmvcost[2];
|
|
|
|
int *nmvcost_hp[2];
|
2012-11-08 15:44:39 -08:00
|
|
|
int **mvcost;
|
2012-07-26 13:42:07 -07:00
|
|
|
|
|
|
|
int nmvjointsadcost[MV_JOINTS];
|
|
|
|
int *nmvsadcost[2];
|
|
|
|
int *nmvsadcost_hp[2];
|
2012-11-08 15:44:39 -08:00
|
|
|
int **mvsadcost;
|
2012-08-03 12:17:18 -07:00
|
|
|
|
2012-10-22 14:43:01 -07:00
|
|
|
// These define limits to motion vector components to prevent them
|
|
|
|
// from extending outside the UMV borders
|
2012-07-13 15:21:29 -07:00
|
|
|
int mv_col_min;
|
|
|
|
int mv_col_max;
|
|
|
|
int mv_row_min;
|
|
|
|
int mv_row_max;
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2015-07-29 16:53:33 -07:00
|
|
|
// Notes transform blocks where no coefficents are coded.
|
|
|
|
// Set during mode selection. Read during block encoding.
|
2013-10-14 16:03:23 -07:00
|
|
|
uint8_t zcoeff_blk[TX_SIZES][256];
|
2015-07-29 16:53:33 -07:00
|
|
|
|
2012-07-13 15:21:29 -07:00
|
|
|
int skip;
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2012-07-13 15:21:29 -07:00
|
|
|
int encode_breakout;
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2013-05-08 10:04:14 -07:00
|
|
|
// note that token_costs is the cost when eob node is skipped
|
2013-07-26 17:15:37 -07:00
|
|
|
vp9_coeff_cost token_costs[TX_SIZES];
|
2012-01-26 14:36:20 -08:00
|
|
|
|
2012-07-13 15:21:29 -07:00
|
|
|
int optimize;
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2013-06-14 11:28:56 -07:00
|
|
|
// indicate if it is in the rd search loop or encoding process
|
2013-08-07 15:22:51 -07:00
|
|
|
int use_lp32x32fdct;
|
2013-07-08 16:48:47 -07:00
|
|
|
int skip_encode;
|
2013-06-14 11:28:56 -07:00
|
|
|
|
2014-07-01 16:10:44 -07:00
|
|
|
// use fast quantization process
|
|
|
|
int quant_fp;
|
|
|
|
|
2014-05-29 18:14:17 -07:00
|
|
|
// skip forward transform and quantization
|
2014-09-02 17:32:12 -07:00
|
|
|
uint8_t skip_txfm[MAX_MB_PLANE << 2];
|
2015-07-30 11:52:28 -07:00
|
|
|
#define SKIP_TXFM_NONE 0
|
|
|
|
#define SKIP_TXFM_AC_DC 1
|
|
|
|
#define SKIP_TXFM_AC_ONLY 2
|
2014-05-29 18:14:17 -07:00
|
|
|
|
2014-08-28 09:09:37 -07:00
|
|
|
int64_t bsse[MAX_MB_PLANE << 2];
|
2014-08-06 22:48:37 -07:00
|
|
|
|
2013-07-03 14:43:23 -07:00
|
|
|
// Used to store sub partition's choices.
|
2014-05-19 11:43:07 -07:00
|
|
|
MV pred_mv[MAX_REF_FRAMES];
|
2013-07-03 14:43:23 -07:00
|
|
|
|
2015-01-21 09:32:23 -08:00
|
|
|
// Strong color activity detection. Used in RTC coding mode to enhance
|
|
|
|
// the visual quality at the boundary of moving color objects.
|
|
|
|
uint8_t color_sensitivity[2];
|
|
|
|
|
2016-01-22 11:45:31 -08:00
|
|
|
uint8_t sb_is_skin;
|
|
|
|
|
2016-05-20 13:45:46 -07:00
|
|
|
// Used to save the status of whether a block has a low variance in
|
2016-06-06 16:30:14 -07:00
|
|
|
// choose_partitioning. 0 for 64x64, 1~2 for 64x32, 3~4 for 32x64, 5~8 for
|
|
|
|
// 32x32, 9~24 for 16x16.
|
|
|
|
uint8_t variance_low[25];
|
2016-05-20 13:45:46 -07:00
|
|
|
|
2014-09-02 16:34:09 -07:00
|
|
|
void (*fwd_txm4x4)(const int16_t *input, tran_low_t *output, int stride);
|
|
|
|
void (*itxm_add)(const tran_low_t *input, uint8_t *dest, int stride, int eob);
|
|
|
|
#if CONFIG_VP9_HIGHBITDEPTH
|
2014-10-08 12:43:22 -07:00
|
|
|
void (*highbd_itxm_add)(const tran_low_t *input, uint8_t *dest, int stride,
|
|
|
|
int eob, int bd);
|
2014-09-02 16:34:09 -07:00
|
|
|
#endif
|
2013-02-27 10:00:24 -08:00
|
|
|
};
|
2010-05-18 11:58:33 -04:00
|
|
|
|
2014-01-18 12:16:11 -08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
} // extern "C"
|
|
|
|
#endif
|
|
|
|
|
2012-12-18 15:31:19 -08:00
|
|
|
#endif // VP9_ENCODER_VP9_BLOCK_H_
|