/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
D | radial_test.go | 144 ox := x.canonicalize() 148 case ox < -riRadius: 152 return radialOutPair{roLargeNeg, ox + oy} 153 case ox > +riRadius: 157 return radialOutPair{ox + oy, roLargePos} 161 return radialOutPair{roLargeNeg, ox + oy} 163 return radialOutPair{ox + oy, roLargePos} 165 return radialOutPair{ox + oy, ox + oy} 174 ox := x.canonicalize() 178 case ox < -riRadius: [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | hevc_pel.c | 162 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local 164 … int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); in checkasm_check_hevc_qpel_uni_w() 183 for (ox = offsets; *ox >= 0; ox++) { in checkasm_check_hevc_qpel_uni_w() 185 … SIZEOF_PIXEL, src0, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 186 … SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 189 … SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 256 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local 279 for (ox = offsets; *ox >= 0; ox++) { in checkasm_check_hevc_qpel_bi_w() 281 … src0, sizes[size] * SIZEOF_PIXEL, ref0, sizes[size], *denom, *wx, *wx, *ox, *ox, i, j, sizes[size… in checkasm_check_hevc_qpel_bi_w() 282 … src1, sizes[size] * SIZEOF_PIXEL, ref1, sizes[size], *denom, *wx, *wx, *ox, *ox, i, j, sizes[size… in checkasm_check_hevc_qpel_bi_w() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideodsp.c | 29 int stride, int h, int ox, int oy, in gmc_mmx() argument 34 const int ix = ox >> (16 + shift); in gmc_mmx() 36 const int oxs = ox >> 4; in gmc_mmx() 60 ((ox ^ (ox + dxw)) | (ox ^ (ox + dxh)) | (ox ^ (ox + dxw + dxh)) | 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/ |
D | gstspacescope.c | 217 guint i, s, x, y, ox, oy; in render_dots() local 224 ox = w / 2; in render_dots() 229 x = (guint) (ox + (gfloat) adata[s++] * dx); in render_dots() 239 guint i, s, x, y, ox, oy; in render_lines() local 247 ox = (w - 1) / 2; in render_lines() 251 x2 = (guint) (ox + (gfloat) adata[s++] * dx); in render_lines() 254 x = (guint) (ox + (gfloat) adata[s++] * dx); in render_lines() 290 gint x, y, ox, oy; in render_color_dots() local 301 ox = w / 2; in render_color_dots() 312 x = (gint) (ox + f1l_l * dx); in render_color_dots() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglPreservingSwapTests.cpp | 209 const int ox = width/2; in render() local 215 const int x1i = (int)(((float)px/2.0f) * x1 + (float)ox); in render() 218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox); in render() 256 const int ox = target->getWidth()/2; in render() local 262 const int x1i = (int)((px/2.0) * x1 + ox); in render() 265 const int x2i = (int)((px/2.0) * x2 + ox); in render() 498 const int ox = width/2; in iterate() local 504 const int x1i = (int)(((float)px/2.0f) * postSwapX1 + (float)ox); in iterate() 507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox); in iterate()
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp_template.c | 555 … int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) in FUNC() 569 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC() 572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); in FUNC() 872 int height, int denom, int wx, int ox, in FUNC() 888 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC() 891 … dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC() 927 int height, int denom, int wx, int ox, in FUNC() 943 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC() 946 … = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC() 982 int height, int denom, int wx, int ox, in FUNC() [all …]
|
D | mpegvideodsp.h | 24 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,
|
D | mpegvideodsp.c | 47 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, in ff_gmc_c() argument 60 vx = ox; in ff_gmc_c() 105 ox += dxy; in ff_gmc_c()
|
D | hevcdsp.h | 79 … int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); 94 … int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
|
/third_party/optimized-routines/math/test/testcases/directed/ |
D | expf.tst | 11 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=expf op1=42cffff8 result=7f800000 errno=ERANGE status=ox 19 func=expf op1=42d00008 result=7f800000 errno=ERANGE status=ox
|
D | exp2f.tst | 11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=exp2f op1=43000000 result=7f800000 errno=ERANGE status=ox 19 func=exp2f op1=43000001 result=7f800000 errno=ERANGE status=ox
|
D | powf.tst | 119 func=powf op1=00000001 op2=bf800000 result=7f800000 errno=ERANGE status=ox 207 func=powf op1=351738cd op2=c0c55691 result=7f800000 errno=ERANGE status=ox 208 func=powf op1=42836035 op2=41a99f40 result=7f800000 errno=ERANGE status=ox 212 func=powf op1=28f0e770 op2=c035b4ca result=7f800000 errno=ERANGE status=ox 215 func=powf op1=3a2f1163 op2=c1422d45 result=7f800000 errno=ERANGE status=ox 216 func=powf op1=434f5cf3 op2=41851272 result=7f800000 errno=ERANGE status=ox 217 func=powf op1=2e0e27a4 op2=c06b13f5 result=7f800000 errno=ERANGE status=ox 219 func=powf op1=21c80729 op2=c00a04ab result=7f800000 errno=ERANGE status=ox 221 func=powf op1=2d173e0b op2=c05ee797 result=7f800000 errno=ERANGE status=ox 222 func=powf op1=452edf9a op2=4132dd7f result=7f800000 errno=ERANGE status=ox [all …]
|
D | exp2.tst | 12 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox
|
D | exp.tst | 12 func=exp op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp op1=40862e42.fefa39f0 result=7ff00000.00000000 errno=ERANGE status=ox
|
/third_party/skia/src/gpu/ |
D | GrDstProxyView.h | 45 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/third_party/ffmpeg/libavfilter/ |
D | vf_cover_rect.c | 97 int ox = offx>>!!p; in blur() local 100 uint8_t *data = in->data[p] + ox + oy * stride; in blur() 109 if (ox) { in blur() 119 if (ox + w < iw) { in blur()
|
D | vf_datascope.c | 773 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() 932 s->ox = (inlink->w - s->width) * s->tx; 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/gstreamer/gstplugins_good/gst/effectv/ |
D | gstvertigo.c | 164 gint x, y, ox, oy, i, width, height, area, sstride, dstride; in gst_vertigotv_transform_frame() local 195 ox = filter->sx; in gst_vertigotv_transform_frame() 199 i = (oy >> 16) * width + (ox >> 16); in gst_vertigotv_transform_frame() 209 ox += filter->dx; in gst_vertigotv_transform_frame()
|
/third_party/flutter/skia/src/gpu/ |
D | GrXferProcessor.h | 87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-resampler.c | 231 gdouble ox, x; in resampler_calculate_taps() local 238 ox = (0.5 + (gdouble) j - shift) / out_size; in resampler_calculate_taps() 240 x = ox * (gdouble) in_size - corr; in resampler_calculate_taps()
|
/third_party/mbedtls/tests/data_files/ |
D | server1.csr | 15 ox+ATHKxQ/XpRQP+2OTb9sw1kM59
|
D | server1-ms.req.sha256 | 15 ox+ATHKxQ/XpRQP+2OTb9sw1kM59
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cffotypes.h | 96 FT_F26Dot6 ox, oy; /* offsets */ member
|
/third_party/freetype/include/freetype/internal/ |
D | cffotypes.h | 96 FT_F26Dot6 ox, oy; /* offsets */ member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cffotypes.h | 97 FT_F26Dot6 ox, oy; /* offsets */ member
|