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

  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.h 138 int64 block_center_y = block_start_y + block_height_ / 2 - 1; local
139 if (0 <= block_center_y && block_center_y + 1 < num_rows_) {
143 union_down(image_index, block_center_y, x);
  /external/libaom/libaom/av1/common/
mv.h 167 static INLINE int block_center_y(int mi_row, BLOCK_SIZE bs) { function
243 y = block_center_y(mi_row, bsize);

Completed in 497 milliseconds