Searched defs:prediction_width (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 585 const int prediction_width, const int prediction_height, in InterIntraPrediction() 621 const ptrdiff_t prediction_mask_stride, const int prediction_width, in CompoundInterPrediction() 668 const Block& block, const Plane plane, const int prediction_width, in GetWarpParams() 708 const int y, const int prediction_width, in InterPrediction() 871 const int prediction_width = in ObmcPrediction() local 891 const int prediction_width = std::min(width >> 1, 32 >> subsampling_x); in ObmcPrediction() local
|
D | tile.cc | 2072 int prediction_width; in ComputePrediction() local
|