/third_party/ffmpeg/tests/fate/ |
H A D | lavf-image.mak | 15 FATE_LAVF_IMAGES-$(call LAVF_IMAGES, EXR) += rle.grayf32le.exr 16 FATE_LAVF_IMAGES-$(call LAVF_IMAGES, EXR) += rle.gbrpf32le.exr 17 FATE_LAVF_IMAGES-$(call LAVF_IMAGES, EXR) += rle.gbrapf32le.exr 63 fate-lavf-rle.grayf32le.exr: CMD = lavf_image "-compression rle -pix_fmt grayf32le" "" "no_file_checksums" 67 fate-lavf-rle.gbrpf32le.exr: CMD = lavf_image "-compression rle -pix_fmt gbrpf32le" "" "no_file_checksums" 71 fate-lavf-rle.gbrapf32le.exr: CMD = lavf_image "-compression rle -pix_fmt gbrapf32le" "" "no_file_checksums"
|
H A D | image.mak | 109 FATE_EXR += fate-exr-slice-rle 110 fate-exr-slice-rle: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_rle.exr -pix_fmt gbrapf32le 199 FATE_EXR += fate-exr-rgb-tile-rle-half-float-l1 200 fate-exr-rgb-tile-rle-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_rle_half_float.exr -pix_fmt gbrpf32le 202 FATE_EXR += fate-exr-rgb-tile-rle-half-float-l2 203 fate-exr-rgb-tile-rle-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_rle_half_float.exr -pix_fmt gbrapf32le 244 FATE_EXR += fate-exr-rgb-scanline-rle-half-float-l1 245 fate-exr-rgb-scanline-rle-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_rle_half_float.exr -pix_fmt gbrpf32le 247 FATE_EXR += fate-exr-rgb-scanline-rle-half-float-l2 248 fate-exr-rgb-scanline-rle [all...] |
H A D | qtrle.mak | 14 fate-qtrle-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24 -vf scale 17 fate-qtrle-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/aletrek-rle.mov
|
H A D | ffmpeg.mak | 172 fate-rgb24-mkv: CMD = transcode "mov" $(TARGET_SAMPLES)/qtrle/aletrek-rle.mov\
|
H A D | video.mak | 267 fate-mv-sgirle: CMD = framecrc -i $(TARGET_SAMPLES)/mv/pet-rle.movie -an
|
/third_party/FreeBSD/sys/kern/ |
H A D | subr_bus.c | 2635 struct resource_list_entry *rle; in resource_list_free() local 2637 while ((rle = STAILQ_FIRST(rl)) != NULL) { in resource_list_free() 2638 if (rle->res) in resource_list_free() 2639 bsd_free(rle->res, M_BUS); in resource_list_free() 2641 bsd_free(rle, M_BUS); in resource_list_free() 2664 struct resource_list_entry *rle; in resource_list_add() local 2666 rle = resource_list_find(rl, type, rid); in resource_list_add() 2667 if (!rle) { in resource_list_add() 2668 rle = bsd_malloc(sizeof(struct resource_list_entry), M_BUS, in resource_list_add() 2670 if (!rle) in resource_list_add() 2705 struct resource_list_entry *rle = NULL; resource_list_find() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 1714 static void set_max_free_zone(s64 length, s64 end, runlist_element *rle) in set_max_free_zone() argument 1716 if (length > rle->length) { in set_max_free_zone() 1717 rle->lcn = end - length; in set_max_free_zone() 1718 rle->length = length; in set_max_free_zone() 1723 runlist_element *rle, in find_free_cluster() 1729 s64 i, items = rle->length; in find_free_cluster() 1736 rle->lcn = rle->length = 0; in find_free_cluster() 1744 set_max_free_zone(free_zone, i + 1, rle); in find_free_cluster() 1748 set_max_free_zone(free_zone, i, rle); in find_free_cluster() 1722 find_free_cluster(struct bitmap *bm, runlist_element *rle, s64 nr_vol_clusters, int hint) find_free_cluster() argument 1784 runlist_element rle; alloc_cluster() local 1946 runlist *rl_new, *rle_new, *rle; rl_split_run() local 1982 runlist *rle; rl_insert_at_run() local [all...] |
/third_party/FreeBSD/sys/arm/arm/ |
H A D | nexus.c | 182 struct resource_list_entry *rle = resource_list_find(res_list, type, *rid); in nexus_alloc_resource() local 183 if (rle == NULL) { in nexus_alloc_resource() 186 return (rle->res); in nexus_alloc_resource()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sgienc.c | 29 #include "rle.h" 37 int rle; member 153 if (!s->rle) in encode_frame() 165 bytestream2_put_byte(&pbc, s->rle); /* RLE 1 - VERBATIM 0 */ in encode_frame() 187 if (s->rle) { in encode_frame() 261 { "rle", "Use run-length compression", OFFSET(rle), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, VE },
|
H A D | pgssubdec.c | 74 uint8_t *rle; member 108 av_freep(&ctx->objects.object[i].rle); in flush_cache() 268 memcpy(object->rle + object->rle_data_len, buf, buf_size); in parse_object_segment() 279 /* Decode rle bitmap length, stored size includes width/height data */ in parse_object_segment() 302 av_fast_padded_malloc(&object->rle, &object->rle_buffer_size, rle_bitmap_len); in parse_object_segment() 304 if (!object->rle) { in parse_object_segment() 310 memcpy(object->rle, buf, buf_size); in parse_object_segment() 557 if (object->rle) { in display_end_segment() 569 ret = decode_rle(avctx, rect, object->rle, object->rle_data_len); in display_end_segment()
|
H A D | targaenc.c | 32 #include "rle.h" 38 int rle; member 157 if (s->rle) in targa_encode_frame() 193 { "rle", "Use run-length compression", OFFSET(rle), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, VE },
|
H A D | sgidec.c | 206 unsigned int dimension, rle; in decode_frame() local 222 rle = bytestream2_get_byteu(&s->g); in decode_frame() 268 if (rle) { in decode_frame()
|
H A D | g2meet.c | 680 int pos, run, rle; in epic_decode_run_length() local 695 for (pos = idx - 1, rle = 0, flag = 0; pos >= 0; pos--) { in epic_decode_run_length() 696 if ((1 << pos) + rle < run && in epic_decode_run_length() 701 rle |= 1 << pos; in epic_decode_run_length() 704 *pRun += rle; in epic_decode_run_length()
|
H A D | exr.c | 216 static int rle(uint8_t *dst, const uint8_t *src, in rle() function 261 rle(td->tmp, src, compressed_size, uncompressed_size); in rle_uncompress() 1105 ret = rle(td->rle_raw_data, td->rle_data, rle_usize, rle_raw_size); in dwa_uncompress()
|
H A D | Makefile | 638 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o 684 OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o 689 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Context.java | 20 private static void unpackLookupTable(int[] lookup, String map, String rle) { in unpackLookupTable() argument 38 int rep = rle.charAt(k) - 32; in unpackLookupTable()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 1027 runlist_element *rle; in ntfs_mapping_pairs_decompress() local 1030 rle = ntfs_mapping_pairs_decompress_i(vol, attr, old_rl); in ntfs_mapping_pairs_decompress() 1032 return rle; in ntfs_mapping_pairs_decompress()
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 1728 * @param {!string} rle 1731 function unpackLookupTable(lookup, map, rle) { 1747 var /** number */ rep = rle.charCodeAt(k) - 32;
|