Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddecode_bmp_op.cc110 const int32 abs_height = abs(height); in Compute() local
116 (abs_height - 1) * row_size + in Compute()
136 0, TensorShape({abs_height, width, channels_}), &output)); in Compute()
141 abs_height, channels_, top_down); in Compute()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc159 int abs_height = (height < 0) ? -height : height; in ConvertNV12ToRGB565() local
161 const uint8_t* uvInterlaced = src_frame + (width * abs_height); in ConvertNV12ToRGB565()