Home
last modified time | relevance | path

Searched refs:block_center_y (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h138 int64 block_center_y = block_start_y + block_height_ / 2 - 1; in merge_internal_block_edges() local
139 if (0 <= block_center_y && block_center_y + 1 < num_rows_) { in merge_internal_block_edges()
143 union_down(image_index, block_center_y, x); in merge_internal_block_edges()
/external/libaom/libaom/av1/common/
Dmv.h167 static INLINE int block_center_y(int mi_row, BLOCK_SIZE bs) { in block_center_y() function
243 y = block_center_y(mi_row, bsize); in gm_get_motion_vector()