Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_avg_pool_op.cc149 const int64 col_max = input_size[2] - 1; in Compute() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1309 int col_max = ref_col + distance; in vp8_full_search_sad_c() local
1396 int col_max = ref_col + distance; in vp8_full_search_sadx3() local
1517 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
Dpickinter.c912 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
Drdopt.c1235 int col_max = (best_ref_mv->as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local
2030 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h59 int col_max; member
Dvp9_mcomp.c40 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
/external/libaom/libaom/av1/encoder/
Dblock.h88 int col_max; member
Dmcomp.c46 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in av1_set_mv_search_range() local
63 int *col_max, int *row_min, int *row_max, in set_subpel_mv_search_range()