Lines Matching refs:oy
409 for (size_t oy = 0; oy < output_height(); oy++) { in TestU8() local
414 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestU8()
425 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestU8()
490 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
495 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestF32()
504 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32()
591 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupU8() local
596 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupU8()
607 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupU8()
662 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupU8() local
667 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupU8()
678 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupU8()
731 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
736 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupF32()
745 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupF32()
816 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupF32() local
821 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupF32()
832 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupF32()