Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c35 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
1313 const int row_max = MIN(ref_mv->row + distance, x->mv_row_max); in vp9_full_search_sad_c() local
1361 const int row_max = MIN(ref_row + distance, x->mv_row_max); in vp9_full_search_sadx3() local
1452 const int row_max = MIN(ref_row + distance, x->mv_row_max); in vp9_full_search_sadx8() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c1356 int row_max = ref_row + distance; in vp8_full_search_sad_c() local
1452 int row_max = ref_row + distance; in vp8_full_search_sadx3() local
1586 int row_max = ref_row + distance; in vp8_full_search_sadx8() local
Dpickinter.c870 int row_max = (best_ref_mv.as_mv.row>>3) in vp8_pick_inter_mode() local
Drdopt.c1428 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local
2251 int row_max = (best_ref_mv.as_mv.row>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local