Searched refs:fits (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | fits.mak | 1 tests/data/fits-multi.fits: TAG = GEN 2 tests/data/fits-multi.fits: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data 7 #mapping of fits file formats to png filenames 9 fits-png-map-gray := gray8 10 fits-png-map-gbrp := rgb24 11 fits-png-map-gbrp16 := rgb48 12 fits-png-map-gbrap16le := rgba64 15 fate-fitsdec-ext_data_min_max: CMD = framecrc -i $(TARGET_SAMPLES)/fits/x0cj010ct_d0 [all...] |
H A D | lavf-video.mak | 3 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gray.fits 4 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gray16be.fits 5 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gbrp.fits 6 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gbrap.fits 7 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gbrp16be.fits 8 FATE_LAVF_VIDEO_SCALE-$(call ENCDEC, FITS, FITS) += gbrap16be.fits 24 fate-lavf-gray.fits: CMD = lavf_video "-pix_fmt gray" 25 fate-lavf-gray16be.fits: CMD = lavf_video "-pix_fmt gray16be" 26 fate-lavf-gbrp.fits: CMD = lavf_video "-pix_fmt gbrp" 27 fate-lavf-gbrap.fits [all...] |
H A D | demux.mak | 44 FATE_SAMPLES_DEMUX-$(call ALLYES, GIF_DEMUXER FITS_DEMUXER GIF_DECODER FITS_ENCODER FITS_MUXER) += fate-fits-demux 45 fate-fits-demux: tests/data/fits-multi.fits 46 fate-fits-demux: CMD = framecrc -i $(TARGET_PATH)/tests/data/fits-multi.fits -c:v copy
|
/third_party/ffmpeg/libavformat/ |
H A D | fitsdec.c | 31 #include "libavcodec/fits.h" 54 FITSContext * fits = s->priv_data; in fits_read_header() local 63 avpriv_set_pts_info(st, 64, fits->framerate.den, fits->framerate.num); in fits_read_header() 64 fits->pts = 0; in fits_read_header() 65 fits->first_image = 1; in fits_read_header() 73 * @param fits pointer to FITSContext 79 static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header, in is_image() argument 105 image = fits->first_image || header->image_extension; in is_image() 106 fits in is_image() 148 FITSContext *fits = s->priv_data; fits_read_packet() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 151 ; since the input is only 14+sign bit, which fits in 15+sign words directly. 243 ; 4x4 coefficients are 5+depth+sign bits, so for 10bpp, everything still fits 415 ; result of each multiply is 31+sign bit, i.e. it _exactly_ fits in a 652 ; fits in 32bit 1107 ; fits in 32bit 1937 ; fits in 32bit
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 189 include $(SRC_PATH)/tests/fate/fits.mak
|
/third_party/ffmpeg/libavcodec/ |
H A D | Makefile | 345 OBJS-$(CONFIG_FITS_DECODER) += fitsdec.o fits.o 1013 OBJS-$(CONFIG_FITS_DEMUXER) += fits.o
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 572 @ by 26 bits fits in 32 bits. This is also useful on x86,
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 572 @ by 26 bits fits in 32 bits. This is also useful on x86,
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 3233 Label fits(this, var_elements); 3238 GotoIfNot(IntPtrOrSmiGreaterThan(new_length, capacity), &fits); 3242 Goto(&fits); 3243 BIND(&fits); 3497 // Compute the ByteArray size and check if it fits into new space. 7951 // Ensure the {value} fits fully in the mask. 7969 // Ensure the {value} fits fully in the mask.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 723 % empty box we just added fits on the page, we must make it consider 2201 % By the way, for comparison, here's what fits with @example (10pt): 3552 % The item text fits into the space. Start a paragraph, so that the
|
Completed in 34 milliseconds