Searched refs:warp_params (Results 1 – 10 of 10) sorted by relevance
/external/libgav1/libgav1/src/ |
D | warp_prediction.cc | 103 bool SetupShear(GlobalMotion* const warp_params) { in SetupShear() argument 106 const auto* const params = warp_params->params; in SetupShear() 120 warp_params->alpha = GetShearParameter(alpha); in SetupShear() 121 warp_params->beta = GetShearParameter(beta); in SetupShear() 122 warp_params->gamma = GetShearParameter(gamma); in SetupShear() 123 warp_params->delta = GetShearParameter(delta); in SetupShear() 124 if ((4 * std::abs(warp_params->alpha) + 7 * std::abs(warp_params->beta) >= in SetupShear() 126 (4 * std::abs(warp_params->gamma) + 4 * std::abs(warp_params->delta) >= in SetupShear() 138 GlobalMotion* const warp_params) { in WarpEstimation() argument 202 auto* const params = warp_params->params; in WarpEstimation()
|
D | warp_prediction.h | 29 bool SetupShear(GlobalMotion* warp_params); // 7.11.3.6. 36 GlobalMotion* warp_params); // 7.11.3.8.
|
D | tile.h | 485 int height, GlobalMotion* warp_params, bool is_compound,
|
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 64 const int* const warp_params, const int subsampling_x, in Warp_C() argument 115 src_x * warp_params[2] + src_y * warp_params[3] + warp_params[0]; in Warp_C() 117 src_x * warp_params[4] + src_y * warp_params[5] + warp_params[1]; in Warp_C()
|
D | dsp.h | 650 const int* warp_params, int subsampling_x,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 356 const int* warp_params, int subsampling_x, in HandleWarpBlock() argument 374 src_x * warp_params[2] + src_y * warp_params[3] + warp_params[0]; in HandleWarpBlock() 376 src_x * warp_params[4] + src_y * warp_params[5] + warp_params[1]; in HandleWarpBlock() 464 int source_height, const int* warp_params, int subsampling_x, in Warp_SSE4_1() argument 491 src, source_stride, source_width, source_height, warp_params, in Warp_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 108 const int* const warp_params, const int subsampling_x, in Warp_NEON() argument 144 src_x * warp_params[2] + src_y * warp_params[3] + warp_params[0]; in Warp_NEON() 146 src_x * warp_params[4] + src_y * warp_params[5] + warp_params[1]; in Warp_NEON()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 730 GlobalMotion* warp_params = in InterPrediction() local 734 if (warp_params != nullptr) { in InterPrediction() 736 prediction_height, warp_params, is_compound, in InterPrediction() 1283 const int height, GlobalMotion* const warp_params, in BlockWarpProcess() argument 1312 const int dst_y = src_x * warp_params->params[4] + in BlockWarpProcess() 1313 src_y * warp_params->params[5] + in BlockWarpProcess() 1314 warp_params->params[1]; in BlockWarpProcess() 1333 warp_params->params, subsampling_x_[plane], in BlockWarpProcess() 1335 width, height, warp_params->alpha, warp_params->beta, in BlockWarpProcess() 1336 warp_params->gamma, warp_params->delta, prediction, in BlockWarpProcess() [all …]
|
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 107 WarpedMotionParams warp_params; member
|
D | reconinter.c | 107 &inter_pred_params->warp_params)) in av1_init_warp_params() 132 &inter_pred_params->warp_params, inter_pred_params->use_hbd_buf, in av1_make_inter_predictor()
|