Home
last modified time | relevance | path

Searched refs:linesize (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dextend.c23 int i, linesize; in copy_and_extend_plane() local
47 linesize = extend_left + extend_right + w; in copy_and_extend_plane()
50 memcpy(dst_ptr1, src_ptr1, linesize); in copy_and_extend_plane()
55 memcpy(dst_ptr2, src_ptr2, linesize); in copy_and_extend_plane()
64 int i, linesize; in highbd_copy_and_extend_plane() local
90 linesize = extend_left + extend_right + w; in highbd_copy_and_extend_plane()
93 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(src_ptr1[0])); in highbd_copy_and_extend_plane()
98 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(src_ptr2[0])); in highbd_copy_and_extend_plane()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c22 int i, linesize; in copy_and_extend_plane() local
46 linesize = extend_left + extend_right + w; in copy_and_extend_plane()
49 memcpy(dst_ptr1, src_ptr1, linesize); in copy_and_extend_plane()
54 memcpy(dst_ptr2, src_ptr2, linesize); in copy_and_extend_plane()
64 int i, linesize; in highbd_copy_and_extend_plane() local
90 linesize = extend_left + extend_right + w; in highbd_copy_and_extend_plane()
93 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(src_ptr1[0])); in highbd_copy_and_extend_plane()
98 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(src_ptr2[0])); in highbd_copy_and_extend_plane()
/external/libcups/filter/
Dpstops.c144 ssize_t linelen, size_t linesize);
147 size_t linesize);
150 ssize_t linelen, size_t linesize);
153 ssize_t linelen, size_t linesize);
156 ssize_t linelen, size_t linesize);
159 ssize_t linelen, size_t linesize);
162 ssize_t linelen, size_t linesize);
178 size_t linesize);
566 size_t linesize) /* I - Size of line buffer */ in copy_comments() argument
713 linelen = (ssize_t)cupsFileGetLine(fp, line, linesize); in copy_comments()
[all …]
Drastertopwg.c49 linesize, /* Bytes per line */ in main() local
132 linesize = (page_width * inheader.cupsBitsPerPixel + 7) / 8; in main()
199 outheader.cupsBytesPerLine = linesize; in main()
435 if (linesize < inheader.cupsBytesPerLine) in main()
436 linesize = inheader.cupsBytesPerLine; in main()
438 if ((lineoffset + inheader.cupsBytesPerLine) > linesize) in main()
439 lineoffset = linesize - inheader.cupsBytesPerLine; in main()
441 line = malloc(linesize); in main()
443 memset(line, white, linesize); in main()
472 memset(line, white, linesize); in main()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c30 uint32_t linesize; in extend_plane() local
90 linesize = extend_left + extend_right + width; in extend_plane()
93 memcpy(top_dst, top_src, linesize); in extend_plane()
98 memcpy(bot_dst, bot_src, linesize); in extend_plane()
/external/libaom/libaom/aom_scale/mips/dspr2/
Dyv12extend_dspr2.c32 uint32_t linesize; in extend_plane() local
92 linesize = extend_left + extend_right + width; in extend_plane()
95 memcpy(top_dst, top_src, linesize); in extend_plane()
100 memcpy(bot_dst, bot_src, linesize); in extend_plane()
/external/libvpx/libvpx/vp8/common/
Dextend.c27 int linesize; in copy_and_extend_plane() local
52 linesize = el + er + w; in copy_and_extend_plane()
55 memcpy(dest_ptr1, src_ptr1, linesize); in copy_and_extend_plane()
60 memcpy(dest_ptr2, src_ptr2, linesize); in copy_and_extend_plane()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c26 const int linesize = extend_left + extend_right + width; in extend_plane() local
52 memcpy(dst_ptr1, src_ptr1, linesize); in extend_plane()
57 memcpy(dst_ptr2, src_ptr2, linesize); in extend_plane()
67 const int linesize = extend_left + extend_right + width; in extend_plane_high() local
94 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(uint16_t)); in extend_plane_high()
99 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(uint16_t)); in extend_plane_high()
/external/autotest/client/profilers/powertop/src/
Dpowertop.c78 int linesize; variable
99 if (linehead == linesize) in push_line()
100 lines = realloc (lines, (linesize ? (linesize *= 2) : (linesize = 64)) * sizeof (struct line)); in push_line()
118 if (linehead == linesize) in push_line_pid()
119 lines = realloc (lines, (linesize ? (linesize *= 2) : (linesize = 64)) * sizeof (struct line)); in push_line_pid()
133 linehead = linesize = 0; in clear_lines()
Dpowertop.h41 extern int linesize;
/external/python/cpython2/Lib/test/
Dtest_StringIO.py112 linesize = 2**26 # 64 MiB
113 lines = ['x' * (linesize - 1) + '\n'] * (size // linesize) + \
114 ['y' * (size % linesize)]
/external/u-boot/tools/easylogo/
Deasylogo.c211 int linesize = image->pixel_size * image->width; in image_load_tga() local
213 *source = temp + image->size - linesize; in image_load_tga()
223 i++, dest += linesize, source -= linesize) in image_load_tga()
224 memcpy (dest, source, linesize); in image_load_tga()
/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c26 const int linesize = extend_left + extend_right + width; in extend_plane() local
52 memcpy(dst_ptr1, src_ptr1, linesize); in extend_plane()
57 memcpy(dst_ptr2, src_ptr2, linesize); in extend_plane()
66 const int linesize = extend_left + extend_right + width; in extend_plane_high() local
93 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(uint16_t)); in extend_plane_high()
98 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(uint16_t)); in extend_plane_high()
/external/stressapptest/src/
Dsat.cc1489 int linesize = sysconf(_SC_LEVEL2_CACHE_LINESIZE); in CacheLineSize() local
1490 if (linesize > max_linesize) max_linesize = linesize; in CacheLineSize()
1491 linesize = sysconf(_SC_LEVEL3_CACHE_LINESIZE); in CacheLineSize()
1492 if (linesize > max_linesize) max_linesize = linesize; in CacheLineSize()
1493 linesize = sysconf(_SC_LEVEL4_CACHE_LINESIZE); in CacheLineSize()
1494 if (linesize > max_linesize) max_linesize = linesize; in CacheLineSize()
/external/u-boot/tools/env/
Dfw_env.c741 size_t linesize = 0; in fw_parse_script() local
767 while ((len = getline(&line, &linesize, fp)) != -1) { in fw_parse_script()
1764 size_t linesize = 0; in get_config() local
1771 while (i < 2 && getline(&line, &linesize, fp) != -1) { in get_config()