2013-09-19 07:35:34 +00:00
|
|
|
#ifndef INTER_H_
|
|
|
|
#define INTER_H_
|
2014-01-24 10:37:15 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
* This file is part of Kvazaar HEVC encoder.
|
2014-02-21 13:00:20 +00:00
|
|
|
*
|
2021-10-07 08:32:59 +00:00
|
|
|
* Copyright (c) 2021, Tampere University, ITU/ISO/IEC, project contributors
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without modification,
|
|
|
|
* are permitted provided that the following conditions are met:
|
|
|
|
*
|
|
|
|
* * Redistributions of source code must retain the above copyright notice, this
|
|
|
|
* list of conditions and the following disclaimer.
|
|
|
|
*
|
|
|
|
* * Redistributions in binary form must reproduce the above copyright notice, this
|
|
|
|
* list of conditions and the following disclaimer in the documentation and/or
|
|
|
|
* other materials provided with the distribution.
|
|
|
|
*
|
|
|
|
* * Neither the name of the Tampere University or ITU/ISO/IEC nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived from
|
|
|
|
* this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
|
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
|
|
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
|
|
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
|
|
* INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
|
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON
|
|
|
|
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
* INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
|
2014-01-24 10:37:15 +00:00
|
|
|
****************************************************************************/
|
|
|
|
|
2015-12-17 11:42:57 +00:00
|
|
|
/**
|
|
|
|
* \ingroup Reconstruction
|
2013-09-18 14:29:30 +00:00
|
|
|
* \file
|
2015-12-17 11:42:57 +00:00
|
|
|
* Inter prediction.
|
2013-04-24 07:35:27 +00:00
|
|
|
*/
|
|
|
|
|
2016-04-01 14:14:23 +00:00
|
|
|
#include "cu.h"
|
|
|
|
#include "encoderstate.h"
|
2016-03-30 09:41:37 +00:00
|
|
|
#include "global.h" // IWYU pragma: keep
|
2014-06-05 12:54:58 +00:00
|
|
|
#include "image.h"
|
2016-04-01 14:14:23 +00:00
|
|
|
#include "kvazaar.h"
|
|
|
|
|
2021-11-19 14:20:49 +00:00
|
|
|
extern const int8_t kvz_g_imv_to_prec[4];
|
2013-09-18 09:16:03 +00:00
|
|
|
|
2015-03-18 08:03:06 +00:00
|
|
|
typedef struct {
|
2021-11-18 07:49:12 +00:00
|
|
|
mv_t mv[2][2];
|
2021-01-04 17:06:23 +00:00
|
|
|
uint16_t mer[2];
|
2021-11-01 11:24:23 +00:00
|
|
|
uint8_t dir;
|
|
|
|
uint8_t ref[2]; // index to L0/L1
|
2015-03-18 08:03:06 +00:00
|
|
|
} inter_merge_cand_t;
|
|
|
|
|
2021-11-18 07:49:12 +00:00
|
|
|
void kvz_change_precision(int src, int dst, mv_t* hor, mv_t* ver);
|
2021-11-22 19:50:40 +00:00
|
|
|
void kvz_change_precision_vector2d(int src, int dst, vector2d_t* mv);
|
2021-11-18 07:49:12 +00:00
|
|
|
void kvz_round_precision(int src, int dst, mv_t* hor, mv_t* ver);
|
2021-11-19 14:20:49 +00:00
|
|
|
void kvz_round_precision_vector2d(int src, int dst, vector2d_t* mv);
|
2021-11-18 07:49:12 +00:00
|
|
|
|
2018-01-17 11:09:47 +00:00
|
|
|
void kvz_inter_recon_cu(const encoder_state_t * const state,
|
|
|
|
lcu_t *lcu,
|
|
|
|
int32_t x,
|
|
|
|
int32_t y,
|
2019-09-02 14:09:07 +00:00
|
|
|
int32_t width,
|
|
|
|
bool predict_luma,
|
|
|
|
bool predict_chroma);
|
2018-01-17 11:09:47 +00:00
|
|
|
|
2019-09-02 15:46:06 +00:00
|
|
|
void kvz_inter_pred_pu(const encoder_state_t * const state,
|
|
|
|
lcu_t *lcu,
|
|
|
|
int32_t x,
|
|
|
|
int32_t y,
|
|
|
|
int32_t width,
|
|
|
|
bool predict_luma,
|
|
|
|
bool predict_chroma,
|
|
|
|
int i_pu);
|
|
|
|
|
2020-12-28 20:58:54 +00:00
|
|
|
void kvz_hmvp_add_mv(const encoder_state_t* const state, uint32_t pic_x, uint32_t pic_y, uint32_t block_width, uint32_t block_height, cu_info_t* cu);
|
|
|
|
|
2018-01-17 11:09:47 +00:00
|
|
|
void kvz_inter_recon_bipred(const encoder_state_t * const state,
|
|
|
|
const kvz_picture * ref1,
|
|
|
|
const kvz_picture * ref2,
|
|
|
|
int32_t xpos,
|
|
|
|
int32_t ypos,
|
|
|
|
int32_t width,
|
|
|
|
int32_t height,
|
2021-11-22 08:38:18 +00:00
|
|
|
mv_t mv_param[2][2],
|
2019-09-02 14:09:07 +00:00
|
|
|
lcu_t* lcu,
|
|
|
|
bool predict_luma,
|
|
|
|
bool predict_chroma);
|
2015-10-12 11:44:03 +00:00
|
|
|
|
2018-04-18 12:25:44 +00:00
|
|
|
|
2015-10-12 11:44:03 +00:00
|
|
|
void kvz_inter_get_mv_cand(const encoder_state_t * const state,
|
|
|
|
int32_t x,
|
|
|
|
int32_t y,
|
|
|
|
int32_t width,
|
|
|
|
int32_t height,
|
2021-11-18 07:49:12 +00:00
|
|
|
mv_t mv_cand[2][2],
|
2015-10-12 11:44:03 +00:00
|
|
|
cu_info_t* cur_cu,
|
|
|
|
lcu_t *lcu,
|
|
|
|
int8_t reflist);
|
|
|
|
|
2016-05-17 01:25:45 +00:00
|
|
|
void kvz_inter_get_mv_cand_cua(const encoder_state_t * const state,
|
|
|
|
int32_t x,
|
|
|
|
int32_t y,
|
|
|
|
int32_t width,
|
|
|
|
int32_t height,
|
2021-11-18 07:49:12 +00:00
|
|
|
mv_t mv_cand[2][2],
|
2016-05-17 01:25:45 +00:00
|
|
|
const cu_info_t* cur_cu,
|
|
|
|
int8_t reflist);
|
|
|
|
|
2015-10-12 11:44:03 +00:00
|
|
|
uint8_t kvz_inter_get_merge_cand(const encoder_state_t * const state,
|
|
|
|
int32_t x, int32_t y,
|
|
|
|
int32_t width, int32_t height,
|
|
|
|
bool use_a1, bool use_b1,
|
|
|
|
inter_merge_cand_t mv_cand[MRG_MAX_NUM_CANDS],
|
2017-10-25 09:17:17 +00:00
|
|
|
lcu_t *lcu);
|
2013-04-24 07:35:27 +00:00
|
|
|
#endif
|