Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/libavcodec/x86/
Dmpegvideodsp.c29 int stride, int h, int ox, int oy, in gmc_mmx() argument
35 const int iy = oy >> (16 + shift); in gmc_mmx()
37 const int oys = oy >> 4; in gmc_mmx()
61 (oy ^ (oy + dyw)) | (oy ^ (oy + dyh)) | (oy ^ (oy + dyw + dyh))) >> (16 + shift) || in gmc_mmx()
66 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, in gmc_mmx()
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstwavescope.c247 guint i, c, s, x, y, oy; in render_dots() local
255 oy = h / 2; in render_dots()
260 y = (guint) (oy + (gfloat) adata[s] * dy); in render_dots()
272 guint i, c, s, x, y, oy; in render_lines() local
281 oy = (h - 1) / 2; in render_lines()
285 y2 = (guint) (oy + (gfloat) adata[s] * dy); in render_lines()
288 y = (guint) (oy + (gfloat) adata[s] * dy); in render_lines()
317 guint i, c, s, x, y, oy; in render_color_dots() local
326 oy = h / 2; in render_color_dots()
333 y = (guint) (oy + flt[0] * dy); in render_color_dots()
[all …]
Dgstspacescope.c217 guint i, s, x, y, ox, oy; in render_dots() local
226 oy = h / 2; in render_dots()
230 y = (guint) (oy + (gfloat) adata[s++] * dy); in render_dots()
239 guint i, s, x, y, ox, oy; in render_lines() local
249 oy = (h - 1) / 2; in render_lines()
252 y2 = (guint) (oy + (gfloat) adata[s++] * dy); in render_lines()
255 y = (guint) (oy + (gfloat) adata[s++] * dy); in render_lines()
290 gint x, y, ox, oy; in render_color_dots() local
302 oy = h / 2; in render_color_dots()
313 y = (gint) (oy + f1r_l * dy); in render_color_dots()
[all …]
/third_party/vk-gl-cts/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()
/third_party/ffmpeg/libavcodec/
Dmpegvideodsp.h24 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
38 int stride, int h, int ox, int oy,
Dmpegvideodsp.c47 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, in ff_gmc_c() argument
61 vy = oy; in ff_gmc_c()
106 oy += dyy; in ff_gmc_c()
Dmpegvideo_motion.c139 int ox, oy; in gmc_motion() local
148 oy = s->sprite_offset[0][1] + s->sprite_delta[1][0] * s->mb_x * 16 + in gmc_motion()
152 ox, oy, in gmc_motion()
159 oy + s->sprite_delta[1][0] * 8, in gmc_motion()
170 oy = s->sprite_offset[1][1] + s->sprite_delta[1][0] * s->mb_x * 8 + in gmc_motion()
175 ox, oy, in gmc_motion()
183 ox, oy, in gmc_motion()
/third_party/skia/src/gpu/
DGrDstProxyView.h45 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstvertigo.c164 gint x, y, ox, oy, i, width, height, area, sstride, dstride; in gst_vertigotv_transform_frame() local
196 oy = filter->sy; in gst_vertigotv_transform_frame()
199 i = (oy >> 16) * width + (ox >> 16); in gst_vertigotv_transform_frame()
210 oy += filter->dy; in gst_vertigotv_transform_frame()
/third_party/ffmpeg/libavfilter/
Dvf_cover_rect.c98 int oy = offy>>!!p; in blur() local
100 uint8_t *data = in->data[p] + ox + oy * stride; in blur()
114 if (oy) { in blur()
124 if (oy + h < ih) { in blur()
Dvf_datascope.c773 int ox, oy; member
888 … draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace8()
907 … draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace16()
933 s->oy = (inlink->h - s->height) * s->ty; in update_oscilloscope()
1064 s->ox, s->oy, s->width, s->height + 20 * s->statistics); in oscilloscope_filter_frame()
1068 s->ox, s->oy, s->width - 1, 1); in oscilloscope_filter_frame()
1072 s->ox, s->oy + i * (s->height - 1) / 4, s->width, 1); in oscilloscope_filter_frame()
1077 s->ox + i * (s->width - 1) / 10, s->oy, 1, s->height); in oscilloscope_filter_frame()
1081 s->ox + s->width - 1, s->oy, 1, s->height); in oscilloscope_filter_frame()
1107 … draw_text(&s->draw, frame, &s->white, s->ox + 2 + 280 * i++, s->oy + s->height + 4, text, 0); in oscilloscope_filter_frame()
/third_party/ffmpeg/libswscale/
Dyuv2rgb.c811 int64_t oy = 0; in ff_yuv2rgb_c_init_tables() local
816 oy = 16 << 16; in ff_yuv2rgb_c_init_tables()
829 oy -= 256 * brightness; in ff_yuv2rgb_c_init_tables()
838 c->yOffset = roundToInt16(oy * (1 << 3)) * 0x0001000100010001ULL; in ff_yuv2rgb_c_init_tables()
841 c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy * (1 << 9)); in ff_yuv2rgb_c_init_tables()
863 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
878 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
897 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
916 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
939 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Duz.txt1373 dn{"oy"}
1375 "-1"{"o‘tgan oy"}
1376 "0"{"shu oy"}
1377 "1"{"keyingi oy"}
1385 one{"{0} oy oldin"}
1386 other{"{0} oy oldin"}
1391 dn{"oy"}
1393 "-1"{"o‘tgan oy"}
1394 "0"{"bu oy"}
1395 "1"{"keyingi oy"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Duz.txt1467 dn{"oy"}
1469 "-1"{"o‘tgan oy"}
1470 "0"{"shu oy"}
1471 "1"{"keyingi oy"}
1479 one{"{0} oy oldin"}
1480 other{"{0} oy oldin"}
1485 dn{"oy"}
1487 "-1"{"o‘tgan oy"}
1488 "0"{"bu oy"}
1489 "1"{"keyingi oy"}
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */ member
/third_party/skia/third_party/externals/icu/source/data/unit/
Duz.txt320 dnam{"oy"}
321 one{"{0} oy"}
322 other{"{0} oy"}
323 per{"{0}/oy"}
1162 dnam{"oy"}
1163 one{"{0} oy"}
1164 other{"{0} oy"}
1636 dnam{"oy"}
1637 one{"{0} oy"}
1638 other{"{0} oy"}
[all …]
/third_party/ffmpeg/libavformat/
Dimg2_alias_pix.c32 av_unused int oy = bytestream_get_be16(&b); in alias_pix_read_probe() local
/third_party/icu/icu4c/source/data/unit/
Duz.txt325 dnam{"oy"}
326 one{"{0} oy"}
327 other{"{0} oy"}
328 per{"{0}/oy"}
1183 dnam{"oy"}
1184 one{"{0} oy"}
1185 other{"{0} oy"}
1699 dnam{"oy"}
1700 one{"{0} oy"}
1701 other{"{0} oy"}
[all …]
/third_party/mbedtls/tests/data_files/
Drsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem29 wc6rvWCf4dBgXaOEI6yBA/maszl6iGhz9N8/lInWvfS9LVoW6ZlwQHQ/nfc/06oy
/third_party/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt23 oy → oɪ\u032F; # KLI says English ‹boy›, which would be [ɔɪ\u032F], but ‹o› is [o]
/third_party/skia/third_party/externals/icu/source/data/translit/
Dtlh_tlh_FONIPA.txt23 oy → oɪ\u032F; # KLI says English ‹boy›, which would be [ɔɪ\u032F], but ‹o› is [o]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.h179 FT_F26Dot6 ox, oy; /* offsets */ member
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h247 FT_Pos ox, oy; /* original, scaled position */ member
Dafhints.c475 point->oy / 64.0, in af_glyph_hints_dump_points()
990 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta; in af_glyph_hints_reload()
1429 ou = point->oy; in af_glyph_hints_align_strong_points()
1695 point->v = point->oy; in af_glyph_hints_align_weak_points()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp861 float oy = viewport.y + viewport.height * 0.5f; in rasterizeExpectedResults() local
877 yf[0] = py * 0.5f * yLow + oy; in rasterizeExpectedResults()
878 yf[1] = py * 0.5f * yHigh + oy; in rasterizeExpectedResults()

123