Searched refs:abs_height (Results 1 – 2 of 2) sorted by relevance
110 const int32 abs_height = abs(height); in Compute() local116 (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()
159 int abs_height = (height < 0) ? -height : height; in ConvertNV12ToRGB565() local161 const uint8_t* uvInterlaced = src_frame + (width * abs_height); in ConvertNV12ToRGB565()