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

  /external/tensorflow/tensorflow/core/kernels/
decode_bmp_op.cc 110 const int32 abs_height = abs(height); variable
116 (abs_height - 1) * row_size +
136 0, TensorShape({abs_height, width, channels_}), &output));
141 abs_height, channels_, top_down);
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 159 int abs_height = (height < 0) ? -height : height; local
161 const uint8_t* uvInterlaced = src_frame + (width * abs_height);

Completed in 68 milliseconds