Home
last modified time | relevance | path

Searched refs:oy (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/libogg/src/
Dframing.c557 int ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() argument
558 if(oy){ in ogg_sync_init()
559 oy->storage = -1; /* used as a readiness flag */ in ogg_sync_init()
560 memset(oy,0,sizeof(*oy)); in ogg_sync_init()
566 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() argument
567 if(oy){ in ogg_sync_clear()
568 if(oy->data)_ogg_free(oy->data); in ogg_sync_clear()
569 memset(oy,0,sizeof(*oy)); in ogg_sync_clear()
574 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy() argument
575 if(oy){ in ogg_sync_destroy()
[all …]
/external/tremolo/Tremolo/
Dframing.c580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() argument
581 memset(oy,0,sizeof(*oy)); in ogg_sync_init()
582 oy->bufferpool=ogg_buffer_create(); in ogg_sync_init()
586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); in ogg_sync_create() local
587 memset(oy,0,sizeof(*oy)); in ogg_sync_create()
588 oy->bufferpool=ogg_buffer_create(); in ogg_sync_create()
589 return oy; in ogg_sync_create()
592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() argument
593 if(oy){ in ogg_sync_clear()
594 ogg_sync_reset(oy); in ogg_sync_clear()
[all …]
Dogg.h185 extern void ogg_sync_init(ogg_sync_state *oy);
187 extern int ogg_sync_clear(ogg_sync_state *oy);
188 extern int ogg_sync_destroy(ogg_sync_state *oy);
189 extern int ogg_sync_reset(ogg_sync_state *oy);
191 extern unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long size);
192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
193 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
194 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
Dvorbisfile.c94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE); in _get_data()
96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); in _get_data()
108 ogg_sync_reset(vf->oy); in _seek_helper()
137 more=ogg_sync_pageseek(vf->oy,og); in _get_next_page()
735 vf->oy=ogg_sync_create(); in _ov_open1()
742 unsigned char *buffer=ogg_sync_bufferin(vf->oy,ibytes); in _ov_open1()
744 ogg_sync_wrote(vf->oy,ibytes); in _ov_open1()
791 ogg_sync_destroy(vf->oy); in ov_clear()
/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h254 const GLfloat ox = from[0], oy = from[1]; in TAG() local
255 to[i][0] = m0 * ox + m4 * oy + m12; in TAG()
256 to[i][1] = m1 * ox + m5 * oy + m13; in TAG()
257 to[i][2] = m2 * ox + m6 * oy + m14; in TAG()
258 to[i][3] = m3 * ox + m7 * oy + m15; in TAG()
299 const GLfloat ox = from[0], oy = from[1]; in TAG() local
300 to[i][0] = m0 * ox + m4 * oy + m12; in TAG()
301 to[i][1] = m1 * ox + m5 * oy + m13; in TAG()
320 const GLfloat ox = from[0], oy = from[1]; in TAG() local
322 to[i][1] = m5 * oy + m13; in TAG()
[all …]
/external/libogg/include/ogg/
Dogg.h166 extern int ogg_sync_init(ogg_sync_state *oy);
167 extern int ogg_sync_clear(ogg_sync_state *oy);
168 extern int ogg_sync_reset(ogg_sync_state *oy);
169 extern int ogg_sync_destroy(ogg_sync_state *oy);
170 extern int ogg_sync_check(ogg_sync_state *oy);
172 extern char *ogg_sync_buffer(ogg_sync_state *oy, long size);
173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
174 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
175 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.h26 int uv_stride, int height, int width, uint8_t *oy,
31 int uv_stride, int height, int width, uint8_t *oy,
36 int uv_stride, int height, int width, uint8_t *oy,
47 uint8_t *oy, int oy_stride, uint8_t *ou,
53 uint8_t *oy, int oy_stride, uint8_t *ou,
59 uint8_t *oy, int oy_stride, uint8_t *ou,
Dvp9_resize.c748 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame420() argument
751 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame420()
760 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame422() argument
763 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame422()
772 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame444() argument
775 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame444()
786 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame420() argument
789 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame420()
800 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame422() argument
803 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame422()
[all …]
/external/libaom/libaom/av1/common/
Dresize.h31 int uv_stride, int height, int width, uint8_t *oy,
36 int uv_stride, int height, int width, uint8_t *oy,
41 int uv_stride, int height, int width, uint8_t *oy,
51 uint8_t *oy, int oy_stride, uint8_t *ou,
57 uint8_t *oy, int oy_stride, uint8_t *ou,
63 uint8_t *oy, int oy_stride, uint8_t *ou,
Dresize.c1111 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame420() argument
1114 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame420()
1123 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame422() argument
1126 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame422()
1135 int uv_stride, int height, int width, uint8_t *oy, in av1_resize_frame444() argument
1138 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame444()
1148 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame420() argument
1151 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame420()
1162 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame422() argument
1165 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame422()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D7825950324ec716167ed742b544c04be.00000ced.honggfuzz.cov15 �����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ��� �BPU*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA…
26 �����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ��� �BPU*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA…
34 �����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ��� �BPU*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA…
42 �����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ��� �BPU*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA…
D48eb9679180717c692412db04849459a.0000086a.honggfuzz.cov12 � �B�UT/z��A�u��&�\ sS*/*�z��Қ�Қ��LContent-MD5:)gz:�.���NT����D�oy�ǓfHA�A
13 ���D�oy�ǓfHA�A
Dd5f2440b79dd30e8b4f3c641ac0ea622.00001632.honggfuzz.cov15 …G�I�s�9�ӱ��Wƫ��� �BPUT/z�A�u��&�\ sS*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA�A
16 …��A�u��&�\ sS*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA�A
17 …���A�u��&�\ sS*/*�z��Қ��L�=�d[�MD )gz:�.���NT����D�oy�ǓfHA�A
/external/ImageMagick/MagickCore/
Dvision.c276 oy, in ConnectedComponentsImage() local
309 oy=offset+neighbor_offset; in ConnectedComponentsImage()
310 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
311 while (obj != oy) in ConnectedComponentsImage()
313 oy=obj; in ConnectedComponentsImage()
314 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
316 if (ox < oy) in ConnectedComponentsImage()
318 status=SetMatrixElement(equivalences,oy,0,&ox); in ConnectedComponentsImage()
323 status=SetMatrixElement(equivalences,ox,0,&oy); in ConnectedComponentsImage()
324 root=oy; in ConnectedComponentsImage()
[all …]
/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp210 const int oy = height/2; in render() local
216 const int y1i = (int)(((float)py/2.0f) * y1 + (float)oy); in render()
219 const int y2i = (int)(((float)py/2.0f) * y2 + (float)oy); in render()
257 const int oy = target->getHeight()/2; in render() local
263 const int y1i = (int)((py/2.0) * y1 + oy); in render()
266 const int y2i = (int)((py/2.0) * y2 + oy); in render()
499 const int oy = height/2; in iterate() local
505 const int y1i = (int)(((float)py/2.0f) * postSwapY1 + (float)oy); in iterate()
508 const int y2i = (int)(((float)py/2.0f) * postSwapY2 + (float)oy); in iterate()
/external/python/cpython2/Modules/
Dmathmodule.c760 PyObject *ox, *oy; in math_2() local
762 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy)) in math_2()
765 y = PyFloat_AsDouble(oy); in math_2()
1356 PyObject *ox, *oy; in math_fmod() local
1358 if (! PyArg_UnpackTuple(args, "fmod", 2, 2, &ox, &oy)) in math_fmod()
1361 y = PyFloat_AsDouble(oy); in math_fmod()
1390 PyObject *ox, *oy; in math_hypot() local
1392 if (! PyArg_UnpackTuple(args, "hypot", 2, 2, &ox, &oy)) in math_hypot()
1395 y = PyFloat_AsDouble(oy); in math_hypot()
1437 PyObject *ox, *oy; in math_pow() local
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc623 int64 oy = GetOutputSize(iy, ky, sy, padding); in ConvolutionDimensionsFromInputs() local
633 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding}; in ConvolutionDimensionsFromInputs()
640 VLOG(1) << "Output Dims:" << ox << "," << oy; in ConvolutionDimensionsFromInputs()
662 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DOperations()
955 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropInputOperations()
1012 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropFilterOperations()
1192 output = DescribeTensor(DT_FLOAT, {dims.batch, dims.oz, dims.ox, dims.oy}); in PredictFusedConv2DBiasActivation()
1194 output = DescribeTensor(DT_FLOAT, {dims.batch, dims.ox, dims.oy, dims.oz}); in PredictFusedConv2DBiasActivation()
1476 int64 oy = GetOutputSize(iy, ky, sy, padding); in OpDimensionsFromInputs() local
1480 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding}; in OpDimensionsFromInputs()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dor-01.ll41 ; CHECK: oy %r2, 4096(%r3)
52 ; CHECK: oy %r2, 524284(%r3)
76 ; CHECK: oy %r2, -4(%r3)
87 ; CHECK: oy %r2, -524288(%r3)
124 ; CHECK: oy %r2, 4096({{%r4,%r3|%r3,%r4}})
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dor-01.ll41 ; CHECK: oy %r2, 4096(%r3)
52 ; CHECK: oy %r2, 524284(%r3)
76 ; CHECK: oy %r2, -4(%r3)
87 ; CHECK: oy %r2, -524288(%r3)
124 ; CHECK: oy %r2, 4096({{%r4,%r3|%r3,%r4}})
/external/icu/icu4c/source/data/unit/
Duz.txt258 dnam{"oy"}
259 one{"{0} oy"}
260 other{"{0} oy"}
261 per{"{0}/oy"}
852 dnam{"oy"}
853 one{"{0} oy"}
854 other{"{0} oy"}
1256 dnam{"oy"}
1257 one{"{0} oy"}
1258 other{"{0} oy"}
[all …]
/external/icu/icu4c/source/data/locales/
Duz.txt1206 dn{"oy"}
1208 "-1"{"o‘tgan oy"}
1209 "0"{"shu oy"}
1210 "1"{"keyingi oy"}
1218 one{"{0} oy oldin"}
1219 other{"{0} oy oldin"}
1224 dn{"oy"}
1231 one{"{0} oy oldin"}
1232 other{"{0} oy oldin"}
1237 dn{"oy"}
[all …]
/external/skqp/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/external/skia/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/external/freetype/include/freetype/internal/
Dcffotypes.h97 FT_F26Dot6 ox, oy; /* offsets */ member
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dru-t-zh-Latn-pinyin.txt461 Liáoyáng Ляоян
481 Shàoyáng Шаоян

1234567891011