Home
last modified time | relevance | path

Searched defs:best_mv (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c506 const MV *center_mv, MV *best_mv, in vp9_pattern_search()
702 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_var()
718 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_av_var()
741 const MV *center_mv, MV *best_mv) { in vp9_hex_search()
776 MV *best_mv) { in vp9_bigdia_search()
817 MV *best_mv) { in vp9_square_search()
858 MV *best_mv) { in vp9_fast_hex_search()
872 MV *best_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 …]
Dvp9_firstpass.c391 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
Dvp9_rdopt.c1887 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; in rd_check_segment_txsize() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.c30 int_mv *best_mv, in vp8_find_near_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c855 int_mv *best_mv, in vp8_hex_search()
1046 int_mv *best_mv, in vp8_diamond_search_sad_c()
1170 int_mv *best_mv, in vp8_diamond_search_sadx4()
1344 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sad_c() local
1440 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local
1574 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
Dbitstream.c614 int_mv best_mv; in pack_inter_mode_mvs() local
Dfirstpass.c436 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c232 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv()