/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideodsp.c | 29 int stride, int h, int ox, int oy, in gmc_mmx() 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, o in gmc_mmx() 28 gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height) gmc_mmx() argument [all...] |
H A D | hevc_mc.asm | 1456 cglobal hevc_put_hevc_uni_w%1_%2, 4, 5, 7, dst, dststride, src, height, denom, wx, ox 1460 cglobal hevc_put_hevc_uni_w%1_%2, 6, 6, 7, dst, dststride, src, height, denom, wx, ox 1481 shl SHIFT, %2-8 ; ox << (bitd - 8) 1544 shl r5d, %2-8 ; ox << (bitd - 8)
|
H A D | hevcdsp.h | 44 void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); \
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_pel.c | 167 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local 169 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); in checkasm_check_hevc_qpel_uni_w() 188 for (ox = offsets; *ox >= 0; ox++) { in checkasm_check_hevc_qpel_uni_w() 190 call_ref(dst0, sizes[size] * SIZEOF_PIXEL, src0, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 191 call_new(dst1, sizes[size] * SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 194 bench_new(dst1, sizes[size] * SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 261 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local 284 for (ox in checkasm_check_hevc_qpel_bi_w() 399 const int *denom, *wx, *ox; checkasm_check_hevc_epel_uni_w() local 493 const int *denom, *wx, *ox; checkasm_check_hevc_epel_bi_w() local [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A 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()
|
H A D | teglGLES2SharingTests.cpp | 439 int ox = deRoundFloatToInt32((float)width / 2.0f); in renderResource() local 441 int x1 = deRoundFloatToInt32(((float)width * fx1 / 2.0f) + (float)ox); in renderResource() 443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox); in renderResource()
|
/third_party/ffmpeg/libavcodec/ |
H A 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,
|
H A D | hevcdsp_template.c | 555 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) in put_hevc_pel_uni_w_pixels() 569 ox = ox * (1 << (BIT_DEPTH - 8)); in put_hevc_pel_uni_w_pixels() 572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); in put_hevc_pel_uni_w_pixels() 872 int height, int denom, int wx, int ox, in put_hevc_qpel_uni_w_h() 888 ox = ox * (1 << (BIT_DEPTH - 8)); in put_hevc_qpel_uni_w_h() 891 dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in put_hevc_qpel_uni_w_h() 927 int height, int denom, int wx, int ox, in put_hevc_qpel_uni_w_v() 943 ox in put_hevc_qpel_uni_w_v() 554 put_hevc_pel_uni_w_pixels(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_pel_uni_w_pixels() argument 870 put_hevc_qpel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_h() argument 925 put_hevc_qpel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_v() argument 980 put_hevc_qpel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_hv() argument 1313 put_hevc_epel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_h() argument 1365 put_hevc_epel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_v() argument 1417 put_hevc_epel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_hv() argument [all...] |
H A 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()
|
H A 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);
|
H A D | mpegvideo_motion.c | 141 int ox, oy; in gmc_motion() local 148 ox = s->sprite_offset[0][0] + s->sprite_delta[0][0] * s->mb_x * 16 + in gmc_motion() 154 ox, oy, in gmc_motion() 160 ox + s->sprite_delta[0][0] * 8, in gmc_motion() 170 ox = s->sprite_offset[1][0] + s->sprite_delta[0][0] * s->mb_x * 8 + in gmc_motion() 177 ox, oy, in gmc_motion() 185 ox, oy, in gmc_motion()
|
H A D | exr.c | 512 static void wav_decode(uint16_t *in, int nx, int ox, in wav_decode() argument 533 int ox1 = ox * p; in wav_decode() 534 int ox2 = ox * p2; in wav_decode() 538 uint16_t *ex = py + ox * (nx - p2); in wav_decode() 572 uint16_t *ex = py + ox * (nx - p2); in wav_decode()
|
/third_party/skia/src/gpu/ |
H A D | GrDstProxyView.h | 45 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cover_rect.c | 85 int ox = offx>>!!p; in blur() local 88 uint8_t *data = in->data[p] + ox + oy * stride; in blur() 97 if (ox) { in blur() 107 if (ox + w < iw) { in blur()
|
H A D | vf_datascope.c | 769 int ox, oy; member 884 draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace8() 903 draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace16() 928 s->ox = (inlink->w - s->width) * s->tx; in update_oscilloscope() 1060 s->ox, s->oy, s->width, s->height + 20 * s->statistics); in oscilloscope_filter_frame() 1064 s->ox, s->oy, s->width - 1, 1); in oscilloscope_filter_frame() 1068 s->ox, s->oy + i * (s->height - 1) / 4, s->width, 1); in oscilloscope_filter_frame() 1073 s->ox in oscilloscope_filter_frame() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | img2_alias_pix.c | 31 av_unused int ox = bytestream_get_be16(&b); in alias_pix_read_probe() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | cffotypes.h | 96 FT_F26Dot6 ox, oy; /* offsets */ member
|
/third_party/skia/src/core/ |
H A D | SkBlurMask.cpp | 363 int ox = dx >> 1; in ProfileLookup() local 364 if (ox < 0) { in ProfileLookup() 365 ox = 0; in ProfileLookup() 368 return profile[ox]; in ProfileLookup()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.h | 179 FT_F26Dot6 ox, oy; /* offsets */ member
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 1292 const struct dx10_opcode_xlate *ox; in Shader_tgsi_translate() local 1295 ox = &opcode_xlate[opcode.type]; in Shader_tgsi_translate() 2231 assert(ox->tgsi_opcode != TGSI_EXPAND); in Shader_tgsi_translate() 2233 if (ox->tgsi_opcode == TGSI_LOG_UNSUPPORTED) { in Shader_tgsi_translate() 2239 __FUNCTION__, ox->type); in Shader_tgsi_translate() 2240 assert(ox->tgsi_opcode != TGSI_LOG_UNSUPPORTED); in Shader_tgsi_translate() 2251 src[i] = translate_src_operand(&sx, &opcode.src[i], ox->format); in Shader_tgsi_translate() 2262 ox->tgsi_opcode, in Shader_tgsi_translate()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 474 point->ox / 64.0, in af_glyph_hints_dump_points() 989 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta; in FT_LOCAL_DEF() 1434 ou = point->ox; in af_glyph_hints_align_strong_points() 1685 point->v = point->ox; in af_glyph_hints_align_weak_points()
|
H A D | afhints.h | 247 FT_Pos ox, oy; /* original, scaled position */ member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 913 float ox = viewport.x + viewport.width * 0.5f; in rasterizeExpectedResults() local 927 xf[0] = px * 0.5f * xLow + ox; in rasterizeExpectedResults() 928 xf[1] = px * 0.5f * xHigh + ox; in rasterizeExpectedResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 822 float ox = viewport.x + viewport.width * 0.5f; in rasterizeExpectedResults() local 836 xf[0] = px * 0.5f * xLow + ox; in rasterizeExpectedResults() 837 xf[1] = px * 0.5f * xHigh + ox; in rasterizeExpectedResults()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 754 const deInt64 ox = samplePos[sampleNdx*2 + 0]; 759 e01[sampleNdx][fragNdx] = evaluateEdge(m_edge01, sx[fragNdx] + ox, sy[fragNdx] + oy); 760 e12[sampleNdx][fragNdx] = evaluateEdge(m_edge12, sx[fragNdx] + ox, sy[fragNdx] + oy); 761 e20[sampleNdx][fragNdx] = evaluateEdge(m_edge20, sx[fragNdx] + ox, sy[fragNdx] + oy);
|