Searched refs:GlobalMotion (Results 1 – 11 of 11) sorted by relevance
/external/libgav1/libgav1/src/ |
D | warp_prediction.h | 29 bool SetupShear(GlobalMotion* warp_params); // 7.11.3.6. 36 GlobalMotion* warp_params); // 7.11.3.8.
|
D | buffer_pool.h | 138 const std::array<GlobalMotion, kNumReferenceFrameTypes>& GlobalMotions() in GlobalMotions() 145 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motions); 322 std::array<GlobalMotion, kNumReferenceFrameTypes> global_motion_ = {};
|
D | warp_prediction.cc | 103 bool SetupShear(GlobalMotion* const warp_params) { in SetupShear() 138 GlobalMotion* const warp_params) { in WarpEstimation()
|
D | tile.h | 441 GlobalMotion* GetWarpParams(const Block& block, Plane plane, 446 GlobalMotion* global_motion_params, 447 GlobalMotion* local_warp_params) 453 GlobalMotion* local_warp_params); // 7.11.3.1. 485 int height, GlobalMotion* warp_params, bool is_compound,
|
D | buffer_pool.cc | 84 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motions) { in SetGlobalMotions() argument
|
D | obu_parser.h | 348 const std::array<GlobalMotion, kNumReferenceFrameTypes>&
|
D | obu_parser.cc | 1286 const std::array<GlobalMotion, kNumReferenceFrameTypes>& in ParseGlobalParamSyntax() argument 1288 GlobalMotion* const global_motion = &frame_header_.global_motion[ref]; in ParseGlobalParamSyntax() 1289 const GlobalMotion* const prev_global_motion = &prev_global_motions[ref]; in ParseGlobalParamSyntax() 1330 const std::array<GlobalMotion, kNumReferenceFrameTypes>* prev_global_motions = in ParseGlobalMotionParameters() 1348 GlobalMotion* const global_motion = &frame_header_.global_motion[ref]; in ParseGlobalMotionParameters()
|
D | motion_vector.cc | 111 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motion = in SearchStack() 147 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motion = in CompoundSearchStack()
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 227 struct GlobalMotion { struct 459 std::array<GlobalMotion, kNumReferenceFrameTypes> global_motion;
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 667 GlobalMotion* Tile::GetWarpParams( in GetWarpParams() 672 GlobalMotion* const global_motion_params, in GetWarpParams() 673 GlobalMotion* const local_warp_params) const { in GetWarpParams() 711 GlobalMotion* const local_warp_params) { in InterPrediction() 728 GlobalMotion global_motion_params = in InterPrediction() 730 GlobalMotion* warp_params = in InterPrediction() 1283 const int height, GlobalMotion* const warp_params, in BlockWarpProcess()
|
D | tile.cc | 2013 GlobalMotion local_warp_params; in ComputePrediction()
|