Lines Matching +defs:block +defs:buffer

196 uint8_t* GetStartPoint(Array2DView<uint8_t>* const buffer, const int plane,  in GetStartPoint()
225 void Tile::IntraPrediction(const Block& block, Plane plane, int x, int y, in IntraPrediction()
271 Array2DView<Pixel> buffer(buffer_[plane].rows(), in IntraPrediction() local
389 int Tile::GetIntraEdgeFilterType(const Block& block, Plane plane) const { in GetIntraEdgeFilterType() argument
407 void Tile::DirectionalPrediction(const Block& block, Plane plane, int x, int y, in DirectionalPrediction()
413 Array2DView<Pixel> buffer(buffer_[plane].rows(), in DirectionalPrediction() local
493 void Tile::PalettePrediction(const Block& block, const Plane plane, in PalettePrediction()
503 Array2DView<Pixel> buffer(buffer_[plane].rows(), in PalettePrediction() local
527 void Tile::ChromaFromLumaPrediction(const Block& block, const Plane plane, in ChromaFromLumaPrediction()
548 Array2DView<Pixel> buffer(buffer_[plane].rows(), in ChromaFromLumaPrediction() local
606 const Block& block, const uint8_t* const prediction_mask, in CompoundInterPrediction()
654 const Block& block, const Plane plane, const int prediction_width, in GetWarpParams()
693 bool Tile::InterPrediction(const Block& block, const Plane plane, const int x, in InterPrediction()
798 bool Tile::ObmcBlockPrediction(const Block& block, const MotionVector& mv, in ObmcBlockPrediction()
831 bool Tile::ObmcPrediction(const Block& block, const Plane plane, in ObmcPrediction()
1096 const Block& block, const Plane plane, const int reference_frame_index, in BlockInterPrediction()
1259 bool Tile::BlockWarpProcess(const Block& block, const Plane plane, in BlockWarpProcess()