/third_party/ffmpeg/libavcodec/ |
H A 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.17936524981632 7548 #undef SCALE global() macro [all...] |
H A 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 transform_4x4_luma() 164 TR_4x4_LUMA(coeffs, coeffs, 1, SCALE); in transform_4x4_luma() 251 TR_ ## H(src, src, H, H, SCALE, limit2); \ 260 TR_ ## H(coeffs, coeffs, 1, 1, SCALE, limit); \ 296 #undef SCALE macro
|
/third_party/optimized-routines/math/ |
H A 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/ |
H A 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) DEF_SIMPLE_GM() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftsmooth.c | 336 #define SCALE ( 1 << 2 ) macro 345 unsigned char* dst = target->origin - ( y / SCALE ) * target->pitch; in ft_smooth_overlap_spans() 352 /* It is important that the SCALE is a power of 2, each subpixel */ 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 > in ft_smooth_raster_overlap() 425 #undef SCALE global() macro [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A 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()
|
H A D | av_tx.c | 32 #define randomize_complex(BUF, LEN, TYPE, SCALE) \ 38 buf[i] = (TYPE){ SCALE(fre), SCALE(fim) }; \ 56 #define CHECK_TEMPLATE(PREFIX, TYPE, DATA_TYPE, SCALE, LENGTHS, CHECK_EXPRESSION) \ 63 const void *scale = &SCALE; \
|
/third_party/ffmpeg/libavcodec/arm/ |
H A 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 of our arguments in hardfp case 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/ |
H A D | convex_overstroke_quad.cpp | 6 const float SCALE = 1; in REG_FIDDLE() local 9 canvas->scale(SCALE, SCALE); in REG_FIDDLE()
|
H A D | convex_overstroke_linear_approx_curve.cpp | 8 const float SCALE = 1; in REG_FIDDLE() local 13 canvas->scale(SCALE, SCALE); in REG_FIDDLE()
|
/third_party/libsnd/src/GSM610/ |
H A 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() macro
|
/third_party/skia/samplecode/ |
H A D | SamplePathOverstroke.cpp | 121 const float SCALE = 1; variable 124 canvas->scale(SCALE, SCALE);
|
/third_party/skia/src/core/ |
H A D | SkScan_AntiPath.cpp | 23 #define SCALE (1 << SHIFT) macro 24 #define MASK (SCALE - 1) 36 - supersampled coordinates, scale equal to the output * SCALE 186 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)] 249 fb = SCALE - fb; 317 // directly to the destintion canvas one row per SCALE supersampled rows. 337 // xleft is (SCALE - # of covered supersampled pixels) in that 343 // xrite/SCALE should give us alpha. 347 xrite = SCALE; [all...] |
H A D | SkPictureFlat.h | 59 SCALE, enumerator
|
H A D | SkPicturePlayback.cpp | 675 case SCALE: { in handleOp()
|
H A D | SkPictureRecord.cpp | 219 size_t initialOffset = this->addDraw(SCALE, &size); in recordScale()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 4 FATE_FILTER_SAMPLES-$(call FILTERDEMDECENCMUX, PERMS OWDENOISE TRIM SCALE, SMJPEG, MJPEG, RAWVIDEO, RAWVIDEO, PIPE_PROTOCOL) += fate-filter-owdenoise-sample 18 FATE_YADIF-$(call FILTERDEMDEC, YADIF SCALE, MPEGTS, MPEG2VIDEO) += fate-filter-yadif10 fate-filter-yadif16 43 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, SHOWPALETTE SCALE, FLIC, FLIC) += fate-filter-showpalette 46 FATE_FILTER_PALETTEGEN-$(call FILTERDEMDEC, SCALE PALETTEGEN, MATROSKA, H264) += fate-filter-palettegen-1 fate-filter-palettegen-2 65 FATE_FILTER_PALETTEUSE-$(call FILTERDEMDEC, PALETTEUSE SCALE, MATROSKA IMAGE2, H264 PNG) += $(FATE_FILTER_PALETTEUSE) 103 FATE_FILTER-$(call FILTERFRAMECRC, YUVTESTSRC SCALE) += fate-filter-yuvtestsrc-yuv444p12 106 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC FORMAT CONCAT SCALE, LAVFI_INDEV FILE_PROTOCOL) += fate-filter-lavd-scalenorm 114 FATE_FILTER-$(call FILTERFRAMECRC, FRAMERATE TESTSRC2 FORMAT SCALE) += fate-filter-framerate-12bit-up fate-filter-framerate-12bit-down 204 FATE_FILTER_OVERLAY-$(call FILTERDEMDEC, SCALE OVERLAY, IMAGE2, PGMYUV) += fate-filter-overlay 207 FATE_FILTER_OVERLAY-$(call FILTERDEMDEC, SPLIT SCALE PA [all...] |
H A D | utvideo.mak | 120 FATE_UTVIDEOENC-$(call FILTERDEMDECENCMUX, SCALE, IMAGE2, PGMYUV, UTVIDEO, FRAMEMD5, PIPE_PROTOCOL) += $(FATE_UTVIDEOENC)
|
H A D | ffmpeg.mak | 37 FATE_SAMPLES_FFMPEG-$(call FILTERDEMDEC, COLORKEY OVERLAY SCALE, MPEGPS IMAGE_PPM_PIPE, CAVS PPM, CAVSVIDEO_PARSER) += fate-ffmpeg-filter_colorkey 57 FATE_SAMPLES_FFMPEG-$(call FILTERDEMDEC, OVERLAY SCALE, RAWVIDEO VOBSUB, RAWVIDEO DVDSUB, DVDSUB_ENCODER) += fate-sub2video
|
/third_party/backends/backend/ |
H A D | dc25.c | 722 #define SCALE 64 macro 723 #define SMAX (256 * SCALE - 1) 751 BIDIM_ARRAY (ccd, MY_LEFT_MARGIN + 1, line, columns) * SCALE; in set_initial_interpolation() 754 BIDIM_ARRAY (ccd, columns - right_margin - 2, line, columns) * SCALE; in set_initial_interpolation() 760 BIDIM_ARRAY (ccd, column + 1, line, columns)) * (SCALE / 2); in set_initial_interpolation() 790 columns) * (SCALE * in interpolate_horizontally() 791 SCALE / in interpolate_horizontally() 811 int this_ccd = BIDIM_ARRAY (ccd, column, line, columns) * SCALE; in interpolate_vertically() 812 int up_ccd = BIDIM_ARRAY (ccd, column, line - 1, columns) * SCALE; in interpolate_vertically() 813 int down_ccd = BIDIM_ARRAY (ccd, column, line + 1, columns) * SCALE; in interpolate_vertically() [all...] |
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/ |
H A D | wp-mmx.pl | 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 34 # $SCALE=2/8 icc8 gcc3 65 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); } 66 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) { 71 else { die "invalid SCALE value"; } 75 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); } 76 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); } 77 else { die "invalid SCALE value"; } 81 { if ($SCALE==2) { ((8-shift)&7); } 82 elsif ($SCALE [all...] |
/third_party/openssl/crypto/whrlpool/asm/ |
H A D | wp-mmx.pl | 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 34 # $SCALE=2/8 icc8 gcc3 65 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); } 66 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) { 71 else { die "invalid SCALE value"; } 75 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); } 76 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); } 77 else { die "invalid SCALE value"; } 81 { if ($SCALE==2) { ((8-shift)&7); } 82 elsif ($SCALE [all...] |
/third_party/skia/include/core/ |
H A D | HMSymbol.h | 97 SCALE = 1,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 291 ; %2 - 1/0 - SCALE and Transpose or not
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11226 float SCALE = 1.0f / 8.0f; in RenderViewportsThumbnails() local 11231 ImVec2 off = p - bb_full.Min * SCALE; in RenderViewportsThumbnails() 11235 ImRect viewport_draw_bb(off + (viewport->Pos) * SCALE, off + (viewport->Pos + viewport->Size) * SCALE); in RenderViewportsThumbnails() 11238 ImGui::Dummy(bb_full.GetSize() * SCALE); in RenderViewportsThumbnails()
|