Home
last modified time | relevance | path

Searched defs:oy (Results 1 – 25 of 34) sorted by relevance

12

/external/XNNPACK/test/
Dconvolution-operator-tester.h562 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxQ8() local
580 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxQ8() local
604 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxQ8() local
722 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxF32() local
740 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxF32() local
764 for (size_t oy = 0; oy < output_height(); oy++) { in TestNHWCxF32() local
887 for (size_t oy = 0; oy < output_height(); oy++) { in TestNCHWxF32() local
903 for (size_t oy = 0; oy < output_height(); oy++) { in TestNCHWxF32() local
929 for (size_t oy = 0; oy < output_height(); oy++) { in TestNCHWxF32() local
1056 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupNHWCxQ8() local
[all …]
Ddeconvolution-operator-tester.h456 for (size_t oy = 0; oy < output_height(); oy++) { in TestQ8() local
471 for (size_t oy = 0; oy < output_height(); oy++) { in TestQ8() local
590 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
605 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
728 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupQ8() local
743 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupQ8() local
845 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupQ8() local
860 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupQ8() local
951 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
966 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
[all …]
Dmax-pooling-operator-tester.h409 for (size_t oy = 0; oy < output_height(); oy++) { in TestU8() local
490 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
591 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupU8() local
662 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupU8() local
731 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
816 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupF32() local
Daverage-pooling-operator-tester.h407 for (size_t oy = 0; oy < output_height(); oy++) { in TestQ8() local
490 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
592 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupQ8() local
662 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupQ8() local
736 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
819 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupF32() local
Dunpooling-operator-tester.h304 …const size_t oy = std::min(std::max<size_t>(iy * pooling_height() + py, padding_top()) - padding_t… in TestX32() local
385 …const size_t oy = std::min(std::max<size_t>(iy * pooling_height() + py, padding_top()) - padding_t… in TestSetupX32() local
446 …const size_t oy = std::min(std::max<size_t>(iy * pooling_height() + py, padding_top()) - padding_t… in TestSetupX32() local
Dargmax-pooling-operator-tester.h306 for (size_t oy = 0; oy < output_height(); oy++) { in TestF32() local
422 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
517 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupF32() local
Ddwconv-spchw-microkernel-tester.h243 for (size_t oy = 0; oy < output_height(); oy++) { variable
Dconv-hwc-microkernel-tester.h326 for (size_t oy = 0; oy < output_height(); oy++) { variable
Dconv-hwc2spchw-microkernel-tester.h326 for (size_t oy = 0; oy < output_height(); oy++) { variable
/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h254 const GLfloat ox = from[0], oy = from[1]; in TAG() local
299 const GLfloat ox = from[0], oy = from[1]; in TAG() local
320 const GLfloat ox = from[0], oy = from[1]; in TAG() local
342 const GLfloat ox = from[0], oy = from[1]; in TAG() local
369 const GLfloat ox = from[0], oy = from[1]; in TAG() local
397 const GLfloat ox = from[0], oy = from[1]; in TAG() local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local
517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local
[all …]
/external/tremolo/Tremolo/
Dframing.c580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init()
586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); in ogg_sync_create() local
592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear()
601 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy()
611 unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long bytes){ in ogg_sync_bufferin()
655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote()
694 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek()
810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ in ogg_sync_pageout()
839 int ogg_sync_reset(ogg_sync_state *oy){ in ogg_sync_reset()
Divorbisfile.h71 ogg_sync_state *oy; member
/external/libogg/src/
Dframing.c557 int ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init()
566 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear()
574 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy()
582 int ogg_sync_check(ogg_sync_state *oy){ in ogg_sync_check()
587 char *ogg_sync_buffer(ogg_sync_state *oy, long size){ in ogg_sync_buffer()
619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote()
636 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek()
734 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ in ogg_sync_pageout()
896 int ogg_sync_reset(ogg_sync_state *oy){ in ogg_sync_reset()
1008 ogg_sync_state oy; variable
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c750 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame420()
762 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame422()
774 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame444()
788 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame420()
802 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame422()
816 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame444()
/external/python/cpython2/Modules/
Dmathmodule.c760 PyObject *ox, *oy; in math_2() local
1356 PyObject *ox, *oy; in math_fmod() local
1390 PyObject *ox, *oy; in math_hypot() local
1437 PyObject *ox, *oy; in math_pow() local
/external/freetype/include/freetype/internal/
Dcffotypes.h97 FT_F26Dot6 ox, oy; /* offsets */ member
/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp210 const int oy = height/2; in render() local
257 const int oy = target->getHeight()/2; in render() local
499 const int oy = height/2; in iterate() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h126 int64 oy; // Output size y. member
/external/skia/src/gpu/
DGrXferProcessor.h88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
/external/ImageMagick/MagickCore/
Dvision.c275 oy, in ConnectedComponentsImage() local
/external/skqp/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
/external/libaom/libaom/av1/common/
Dresize.c1113 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame420()
1125 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame422()
1137 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame444()
1151 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame420()
1165 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame422()
1179 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame444()
/external/XNNPACK/bench/
Dconvolution.cc519 for (size_t oy = 0; oy < output_height; oy++) { in compare_with_convolution_f32_reference_output() local
531 for (size_t oy = 0; oy < output_height; oy++) { in compare_with_convolution_f32_reference_output() local
/external/freetype/src/truetype/
Dttobjs.h180 FT_F26Dot6 ox, oy; /* offsets */ member
/external/XNNPACK/src/xnnpack/
Dpack.h238 for (size_t oy = 0; oy < sh; oy++) { in xnn_pack_q8_deconv_goki_w() local
734 for (size_t oy = 0; oy < sh; oy++) { in xnn_pack_f32_deconv_goki_w() local

12