Home
last modified time | relevance | path

Searched refs: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
39 col_max = MIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()
46 if (x->mv_col_max > col_max) in vp9_set_mv_search_range()
47 x->mv_col_max = col_max; in vp9_set_mv_search_range()
1315 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); in vp9_full_search_sad_c() local
1325 for (c = col_min; c < col_max; ++c) { in vp9_full_search_sad_c()
1363 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx3() local
1386 while ((c + 2) < col_max && fn_ptr->sdx3f != NULL) { in vp9_full_search_sadx3()
1410 while (c < col_max) { in vp9_full_search_sadx3()
1454 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx8() local
[all …]
/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
1386 if (col_max > x->mv_col_max) in vp8_full_search_sad_c()
1387 col_max = x->mv_col_max; in vp8_full_search_sad_c()
1400 for (c = col_min; c < col_max; c++) in vp8_full_search_sad_c()
1454 int col_max = ref_col + distance; in vp8_full_search_sadx3() local
1484 if (col_max > x->mv_col_max) in vp8_full_search_sadx3()
1485 col_max = x->mv_col_max; in vp8_full_search_sadx3()
1499 while ((c + 2) < col_max) in vp8_full_search_sadx3()
1529 while (c < col_max) in vp8_full_search_sadx3()
1588 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
[all …]
Dpickinter.c868 int col_max = (best_ref_mv.as_mv.col>>3) in vp8_pick_inter_mode() local
954 if (x->mv_col_max > col_max ) in vp8_pick_inter_mode()
955 x->mv_col_max = col_max; in vp8_pick_inter_mode()
Drdopt.c1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local
1438 if (x->mv_col_max > col_max ) in vp8_rd_pick_best_mbsegmentation()
1439 x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation()
2250 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
2275 if (x->mv_col_max > col_max ) in vp8_rd_pick_inter_mode()
2276 x->mv_col_max = col_max; in vp8_rd_pick_inter_mode()