Home
last modified time | relevance | path

Searched refs:prediction_width (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/tile/
Dprediction.cc571 const int prediction_width, const int prediction_height, in InterIntraPrediction() argument
588 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction()
601 prediction_mask, prediction_mask_stride, prediction_width, in InterIntraPrediction()
607 const ptrdiff_t prediction_mask_stride, const int prediction_width, in CompoundInterPrediction() argument
635 /*prediction_stride=*/prediction_width, prediction_mask, in CompoundInterPrediction()
636 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
640 DistanceWeightedPrediction(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
647 dsp_.average_blend(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
654 const Block& block, const Plane plane, const int prediction_width, in GetWarpParams() argument
660 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams()
[all …]
Dtile.cc2094 int prediction_width; in ComputePrediction() local
2099 prediction_width = block_width; in ComputePrediction()
2102 prediction_width = block.width >> subsampling_x; in ComputePrediction()
2112 base_y + y, prediction_width, prediction_height, in ComputePrediction()
2118 x += prediction_width; in ComputePrediction()
/external/libgav1/src/
Dtile.h445 const PredictionParameters& prediction_parameters, int prediction_width,
451 ptrdiff_t prediction_mask_stride, int prediction_width,
456 int prediction_width, int prediction_height,
464 int prediction_width, int prediction_height,