HomeSort by relevance Sort by last modified time
    Searched defs:col_max (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fractional_avg_pool_op.cc 149 const int64 col_max = input_size[2] - 1; variable
167 col_end = std::min(col_end, col_max);
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1309 int col_max = ref_col + distance; local
1395 int col_max = ref_col + distance; local
1514 int col_max = ref_col + distance; local
    [all...]
pickinter.c 913 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; local
    [all...]
rdopt.c 1235 int col_max = (best_ref_mv->as_mv.col >> 3) + MAX_FULL_PEL_VAL; local
2026 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 59 int col_max; member in struct:__anon26194
vp9_mcomp.c 40 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; local
45 col_max = VPXMIN(col_max, (MV_UPP >> 3) - 1);
51 if (mv_limits->col_max > col_max) mv_limits->col_max = col_max;
61 subpel_mv_limits->col_max = VPXMIN(umv_window_limits->col_max * 8,
69 subpel_mv_limits->col_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->col_max)
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 565 int row_min = 0, col_min = 0, row_max=0, col_max = 0; local
592 if (col > col_max) col_max = col;
625 for (i=col_min; i<=col_max; i++)
632 int dcol = col_max - col_min + 1;
655 if (col_hist[col_max+HSIZE] > col_hist[col_min+HSIZE])
663 quad_count = icvTrimCol(quads,quad_count,col_max,+1);
709 col <= col_max && col >= col_min &&
    [all...]

Completed in 226 milliseconds