Searched refs:prediction_height (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 585 const int prediction_width, const int prediction_height, in InterIntraPrediction() argument 602 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction() 616 prediction_height); in InterIntraPrediction() 622 const int prediction_height, const int subsampling_x, in CompoundInterPrediction() argument 650 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction() 655 prediction_height, candidate_row, in CompoundInterPrediction() 662 prediction_height, dest, dest_stride); in CompoundInterPrediction() 669 const int prediction_height, in GetWarpParams() argument 674 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams() 683 DivideBy4(prediction_height), block.row4x4, block.column4x4, in GetWarpParams() [all …]
|
D | tile.cc | 2073 int prediction_height; in ComputePrediction() local 2078 prediction_height = block_height; in ComputePrediction() 2081 prediction_height = block.height >> subsampling_y; in ComputePrediction() 2090 base_y + y, prediction_width, prediction_height, in ComputePrediction() 2099 y += prediction_height; in ComputePrediction()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 432 int prediction_height, int subsampling_x, int subsampling_y, 438 int prediction_height, int subsampling_x, int subsampling_y, 442 int prediction_width, int prediction_height, 450 int prediction_width, int prediction_height,
|