Searched defs:motion_field (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_non_greedy_mv.c | 191 MotionField *motion_field = in vp9_alloc_motion_field_info() local 206 Status vp9_alloc_motion_field(MotionField *motion_field, BLOCK_SIZE bsize, in vp9_alloc_motion_field() 238 void vp9_free_motion_field(MotionField *motion_field) { in vp9_free_motion_field() 252 MotionField *motion_field = in vp9_free_motion_field_info() local 276 int vp9_motion_field_is_mv_set(const MotionField *motion_field, int brow, in vp9_motion_field_is_mv_set() 283 int_mv vp9_motion_field_get_mv(const MotionField *motion_field, int brow, in vp9_motion_field_get_mv() 290 int_mv vp9_motion_field_mi_get_mv(const MotionField *motion_field, int mi_row, in vp9_motion_field_mi_get_mv() 301 void vp9_motion_field_mi_set_mv(MotionField *motion_field, int mi_row, in vp9_motion_field_mi_set_mv() 315 void vp9_motion_field_reset_mvs(MotionField *motion_field) { in vp9_motion_field_reset_mvs()
|
H A D | vp9_tpl_model.c | 416 MotionField *motion_field, in full_pixel_motion_search() 877 MotionField *motion_field; in mode_estimation() local 1038 MotionField *motion_field, in get_mv_from_mv_mode() 1065 GF_PICTURE *gf_picture, MotionField *motion_field, in get_mv_dist() 1111 static double get_mv_cost(int mv_mode, VP9_COMP *cpi, MotionField *motion_field, in get_mv_cost() 1133 GF_PICTURE *gf_picture, MotionField *motion_field, in eval_mv_mode() 1150 MotionField *motion_field, int frame_idx, in find_best_ref_mv_mode() 1183 GF_PICTURE *gf_picture, MotionField *motion_field, in predict_mv_mode() 1278 MotionField *motion_field, int frame_idx, in predict_mv_mode_arr() 1304 MotionField *motion_field, int frame_idx, in do_motion_search() [all …]
|
H A D | vp9_rdopt.c | 2590 MotionField *motion_field = vp9_motion_field_info_get_motion_field( in single_motion_search() local 2774 const MotionField *motion_field = vp9_motion_field_info_get_motion_field( in discount_newmv_test() local
|
H A D | vp9_mcomp.c | 2028 int vp9_prepare_nb_full_mvs(const MotionField *motion_field, int mi_row, in vp9_prepare_nb_full_mvs()
|
/aosp_15_r20/external/libgav1/src/ |
H A D | motion_vector.cc | 413 const TemporalMotionField& motion_field = tile.motion_field(); in TemporalScan() local 770 TemporalMotionField* const motion_field) { in MotionFieldProjection() 933 TemporalMotionField* const motion_field) { in SetupMotionField()
|
H A D | frame_scratch_buffer.h | 72 TemporalMotionField motion_field; member
|
H A D | tile.h | 123 const TemporalMotionField& motion_field() const { return motion_field_; } in motion_field() function
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | motion_field_projection.cc | 42 TemporalMotionField* motion_field) { in MotionFieldProjectionKernel_C()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | motion_field_projection_sse4.cc | 163 TemporalMotionField* const motion_field) { in MotionFieldProjectionKernel_SSE4_1()
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | motion_field_projection_neon.cc | 159 TemporalMotionField* const motion_field) { in MotionFieldProjectionKernel_NEON()
|