Home
last modified time | relevance | path

Searched refs:_y (Results 1 – 25 of 170) sorted by relevance

1234567

/external/libopus/celt/
Dcwrs.c440 static opus_uint32 icwrs(int _n,const int *_y){ in icwrs() argument
446 i=_y[j]<0; in icwrs()
447 k=abs(_y[j]); in icwrs()
451 k+=abs(_y[j]); in icwrs()
452 if(_y[j]<0)i+=CELT_PVQ_U(_n-j,k+1); in icwrs()
458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses() argument
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k)); in encode_pulses()
463 static opus_val32 cwrsi(int _n,int _k,opus_uint32 _i,int *_y){ in cwrsi() argument
493 *_y++=val; in cwrsi()
503 *_y++=0; in cwrsi()
[all …]
/external/ImageMagick/Magick++/lib/
DGeometry.cpp489 _y(0) in Offset()
495 _y(0) in Offset()
502 _y(offset_._y) in Offset()
508 _y(0) in Offset()
515 _y(y_) in Offset()
533 _y=geometry_info.sigma; in operator =()
535 _y=_x; in operator =()
545 _y=offset_._y; in operator =()
563 return(_y); in y()
570 offset.y=_y; in operator MagickCore::OffsetInfo()
[all …]
DDrawable.cpp211 DrawAlpha(context_,_x,_y,_paintMethod); in operator ()()
474 DrawColor( context_, _x, _y, _paintMethod ); in operator ()()
489 _y(y_), in DrawableCompositeImage()
502 _y(y_), in DrawableCompositeImage()
514 _y(y_), in DrawableCompositeImage()
526 _y(y_), in DrawableCompositeImage()
537 _y(y_), in DrawableCompositeImage()
550 _y(y_), in DrawableCompositeImage()
564 _y(original_._y), in DrawableCompositeImage()
583 _y = original_._y; in operator =()
[all …]
DSTL.cpp411 _y(y_), in floodFillAlphaImage()
418 image_.floodFillAlpha(_x,_y,_alpha,_target,_invert); in operator ()()
424 _y(y_), in floodFillColorImage()
435 _y(point_.yOff()), in floodFillColorImage()
446 _y(y_), in floodFillColorImage()
456 _y(point_.yOff()), in floodFillColorImage()
465 image_.floodFillColor(_x,_y,_fillColor,_borderColor,_invert); in operator ()()
467 image_.floodFillColor(_x,_y,_fillColor,_invert); in operator ()()
473 _y(y_), in floodFillTextureImage()
484 _y(point_.yOff()), in floodFillTextureImage()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderWithViewTest.java17 final int _x, _y; field in BuilderWithViewTest.ValueClassXY
21 _y = y+1; in ValueClassXY()
49 final int _x, _y; field in BuilderWithViewTest.CreatorValueXY
53 _y = y; in CreatorValueXY()
90 assertEquals(1, resultX._y); in testSimpleViews()
96 assertEquals(11, resultY._y); in testSimpleViews()
106 assertEquals(0, resultX._y); in testCreatorViews()
112 assertEquals(10, resultY._y); in testCreatorViews()
/external/mesa3d/src/util/format/
Du_format_yuv.h67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() local
71 *y = _y + 16; in util_format_rgb_float_to_yuv()
81 const int _y = y - 16; in util_format_yuv_to_rgb_float() local
89 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float()
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float()
91 *b = scale * (y_factor * _y + 2.018f * _u ); in util_format_yuv_to_rgb_float()
109 const int _y = y - 16; in util_format_yuv_to_rgb_8unorm() local
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
/external/arm-trusted-firmware/include/lib/
Dutils_def.h69 __typeof__(y) _y = (y); \
70 (void)(&_x == &_y); \
71 _x < _y ? _x : _y; \
76 __typeof__(y) _y = (y); \
77 (void)(&_x == &_y); \
78 _x > _y ? _x : _y; \
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestConstructFromMap.java23 String _y; field in TestConstructFromMap.ConstructorFromMap
29 _y = (String) arg.get("y"); in ConstructorFromMap()
35 int _x, _y; field in TestConstructFromMap.FactoryFromPoint
39 _y = p.y; in FactoryFromPoint()
77 assertEquals("abc", result._y); in testViaConstructor()
85 assertEquals(4, result._y); in testViaFactory()
DCreatorPropertiesTest.java15 public int _x, _y; field in CreatorPropertiesTest.Issue905Bean
22 _y = b; in Issue905Bean()
55 public Lombok1371Bean(int _x, int _y) { in Lombok1371Bean() argument
57 y = _y + 1; in Lombok1371Bean()
75 assertEquals(3, b._y); in testCreatorPropertiesAnnotation()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h52 _y(0) {} in Coordinate()
56 _y(y_) {} in Coordinate()
63 void y(double y_) { _y=y_; } in y()
64 double y(void) const { return _y; } in y()
68 double _y; variable
307 _y(y_), in DrawableAlpha()
332 _y=y_; in y()
337 return(_y); in y()
353 double _y; variable
674 _y(y_), in DrawableColor()
[all …]
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() argument
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; in deb2_impl()
34 _t[_x]=_t[_x-_y]; in deb2_impl()
35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl()
36 for(i=_t[_x-_y]+1;i<_k;i++){ in deb2_impl()
/external/google-fruit/extras/scripts/
Dparsetab.py14 for _x,_y in zip(_v[0],_v[1]):
16 _lr_action[_x][_k] = _y
23 for _x, _y in zip(_v[0], _v[1]):
25 _lr_goto[_x][_k] = _y
/external/ply/ply/test/pkg_test6/parsing/
Dparsetab.py15 for _x,_y in zip(_v[0],_v[1]):
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
26 _lr_goto[_x][_k] = _y
/external/ply/ply/test/pkg_test1/parsing/
Dparsetab.py15 for _x,_y in zip(_v[0],_v[1]):
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
26 _lr_goto[_x][_k] = _y
/external/ply/ply/test/pkg_test5/parsing/
Dparsetab.py15 for _x,_y in zip(_v[0],_v[1]):
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
26 _lr_goto[_x][_k] = _y
/external/ply/ply/test/pkg_test3/generated/
Dparsetab.py15 for _x,_y in zip(_v[0],_v[1]):
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
26 _lr_goto[_x][_k] = _y
/external/ply/ply/test/pkg_test2/parsing/
Dcalcparsetab.py15 for _x,_y in zip(_v[0],_v[1]):
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
26 _lr_goto[_x][_k] = _y
/external/libopus/celt/arm/
Dpitch_arm.h72 opus_val32 celt_pitch_xcorr_neon(const opus_val16 *_x, const opus_val16 *_y,
81 opus_val32 celt_pitch_xcorr_edsp(const opus_val16 *_x, const opus_val16 *_y,
93 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
94 ((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
136 void celt_pitch_xcorr_float_neon(const opus_val16 *_x, const opus_val16 *_y,
147 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
148 ((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
/external/libnl/include/netlink-private/
Dnetlink.h158 __typeof__(y) _y = (y); \
159 (void) (&_x == &_y); \
160 _x < _y ? _x : _y; })
164 __typeof__(y) _y = (y); \
165 (void) (&_x == &_y); \
166 _x > _y ? _x : _y; })
/external/ComputeLibrary/src/core/
DAccessWindowTranspose.cpp60 anchor.set(1, std::max<int>(window.x().start() * _scale_y, anchor[0] + border_size.left) + _y); in compute_valid_region()
106 const int min_y = window.x().start() * _scale_y + _y; in update_window_if_needed()
107 const int max_y = window.x().end() * _scale_y + _y; in update_window_if_needed()
118 … const int start = adjust_up(min_y, front_pad_y_available, window.x().step() * _scale_y) - _y; in update_window_if_needed()
125 … front_pad_y = std::max(0, static_cast<int>(std::floor(-window.x().start() * _scale_y)) - _y); in update_window_if_needed()
139 … tail_pad_y_available, window.x().step() * _scale_y) + window.x().step() * _scale_y - _y - _height; in update_window_if_needed()
202 const int min_y = window.x().start() * _scale_y + _y; in update_padding_if_needed()
203 const int max_y = (window.x().end() - window.x().step()) * _scale_y + _y + _height; in update_padding_if_needed()
DIAccessWindow.cpp61 … anchor.set(1, std::max<int>(window.y().start() * _scale_y, anchor[1] + border_size.top) + _y); in compute_valid_region()
123 const int min_y = window.y().start() * _scale_y + _y; in update_window_if_needed()
124 const int max_y = (window.y().end() - window.y().step()) * _scale_y + _y + _height; in update_window_if_needed()
135 int start = adjust_up(min_y, front_pad_y_available, window.y().step() * _scale_y) - _y; in update_window_if_needed()
143 … front_pad_y = std::max(0, static_cast<int>(std::floor(-window.y().start() * _scale_y)) - _y); in update_window_if_needed()
157 … tail_pad_y_available, window.y().step() * _scale_y) + window.y().step() * _scale_y - _y - _height; in update_window_if_needed()
230 const int min_y = window.y().start() * _scale_y + _y; in get_needed_padding()
231 const int max_y = (window.y().end() - window.y().step()) * _scale_y + _y + _height; in get_needed_padding()
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
/external/autotest/client/profilers/powertop/src/
Dpowertop.h84 typeof(y) _y = (y); \
85 (void) (&_x == &_y); \
86 _x < _y ? _x : _y; })
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DIncludeWithDeserTest.java30 int _y = 0; field in IncludeWithDeserTest.OnlyYAndZ
40 _y = value; in setY()
51 _y = value * 2; in replacementForY()
123 assertEquals(4, result._y); in testSimpleInclude()
168 assertEquals(6, onlyY.onlyY._y); in testMergeInclude()
178 assertEquals(4, result.onlyYs.get(0)._y); in testListInclude()
/external/fsverity-utils/common/
Dcommon_defs.h59 __typeof__(y) _y = (y); \
60 (((x) + _y - 1) / _y) * _y; \

1234567