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

  /external/tensorflow/tensorflow/python/kernel_tests/
reduction_ops_test_big.py 105 col_max = np.max(arr, axis=0)
107 full_max = np.max(col_max)
115 self.assertAllClose(col_max, tf_out_col)
  /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...]
vp9_mbgraph.c 251 x->mv_limits.col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16;
271 x->mv_limits.col_max -= 16;
vp9_temporal_filter.c 350 td->mb.mv_limits.col_max =
vp9_pickmode.c 178 x->mv_limits.col_max = VPXMIN(x->mv_limits.col_max, 10);
    [all...]
vp9_firstpass.c     [all...]
vp9_encodeframe.c 245 mv_limits->col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND;
    [all...]
vp9_rdopt.c     [all...]
  /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...]
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...]
pickinter.c 913 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; local
    [all...]
  /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/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...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 78 const int_mv maxmv = pack_int_mv(x->mv_limits.row_max, x->mv_limits.col_max);

Completed in 461 milliseconds