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 | 429 GlobalMotion* GetWarpParams(const Block& block, Plane plane, 434 GlobalMotion* global_motion_params, 435 GlobalMotion* local_warp_params) 441 GlobalMotion* local_warp_params); // 7.11.3.1. 473 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 | 345 const std::array<GlobalMotion, kNumReferenceFrameTypes>&
|
D | obu_parser.cc | 1273 const std::array<GlobalMotion, kNumReferenceFrameTypes>& in ParseGlobalParamSyntax() argument 1275 GlobalMotion* const global_motion = &frame_header_.global_motion[ref]; in ParseGlobalParamSyntax() 1276 const GlobalMotion* const prev_global_motion = &prev_global_motions[ref]; in ParseGlobalParamSyntax() 1317 const std::array<GlobalMotion, kNumReferenceFrameTypes>* prev_global_motions = in ParseGlobalMotionParameters() 1335 GlobalMotion* const global_motion = &frame_header_.global_motion[ref]; in ParseGlobalMotionParameters()
|
D | motion_vector.cc | 115 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motion = in SearchStack() 150 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motion = in CompoundSearchStack()
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 226 struct GlobalMotion { struct 458 std::array<GlobalMotion, kNumReferenceFrameTypes> global_motion;
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 672 GlobalMotion* Tile::GetWarpParams( in GetWarpParams() 677 GlobalMotion* const global_motion_params, in GetWarpParams() 678 GlobalMotion* const local_warp_params) const { in GetWarpParams() 716 GlobalMotion* const local_warp_params) { in InterPrediction() 733 GlobalMotion global_motion_params = in InterPrediction() 735 GlobalMotion* warp_params = in InterPrediction() 1232 const int height, GlobalMotion* const warp_params, in BlockWarpProcess()
|
D | tile.cc | 2038 GlobalMotion local_warp_params; in ComputePrediction()
|