Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc585 const int prediction_width, const int prediction_height, in InterIntraPrediction() argument
602 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction()
615 prediction_mask, prediction_mask_stride, prediction_width, in InterIntraPrediction()
621 const ptrdiff_t prediction_mask_stride, const int prediction_width, in CompoundInterPrediction() argument
649 /*prediction_stride=*/prediction_width, prediction_mask, in CompoundInterPrediction()
650 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
654 DistanceWeightedPrediction(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
661 dsp_.average_blend(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
668 const Block& block, const Plane plane, const int prediction_width, in GetWarpParams() argument
674 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams()
[all …]
Dtile.cc2072 int prediction_width; in ComputePrediction() local
2077 prediction_width = block_width; in ComputePrediction()
2080 prediction_width = block.width >> subsampling_x; in ComputePrediction()
2090 base_y + y, prediction_width, prediction_height, in ComputePrediction()
2096 x += prediction_width; in ComputePrediction()
/external/libgav1/libgav1/src/
Dtile.h431 const PredictionParameters& prediction_parameters, int prediction_width,
437 ptrdiff_t prediction_mask_stride, int prediction_width,
442 int prediction_width, int prediction_height,
450 int prediction_width, int prediction_height,