Home
last modified time | relevance | path

Searched refs:col_max (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c40 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
45 col_max = VPXMIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()
51 if (mv_limits->col_max > col_max) mv_limits->col_max = col_max; in vp9_set_mv_search_range()
61 subpel_mv_limits->col_max = VPXMIN(umv_window_limits->col_max * 8, in vp9_set_subpel_mv_search_range()
69 subpel_mv_limits->col_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->col_max); in vp9_set_subpel_mv_search_range()
293 maxc = subpel_mv_limits.col_max; \
777 maxc = subpel_mv_limits.col_max; in vp9_find_best_sub_pixel_tree()
945 ((col + range) <= mv_limits->col_max); in check_bounds()
949 return (mv->col >= mv_limits->col_min) && (mv->col <= mv_limits->col_max) && in is_mv_in()
1039 clamp_mv(ref_mv, x->mv_limits.col_min, x->mv_limits.col_max, in vp9_pattern_search()
[all …]
Dvp9_block.h59 int col_max; member
Dvp9_mbgraph.c252 x->mv_limits.col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
272 x->mv_limits.col_max -= 16; in update_mbgraph_frame_stats()
Dvp9_temporal_filter.c653 td->mb.mv_limits.col_max = in vp9_temporal_filter_iterate_row_c()
Dvp9_pickmode.c189 x->mv_limits.col_max = VPXMIN(x->mv_limits.col_max, 10); in combined_motion_search()
Dvp9_firstpass.c1034 x->mv_limits.col_max = in vp9_first_pass_encode_tile_mb_row()
Dvp9_rdopt.c1629 (mv->col >> 3) > mv_limits->col_max; in mv_check_bounds()
Dvp9_encoder.c5863 x->mv_limits.col_max =
Dvp9_encodeframe.c274 mv_limits->col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
/external/tensorflow/tensorflow/python/kernel_tests/
Dreduction_ops_test_big.py114 col_max = np.max(arr, axis=0)
116 full_max = np.max(col_max)
126 self.assertAllClose(col_max, tf_out_col)
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1309 int col_max = ref_col + distance; in vp8_full_search_sad_c() local
1335 if (col_max > x->mv_col_max) col_max = x->mv_col_max; in vp8_full_search_sad_c()
1345 for (c = col_min; c < col_max; ++c) { in vp8_full_search_sad_c()
1396 int col_max = ref_col + distance; in vp8_full_search_sadx3() local
1424 if (col_max > x->mv_col_max) col_max = x->mv_col_max; in vp8_full_search_sadx3()
1435 while ((c + 2) < col_max) { in vp8_full_search_sadx3()
1461 while (c < col_max) { in vp8_full_search_sadx3()
1517 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
1546 if (col_max > x->mv_col_max) col_max = x->mv_col_max; in vp8_full_search_sadx8()
1557 while ((c + 7) < col_max) { in vp8_full_search_sadx8()
[all …]
Drdopt.c1235 int col_max = (best_ref_mv->as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local
1246 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation()
2030 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
2054 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_inter_mode()
Dpickinter.c912 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
992 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_pick_inter_mode()
/external/libaom/libaom/av1/encoder/
Dmcomp.c46 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in av1_set_mv_search_range() local
51 col_max = AOMMIN(col_max, (MV_UPP >> 3) - 1); in av1_set_mv_search_range()
57 if (mv_limits->col_max > col_max) mv_limits->col_max = col_max; in av1_set_mv_search_range()
63 int *col_max, int *row_min, int *row_max, in set_subpel_mv_search_range() argument
67 const int maxc = AOMMIN(mv_limits->col_max * 8, ref_mv->col + max_mv); in set_subpel_mv_search_range()
72 *col_max = AOMMIN(MV_UPP - 1, maxc); in set_subpel_mv_search_range()
998 ((col + range) <= mv_limits->col_max); in check_bounds()
1002 return (mv->col >= mv_limits->col_min) && (mv->col <= mv_limits->col_max) && in is_mv_in()
1138 clamp_mv(start_mv, x->mv_limits.col_min, x->mv_limits.col_max, in pattern_search()
1579 clamp_mv(&fcenter_mv, x->mv_limits.col_min, x->mv_limits.col_max, in exhuastive_mesh_search()
[all …]
Dpartition_strategy.h100 x->mv_limits.col_max = (cm->mi_cols - mi_col) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_for_motion_search()
Dmbgraph.c257 x->mv_limits.col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
274 x->mv_limits.col_max -= 16; in update_mbgraph_frame_stats()
Dblock.h88 int col_max; member
Dtpl_model.c191 x->mv_limits.col_max = in mode_estimation()
Dfirstpass.c538 x->mv_limits.col_max = in av1_first_pass()
Dtemporal_filter.c847 cpi->td.mb.mv_limits.col_max = in temporal_filter_iterate_c()
Drdopt.c6629 (mv->col >> 3) > mv_limits->col_max; in mv_check_bounds()
7202 AOMMIN(x->mv_limits.col_max * 8, ref_mv.col + MV_MAX); in single_motion_search()
10691 x->mv_limits.col_max = (tile->mi_col_end - mi_col) * MI_SIZE - w; in rd_pick_intrabc_mode_sb()
10698 x->mv_limits.col_max = in rd_pick_intrabc_mode_sb()
10710 assert(x->mv_limits.col_max <= tmp_mv_limits.col_max); in rd_pick_intrabc_mode_sb()
10715 if (x->mv_limits.col_max < x->mv_limits.col_min || in rd_pick_intrabc_mode_sb()
Dencodeframe.c236 x->mv_limits.col_max = (cm->mi_cols - mi_col) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_without_segment_id()
/external/tensorflow/tensorflow/core/kernels/
Dfractional_avg_pool_op.cc149 const int64 col_max = input_size[2] - 1; in Compute() local
167 col_end = std::min(col_end, col_max); in Compute()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c78 const int_mv maxmv = pack_int_mv(x->mv_limits.row_max, x->mv_limits.col_max); in vp9_diamond_search_sad_avx()