Home
last modified time | relevance | path

Searched defs:col_max (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
1315 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); in vp9_full_search_sad_c() local
1363 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx3() local
1454 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx8() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c1358 int col_max = ref_col + distance; in vp8_full_search_sad_c() local
1454 int col_max = ref_col + distance; in vp8_full_search_sadx3() local
1588 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
Dpickinter.c868 int col_max = (best_ref_mv.as_mv.col>>3) in vp8_pick_inter_mode() local
Drdopt.c1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local
2250 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local