/third_party/ffmpeg/libavcodec/ |
D | dcadata.c | 7338 #define SCALE(c) ((c) / (256.0f * 32768.0f)) macro 7340 SCALE(2.658434386830777e-4), SCALE(9.029330685734748e-3), 7341 SCALE(7.939263433218002e-2), SCALE(2.425158768892288e-1), 7342 SCALE(3.430179357528686e-1), SCALE(2.398228943347931e-1), 7343 SCALE(7.746443897485733e-2), SCALE(8.622321300208569e-3), 7344 SCALE(8.179365249816328e-5), SCALE(9.450953453779220e-3), 7345 SCALE(8.134882897138596e-2), SCALE(2.451938837766648e-1), 7346 SCALE(3.429597318172455e-1), SCALE(2.371159791946411e-1), 7347 SCALE(7.556436210870743e-2), SCALE(8.229630999267101e-3), 7348 SCALE(9.439323912374676e-5), SCALE(9.887560270726680e-3), [all …]
|
D | hevcdsp_template.c | 132 #define SCALE(dst, x) (dst) = av_clip_int16(((x) + add) >> shift) macro 157 TR_4x4_LUMA(src, src, 4, SCALE); in FUNC() 164 TR_4x4_LUMA(coeffs, coeffs, 1, SCALE); in FUNC() 251 TR_ ## H(src, src, H, H, SCALE, limit2); \ 260 TR_ ## H(coeffs, coeffs, 1, 1, SCALE, limit); \ 296 #undef SCALE
|
/third_party/optimized-routines/math/ |
D | v_powf.c | 41 #define SCALE ((double) (1 << SBITS)) macro 54 { 0x1.661ec79f8f3bep+0, -0x1.efec65b963019p-2 * SCALE }, 55 { 0x1.571ed4aaf883dp+0, -0x1.b0b6832d4fca4p-2 * SCALE }, 56 { 0x1.49539f0f010bp+0, -0x1.7418b0a1fb77bp-2 * SCALE }, 57 { 0x1.3c995b0b80385p+0, -0x1.39de91a6dcf7bp-2 * SCALE }, 58 { 0x1.30d190c8864a5p+0, -0x1.01d9bf3f2b631p-2 * SCALE }, 59 { 0x1.25e227b0b8eap+0, -0x1.97c1d1b3b7afp-3 * SCALE }, 60 { 0x1.1bb4a4a1a343fp+0, -0x1.2f9e393af3c9fp-3 * SCALE }, 61 { 0x1.12358f08ae5bap+0, -0x1.960cbbf788d5cp-4 * SCALE }, 62 { 0x1.0953f419900a7p+0, -0x1.a6f9db6475fcep-5 * SCALE }, [all …]
|
/third_party/skia/gm/ |
D | all_bitmap_configs.cpp | 45 #define SCALE 128 macro 52 bm.allocPixels(SkImageInfo::MakeA8(SCALE, SCALE)); in make_bitmap() 56 SkImageInfo::Make(SCALE, SCALE, ct, kOpaque_SkAlphaType)); in make_bitmap() 85 canvas->translate(0.5f * SCALE, 0.5f * SCALE); in color_wheel_native() 86 canvas->drawCircle(0.0f, 0.0f, SCALE * 0.5f, SkPaint(SkColors::kWhite)); in color_wheel_native() 90 const SkScalar D = 0.3f * SkIntToScalar(SCALE); in color_wheel_native() 97 font.setSize(0.28125f * SCALE); in color_wheel_native() 128 DEF_SIMPLE_GM(all_bitmap_configs, canvas, SCALE, 6 * SCALE) { 142 canvas->translate(0.0f, SkIntToScalar(SCALE)); 148 canvas->translate(0.0f, SkIntToScalar(SCALE)); [all …]
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 336 #define SCALE ( 1 << 2 ) macro 345 unsigned char* dst = target->origin - ( y / SCALE ) * target->pitch; in ft_smooth_overlap_spans() 357 cover = ( spans->coverage + SCALE * SCALE / 2 ) / ( SCALE * SCALE ); in ft_smooth_overlap_spans() 360 sum = dst[( spans->x + x ) / SCALE] + cover; in ft_smooth_overlap_spans() 361 dst[( spans->x + x ) / SCALE] = (unsigned char)( sum - ( sum >> 8 ) ); in ft_smooth_overlap_spans() 383 if ( bitmap->width * SCALE > 0x7FFF ) in ft_smooth_raster_overlap() 394 params.clip_box.xMax = bitmap->width * SCALE; in ft_smooth_raster_overlap() 395 params.clip_box.yMax = bitmap->rows * SCALE; in ft_smooth_raster_overlap() 408 vec->x *= SCALE; in ft_smooth_raster_overlap() 409 vec->y *= SCALE; in ft_smooth_raster_overlap() [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_eq.c | 31 #define SCALE 10000 macro 56 (SCALE * 1.0); in check_eq() 57 double rand_brightness = (int)(rnd() % (SCALE * 2) - SCALE) / in check_eq() 58 (SCALE * 1.0); in check_eq()
|
/third_party/libsnd/src/GSM610/ |
D | lpc.c | 61 # define SCALE(n) \ in Autocorrelation() macro 67 # define SCALE(n) \ in Autocorrelation() 74 SCALE (1) in Autocorrelation() 75 SCALE (2) in Autocorrelation() 76 SCALE (3) in Autocorrelation() 77 SCALE (4) in Autocorrelation() 79 # undef SCALE in Autocorrelation()
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/ |
D | wp-mmx.pl | 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 65 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); } 66 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) { 75 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); } 76 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); } 81 { if ($SCALE==2) { ((8-shift)&7); } 82 elsif ($SCALE==8) { (8*shift); } 127 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
|
/third_party/openssl/crypto/whrlpool/asm/ |
D | wp-mmx.pl | 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 65 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); } 66 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) { 75 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); } 76 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); } 81 { if ($SCALE==2) { ((8-shift)&7); } 82 elsif ($SCALE==8) { (8*shift); } 127 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | synth_filter_vfp.S | 38 SCALE .req s0 label 134 VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one o… 136 VFP vmov SCALE, s16 144 NOVFP vldr SCALE, [sp, #(16+6+3)*4] 167 vmul.f VB0, VB0, SCALE @ SCALE treated as scalar 170 vmul.f VA0, VA0, SCALE 218 .unreq SCALE
|
/third_party/skia/docs/examples/ |
D | convex_overstroke_quad.cpp | 6 const float SCALE = 1; in draw() local 9 canvas->scale(SCALE, SCALE); in draw()
|
D | convex_overstroke_linear_approx_curve.cpp | 8 const float SCALE = 1; in draw() local 13 canvas->scale(SCALE, SCALE); in draw()
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 648 const SCALE = 8; constant 661 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'nonzero'), 668 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'evenodd'), 675 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE), 682 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE), 696 ctx.scale(SCALE, SCALE);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jquanti-avx2.asm | 108 %define SCALE(m, n, b) \ 141 vpmulhuw ymm0, YMMWORD [SCALE(0,0,r11)] ; scale 142 vpmulhuw ymm1, YMMWORD [SCALE(2,0,r11)] 143 vpmulhuw ymm2, YMMWORD [SCALE(4,0,r11)] 144 vpmulhuw ymm3, YMMWORD [SCALE(6,0,r11)]
|
/third_party/skia/samplecode/ |
D | SamplePathOverstroke.cpp | 121 const float SCALE = 1; in onDrawContent() local 124 canvas->scale(SCALE, SCALE); in onDrawContent()
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 19 #define SCALE (1 << SHIFT) macro 20 #define MASK (SCALE - 1) 245 fb = SCALE - fb; in blitH() 343 xrite = SCALE; in blitRect() 357 SkASSERT(xleft <= SCALE); in blitRect() 365 xleft = SCALE - xleft; in blitRect() 572 fb = SCALE - fb; in blitH()
|
D | SkPictureFlat.h | 59 SCALE, enumerator
|
D | SkPicturePlayback.cpp | 675 case SCALE: { in handleOp()
|
D | SkPictureRecord.cpp | 219 size_t initialOffset = this->addDraw(SCALE, &size); in recordScale()
|
/third_party/skia/include/core/ |
D | HMSymbol.h | 105 SCALE = 2, enumerator
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.5.3.rst | 57 - GL_POST_CONVOLUTION_ALPHA_BIAS/SCALE was broken.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 290 #define SCALE (8) macro 291 #define SCALE_F ((float) (1 << SCALE)) 1171 y = ((a00 * r + a01 * g + a02 * b) >> SCALE) + a03; in _custom_video_orc_matrix8() 1172 u = ((a10 * r + a11 * g + a12 * b) >> SCALE) + a13; in _custom_video_orc_matrix8() 1173 v = ((a20 * r + a21 * g + a22 * b) >> SCALE) + a23; in _custom_video_orc_matrix8() 1205 p[i + 1] = x >> (32 + SCALE); in video_converter_matrix8_table() 1206 p[i + 2] = x >> (16 + SCALE); in video_converter_matrix8_table() 1207 p[i + 3] = x >> (0 + SCALE); in video_converter_matrix8_table() 1285 data->im[0][2] * b + data->im[0][3]) >> SCALE; in is_no_clip_matrix() 1287 data->im[1][2] * b + data->im[1][3]) >> SCALE; in is_no_clip_matrix() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevc_idct.asm | 291 ; %2 - 1/0 - SCALE and Transpose or not
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texenv_op.txt | 112 There is no reason to limit the domain of SCALE to an integer,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texenv_op.txt | 112 There is no reason to limit the domain of SCALE to an integer,
|