HomeSort by relevance Sort by last modified time
    Searched refs:num_cols (Results 1 - 25 of 28) sorted by null

1 2

  /external/libjpeg-turbo/simd/
jcgryext-altivec.c 33 int pitch = img_width * RGB_PIXELSIZE, num_cols; local
67 for (num_cols = pitch; num_cols > 0;
68 num_cols -= RGB_PIXELSIZE * 16, inptr += RGB_PIXELSIZE * 16,
76 int bytes = num_cols + offset;
86 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
115 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) {
117 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
127 if (num_cols > 16
    [all...]
jdcolext-altivec.c 31 int pitch = out_width * RGB_PIXELSIZE, num_cols; local
76 for (num_cols = pitch; num_cols > 0;
77 num_cols -= RGB_PIXELSIZE * 16, outptr += RGB_PIXELSIZE * 16,
201 int bytes = num_cols + offset;
217 memcpy(outptr, tmpbuf, min(num_cols, RGB_PIXELSIZE * 16));
222 edgeh = vec_ld(min(num_cols - 1, RGB_PIXELSIZE * 16), outptr);
248 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) {
256 memcpy(outptr, tmpbuf, min(num_cols, RGB_PIXELSIZE * 16))
    [all...]
jccolext-altivec.c 32 int pitch = img_width * RGB_PIXELSIZE, num_cols; local
72 for (num_cols = pitch; num_cols > 0;
73 num_cols -= RGB_PIXELSIZE * 16, inptr += RGB_PIXELSIZE * 16,
81 int bytes = num_cols + offset;
91 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
121 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) {
123 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
133 if (num_cols > 16
    [all...]
jdmrgext-altivec.c 32 int pitch = output_width * RGB_PIXELSIZE, num_cols, yloop; local
80 for (num_cols = pitch; num_cols > 0; inptr1 += 16, inptr2 += 16) {
147 for (yloop = 0; yloop < 2 && num_cols > 0; yloop++,
148 num_cols -= RGB_PIXELSIZE * 16,
226 int bytes = num_cols + offset;
242 memcpy(outptr, tmpbuf, min(num_cols, RGB_PIXELSIZE * 16));
247 edgeh = vec_ld(min(num_cols - 1, RGB_PIXELSIZE * 16), outptr);
273 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15))
    [all...]
  /external/libjpeg-turbo/
jdcolext.c 40 JDIMENSION num_cols = cinfo->output_width; local
55 for (col = 0; col < num_cols; col++) {
90 JDIMENSION num_cols = cinfo->output_width; local
95 for (col = 0; col < num_cols; col++) {
122 JDIMENSION num_cols = cinfo->output_width; local
130 for (col = 0; col < num_cols; col++) {
jutils.c 96 int num_rows, JDIMENSION num_cols)
100 * The source and destination arrays must be at least as wide as num_cols.
104 register size_t count = (size_t) (num_cols * sizeof(JSAMPLE));
jccolext.c 42 JDIMENSION num_cols = cinfo->image_width; local
50 for (col = 0; col < num_cols; col++) {
99 JDIMENSION num_cols = cinfo->image_width; local
105 for (col = 0; col < num_cols; col++) {
133 JDIMENSION num_cols = cinfo->image_width; local
141 for (col = 0; col < num_cols; col++) {
jdcol565.c 29 JDIMENSION num_cols = cinfo->output_width; local
58 num_cols--;
60 for (col = 0; col < (num_cols >> 1); col++) {
82 if (num_cols & 1) {
108 JDIMENSION num_cols = cinfo->output_width; local
139 num_cols--;
141 for (col = 0; col < (num_cols >> 1); col++) {
167 if (num_cols & 1) {
192 JDIMENSION num_cols = cinfo->output_width; local
211 num_cols--
248 JDIMENSION num_cols = cinfo->output_width; local
305 JDIMENSION num_cols = cinfo->output_width; local
346 JDIMENSION num_cols = cinfo->output_width; local
    [all...]
jccolor.c 389 JDIMENSION num_cols = cinfo->image_width; local
398 for (col = 0; col < num_cols; col++) {
441 JDIMENSION num_cols = cinfo->image_width; local
448 for (col = 0; col < num_cols; col++) {
472 JDIMENSION num_cols = cinfo->image_width; local
481 for (col = 0; col < num_cols; col++) {
495 for (col = 0; col < num_cols; col++) {
508 for (col = 0; col < num_cols; col++) {
jcprepct.c 109 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
116 1, num_cols);
jdcolor.c 337 JDIMENSION num_cols = cinfo->output_width; local
345 for (col = 0; col < num_cols; col++) {
371 JDIMENSION num_cols = cinfo->output_width; local
381 for (col = 0; col < num_cols; col++) {
395 for (col = 0; col < num_cols; col++) {
407 for (col = 0; col < num_cols; col++) {
544 JDIMENSION num_cols = cinfo->output_width; local
560 for (col = 0; col < num_cols; col++) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c 113 int num_rows, JDIMENSION num_cols)
117 * The source and destination arrays must be at least as wide as num_cols.
122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
137 for (count = num_cols; count > 0; count--)
fpdfapi_jdcolor.c 129 JDIMENSION num_cols = cinfo->output_width; local
144 for (col = 0; col < num_cols; col++) {
176 JDIMENSION num_cols = cinfo->output_width; local
183 for (count = num_cols; count > 0; count--) {
223 JDIMENSION num_cols = cinfo->output_width; local
228 for (col = 0; col < num_cols; col++) {
254 JDIMENSION num_cols = cinfo->output_width; local
270 for (col = 0; col < num_cols; col++) {
fpdfapi_jccolor.c 140 JDIMENSION num_cols = cinfo->image_width; local
148 for (col = 0; col < num_cols; col++) {
196 JDIMENSION num_cols = cinfo->image_width; local
202 for (col = 0; col < num_cols; col++) {
235 JDIMENSION num_cols = cinfo->image_width; local
244 for (col = 0; col < num_cols; col++) {
287 JDIMENSION num_cols = cinfo->image_width; local
294 for (col = 0; col < num_cols; col++) {
318 JDIMENSION num_cols = cinfo->image_width; local
325 for (col = 0; col < num_cols; col++)
    [all...]
fpdfapi_jcprepct.c 106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
113 1, num_cols);
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 63 WORD32 num_rows, num_cols, src_strd, dst_strd, cols, rows; local
76 num_cols = wd;
82 memcpy(pu1_dst, pu1_src, num_cols);
119 num_cols = wd >> 1;
126 if(num_cols > 15)
128 cols = num_cols >> 4;
246 num_cols &= 0x0F;
248 if(num_cols)
256 for(j = 0; j < num_cols; j++)
  /external/libavc/decoder/
ih264d_format_conv.c 385 WORD32 num_rows, num_cols, src_strd, dst_strd; local
393 num_cols = wd;
400 memcpy(pu1_dst, pu1_src, num_cols);
410 num_cols = wd;
417 memcpy(pu1_dst, pu1_src, num_cols);
482 WORD32 num_rows, num_cols, src_strd, dst_strd; local
490 num_cols = wd;
497 memcpy(pu1_dst, pu1_src, num_cols);
507 num_cols = wd;
515 for(j = 0; j < num_cols; j += 2
594 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 391 WORD32 num_rows, num_cols, src_strd, dst_strd; local
399 num_cols = wd;
406 memcpy(pu1_dst, pu1_src, num_cols);
416 num_cols = wd;
423 memcpy(pu1_dst, pu1_src, num_cols);
490 WORD32 num_rows, num_cols, src_strd, dst_strd; local
498 num_cols = wd;
505 memcpy(pu1_dst, pu1_src, num_cols);
515 num_cols = wd;
523 for(j = 0; j < num_cols; j += 2
603 WORD32 num_rows, num_cols, src_strd, dst_strd; local
850 WORD32 num_cols = ps_codec->i4_disp_wd; local
    [all...]
  /external/libmpeg2/common/
ideint_utils.c 260 WORD32 num_cols, num_rows; local
266 num_cols = blk_wd + 4;
274 num_cols -= 2;
289 num_cols -= 2;
296 memcpy(pu1_dst, pu1_src_top, num_cols);
299 memcpy(pu1_dst, pu1_src_bot, num_cols);
  /external/libavc/encoder/
ih264e_fmt_conv.c 371 WORD32 num_rows, num_cols, src_strd, dst_strd; local
379 num_cols = wd;
386 memcpy(pu1_dst, pu1_src, num_cols);
396 num_cols = wd;
403 memcpy(pu1_dst, pu1_src, num_cols);
423 WORD32 num_rows, num_cols, src_strd, dst_strd; local
431 num_cols = wd;
438 memcpy(pu1_dst, pu1_src, num_cols);
448 num_cols = wd;
456 for (j = 0; j < num_cols; j += 2
483 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_reduction_sycl.cpp 28 const int num_cols = 765; local
29 array<int, 2> tensorRange = {{num_rows, num_cols}};
cxx11_tensor_thread_pool.cpp 279 const int num_cols = internal::random<int>(13, 732); local
280 Tensor<float, 2, DataLayout> t1(num_rows, num_cols);
  /external/libcups/cups/
encode.c 381 int num_cols; /* Number of collection values */ local
750 num_cols = cupsParseOptions(val, 0, &cols);
753 cupsFreeOptions(num_cols, cols);
763 cupsEncodeOptions2(collection, num_cols, cols, IPP_TAG_JOB);
764 cupsFreeOptions(num_cols, cols);
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 551 const int32_t num_cols = local
553 if ((int64_t)num_rows * (int64_t)num_cols > 0x7f) {
558 nine_patch->region_colors.reserve(num_rows * num_cols);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 900 int num_cols = local
902 return num_cols;

Completed in 1501 milliseconds

1 2