Home
last modified time | relevance | path

Searched refs:strips (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcinepak.c71 cvid_strip strips[MAX_STRIPS]; member
390 s->strips[i].id = s->data[0]; in cinepak_decode()
392 if (!(s->strips[i].y1 = AV_RB16 (&s->data[4]))) in cinepak_decode()
393 s->strips[i].y2 = (s->strips[i].y1 = y0) + AV_RB16 (&s->data[8]); in cinepak_decode()
395 s->strips[i].y2 = AV_RB16 (&s->data[8]); in cinepak_decode()
396 s->strips[i].x1 = AV_RB16 (&s->data[6]); in cinepak_decode()
397 s->strips[i].x2 = AV_RB16 (&s->data[10]); in cinepak_decode()
399 if (s->strips[i].id == 0x10) in cinepak_decode()
409 memcpy (s->strips[ in cinepak_decode()
[all...]
H A Dtiffenc.c64 int strips; ///< number of strips member
256 uint32_t strips; in encode_frame() local
332 strips = (s->height - 1) / s->rps + 1; in encode_frame()
358 if (strips > INT_MAX / FFMAX(sizeof(s->strip_sizes[0]), sizeof(s->strip_offsets[0]))) { in encode_frame()
362 av_fast_padded_mallocz(&s->strip_sizes , &s->strip_sizes_size , sizeof(s->strip_sizes [0]) * strips); in encode_frame()
363 av_fast_padded_mallocz(&s->strip_offsets, &s->strip_offsets_size, sizeof(s->strip_offsets[0]) * strips); in encode_frame()
465 ADD_ENTRY(s, TIFF_STRIP_OFFS, TIFF_LONG, strips, s->strip_offsets); in encode_frame()
471 ADD_ENTRY(s, TIFF_STRIP_SIZE, TIFF_LONG, strips, s->strip_sizes); in encode_frame()
H A Dtiff.c96 int strips, rps, sstype; member
841 /* Decode JPEG-encoded DNGs with strips */ in tiff_unpack_strip()
843 if (s->strips > 1) { in tiff_unpack_strip()
844 av_log(s->avctx, AV_LOG_ERROR, "More than one DNG JPEG strips unsupported\n"); in tiff_unpack_strip()
880 /* Color processing for DNG images with uncompressed strips (non-tiled) */ in tiff_unpack_strip()
1375 s->strips = count; in tiff_decode_tag()
1376 if (s->strips == 1) in tiff_decode_tag()
1389 s->strips = 1; in tiff_decode_tag()
1393 s->strips = count; in tiff_decode_tag()
1907 has_strip_bits = s->strippos || s->strips || in decode_frame()
[all...]
/third_party/cups-filters/filter/
H A Drastertopdf.cpp604 * stream data of the various strips which make up a PCLm page.
607 * I - number of strips per page
880 std::vector<QPDFObjectHandle> strips = makePclmStrips(info->pdf, info->pclm_num_strips, info->pclm_strip_data, info->pclm_compression_method_preferred, info->width, info->pclm_strip_height, info->color_space, info->bpc); in finish_page()
882 if(!strips[i].isInitialized()) die("Unable to load strip data"); in finish_page()
889 strips[i]); in finish_page()
1107 // reserve space for PCLm strips in add_pdf_page()
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak226 # -s strips debug sections from executable in GCC

Completed in 8 milliseconds