/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideodsp.c | 29 int stride, int h, int ox, int oy, in gmc_mmx() 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, dx 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...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglPreservingSwapTests.cpp | 210 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()
|
H A D | teglGLES2SharingTests.cpp | 440 int oy = deRoundFloatToInt32((float)height / 2.0f); in renderResource() local 442 int y1 = deRoundFloatToInt32(((float)height * fy1 / 2.0f) + (float)oy); in renderResource() 444 int y2 = deRoundFloatToInt32(((float)height * fy2 / 2.0f) + (float)oy); 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 | 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 61 vy = oy; in ff_gmc_c() 106 oy += dyy; in ff_gmc_c()
|
H A D | mpegvideo_motion.c | 141 int ox, oy; in gmc_motion() local 150 oy = s->sprite_offset[0][1] + s->sprite_delta[1][0] * s->mb_x * 16 + in gmc_motion() 154 ox, oy, in gmc_motion() 161 oy + s->sprite_delta[1][0] * 8, in gmc_motion() 172 oy = s->sprite_offset[1][1] + s->sprite_delta[1][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 | 513 int ny, int oy, uint16_t mx) in wav_decode() 529 uint16_t *ey = in + oy * (ny - p2); in wav_decode() 531 int oy1 = oy * p; in wav_decode() 532 int oy2 = oy * p2; in wav_decode() 512 wav_decode(uint16_t *in, int nx, int ox, int ny, int oy, uint16_t mx) wav_decode() argument
|
/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/libswscale/ |
H A D | yuv2rgb.c | 814 int64_t oy = 0; in ff_yuv2rgb_c_init_tables() local 819 oy = 16 << 16; in ff_yuv2rgb_c_init_tables() 832 oy -= 256 * brightness; in ff_yuv2rgb_c_init_tables() 841 c->yOffset = roundToInt16(oy * (1 << 3)) * 0x0001000100010001ULL; in ff_yuv2rgb_c_init_tables() 844 c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy * (1 << 9)); in ff_yuv2rgb_c_init_tables() 866 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables() 881 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables() 900 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables() 919 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables() 942 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cover_rect.c | 86 int oy = offy>>!!p; in blur() local 88 uint8_t *data = in->data[p] + ox + oy * stride; in blur() 102 if (oy) { in blur() 112 if (oy + h < ih) { 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() 929 s->oy = (inlink->h - s->height) * s->ty; 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 + i * (s->width - 1) / 10, s->oy, in oscilloscope_filter_frame() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | img2_alias_pix.c | 32 av_unused int oy = 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/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.h | 179 FT_F26Dot6 ox, oy; /* offsets */ member
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 475 point->oy / 64.0, in af_glyph_hints_dump_points() 990 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta; in FT_LOCAL_DEF() 1429 ou = point->oy; in af_glyph_hints_align_strong_points() 1695 point->v = point->oy; 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 | 914 float oy = viewport.y + viewport.height * 0.5f; in rasterizeExpectedResults() local 930 yf[0] = py * 0.5f * yLow + oy; in rasterizeExpectedResults() 931 yf[1] = py * 0.5f * yHigh + oy; in rasterizeExpectedResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 823 float oy = viewport.y + viewport.height * 0.5f; in rasterizeExpectedResults() local 839 yf[0] = py * 0.5f * yLow + oy; in rasterizeExpectedResults() 840 yf[1] = py * 0.5f * yHigh + oy; in rasterizeExpectedResults()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 755 const deInt64 oy = samplePos[sampleNdx*2 + 1]; 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);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 1100 void generateGrid (void* pRawData, const float step, const float ox, const float oy, const deUint32 numX, const deUint32 numY, const float z = 0.0f) in generateGrid() argument 1111 const float y = oy + step * static_cast<float>(iy); in generateGrid()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 1100 void generateGrid (void* pRawData, const float step, const float ox, const float oy, const deUint32 numX, const deUint32 numY, const float z = 0.0f) in generateGrid() argument 1111 const float y = oy + step * static_cast<float>(iy); in generateGrid()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 8046 int oy, // i : y offset in wav2Encode() 8060 unsigned short *ey = in + oy * (ny - p2); in wav2Encode() 8061 int oy1 = oy * p; in wav2Encode() 8062 int oy2 = oy * p2; in wav2Encode() 8155 int oy, // i : y offset in wav2Decode() 8179 unsigned short *ey = in + oy * (ny - p2); in wav2Decode() 8180 int oy1 = oy * p; in wav2Decode() 8181 int oy2 = oy * p2; in wav2Decode() 8041 wav2Encode( unsigned short *in, int nx, int ox, int ny, int oy, unsigned short mx) wav2Encode() argument 8150 wav2Decode( unsigned short *in, int nx, int ox, int ny, int oy, unsigned short mx) wav2Decode() argument
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 870 V(oy, OY, 0xE356) /* type = RXY_A OR (32) */ \
|
H A D | macro-assembler-s390.cc | 3269 oy(dst, opnd); in CallRecordWriteStub()
|