Searched defs:ref_mv (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 264 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_tree() 360 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_comp_tree() 500 MV *ref_mv, in vp9_pattern_search() 735 MV *ref_mv, in vp9_hex_search() 769 MV *ref_mv, in vp9_bigdia_search() 810 MV *ref_mv, in vp9_square_search() 851 MV *ref_mv, in vp9_fast_hex_search() 865 MV *ref_mv, in vp9_fast_dia_search() 880 int vp9_full_range_search_c(const MACROBLOCK *x, MV *ref_mv, MV *best_mv, in vp9_full_range_search_c() 979 MV *ref_mv, MV *best_mv, in vp9_diamond_search_sad_c() [all …]
|
D | vp9_pickmode.c | 40 const MV ref_mv = mbmi->ref_mvs[ref][0].as_mv; in full_pixel_motion_search() local 141 MV ref_mv = mbmi->ref_mvs[ref][0].as_mv; in sub_pixel_motion_search() local
|
D | vp9_mbgraph.c | 25 const MV *ref_mv, in do_16x16_motion_iteration() 80 static int do_16x16_motion_search(VP9_COMP *cpi, const int_mv *ref_mv, in do_16x16_motion_search()
|
D | vp9_temporal_filter.c | 139 MV *ref_mv = &x->e_mbd.mi[0]->bmi[0].as_mv[0].as_mv; in temporal_filter_find_matching_mb_c() local
|
D | vp9_rdopt.c | 1626 int_mv *ref_mv[2]; member 2267 int_mv *ref_mv, in store_coding_context() 2383 MV ref_mv = mbmi->ref_mvs[ref][0].as_mv; in single_motion_search() local 2545 int_mv ref_mv[2]; in joint_motion_search() local
|
D | vp9_firstpass.c | 391 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 204 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively() 362 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step() 673 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_half_pixel_step() 854 int_mv *ref_mv, in vp8_hex_search() 1045 int_mv *ref_mv, in vp8_diamond_search_sad_c() 1169 int_mv *ref_mv, in vp8_diamond_search_sadx4() 1331 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c() 1427 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3() 1561 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8() 1725 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_refining_search_sad_c() [all …]
|
D | pickinter.c | 44 int_mv *bestmv, int_mv *ref_mv, in vp8_skip_fractional_mv_step()
|
D | firstpass.c | 436 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
|
D | rdopt.c | 1083 int_mv *ref_mv; member
|