Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc590 const int prediction_width, const int prediction_height, in InterIntraPrediction() argument
607 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction()
621 prediction_height); in InterIntraPrediction()
627 const int prediction_height, const int subsampling_x, in CompoundInterPrediction() argument
655 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
660 prediction_height, candidate_row, in CompoundInterPrediction()
667 prediction_height, dest, dest_stride); in CompoundInterPrediction()
674 const int prediction_height, in GetWarpParams() argument
679 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams()
688 DivideBy4(prediction_height), block.row4x4, block.column4x4, in GetWarpParams()
[all …]
Dtile.cc2098 int prediction_height; in ComputePrediction() local
2103 prediction_height = block_height; in ComputePrediction()
2106 prediction_height = block.height >> subsampling_y; in ComputePrediction()
2115 base_y + y, prediction_width, prediction_height, in ComputePrediction()
2124 y += prediction_height; in ComputePrediction()
/external/libgav1/libgav1/src/
Dtile.h420 int prediction_height, int subsampling_x, int subsampling_y,
426 int prediction_height, int subsampling_x, int subsampling_y,
430 int prediction_width, int prediction_height,
438 int prediction_width, int prediction_height,