Lines Matching refs:ox
410 for (size_t ox = 0; ox < output_width(); ox++) { in TestU8() local
416 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestU8()
425 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestU8()
491 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
497 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestF32()
504 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32()
592 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupU8() local
598 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8()
607 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupU8()
663 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupU8() local
669 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8()
678 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupU8()
732 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
738 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupF32()
745 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupF32()
817 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupF32() local
823 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupF32()
832 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupF32()