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

  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.h 129 int64 block_center_x = block_start_x + block_width_ / 2 - 1; local
130 if (0 <= block_center_x && block_center_x + 1 < num_cols_) {
134 union_right(image_index, y, block_center_x);
  /external/libaom/libaom/av1/common/
mv.h 162 static INLINE int block_center_x(int mi_col, BLOCK_SIZE bs) { function
242 x = block_center_x(mi_col, bsize);

Completed in 1676 milliseconds