Home
last modified time | relevance | path

Searched refs:input_row (Results 1 – 23 of 23) sorted by relevance

/external/libjpeg-turbo/
Djdcolor.c255 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
260 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
265 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
269 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
274 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
279 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
284 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
288 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
328 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_gray_convert() argument
340 inptr0 = input_buf[0][input_row]; in rgb_gray_convert()
[all …]
Djdcolext.c32 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
50 inptr0 = input_buf[0][input_row]; in LOCAL()
51 inptr1 = input_buf[1][input_row]; in LOCAL()
52 inptr2 = input_buf[2][input_row]; in LOCAL()
53 input_row++; in LOCAL()
85 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
93 inptr = input_buf[0][input_row++]; in LOCAL()
116 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
125 inptr0 = input_buf[0][input_row]; in LOCAL()
126 inptr1 = input_buf[1][input_row]; in LOCAL()
[all …]
Djdcol565.c21 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
41 inptr0 = input_buf[0][input_row]; in LOCAL()
42 inptr1 = input_buf[1][input_row]; in LOCAL()
43 inptr2 = input_buf[2][input_row]; in LOCAL()
44 input_row++; in LOCAL()
100 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
122 inptr0 = input_buf[0][input_row]; in LOCAL()
123 inptr1 = input_buf[1][input_row]; in LOCAL()
124 inptr2 = input_buf[2][input_row]; in LOCAL()
125 input_row++; in LOCAL()
[all …]
Djutils.c119 jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, in jcopy_block_row() argument
123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
Djsimd.h29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
32 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
Djsimd_none.c68 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
75 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
Djpegint.h260 JDIMENSION input_row, JSAMPARRAY output_buf,
349 EXTERN(void) jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row,
Djdapistd.c296 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in noop_convert() argument
322 JDIMENSION input_row, JSAMPARRAY output_buf, in read_and_discard_scanlines()
/external/libjpeg-turbo/simd/
Djsimd.h241 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
244 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
247 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
250 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
253 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
256 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
259 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
264 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
267 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
270 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row,
[all …]
Djdcolext-altivec.c27 JDIMENSION input_row, in jsimd_ycc_rgb_convert_altivec() argument
70 inptr0 = input_buf[0][input_row]; in jsimd_ycc_rgb_convert_altivec()
71 inptr1 = input_buf[1][input_row]; in jsimd_ycc_rgb_convert_altivec()
72 inptr2 = input_buf[2][input_row]; in jsimd_ycc_rgb_convert_altivec()
73 input_row++; in jsimd_ycc_rgb_convert_altivec()
Djsimd_arm.c248 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
281 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
286 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
289 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
Djsimd_arm64.c284 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
326 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
331 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
334 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
Djsimd_powerpc.c295 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
328 altivecfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
333 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
Djsimd_x86_64.c204 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
237 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
242 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
Djsimd_i386.c246 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
289 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
291 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
296 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
Djdcolext-mmx.asm26 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
32 %define input_row(b) (b)+16 ; JDIMENSION input_row
69 mov ecx, JDIMENSION [input_row(eax)]
Djsimd_mips.c281 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
315 mipsdspr2fct(cinfo->output_width, input_buf, input_row, output_buf, in jsimd_ycc_rgb_convert()
321 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
Djdcolext-sse2.asm27 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
33 %define input_row(b) (b)+16 ; JDIMENSION input_row
70 mov ecx, JDIMENSION [input_row(eax)]
Djdcolext-sse2-64.asm27 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
33 ; r12 = JDIMENSION input_row
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Dlocal.py313 input_row, input_col = input_shape[1:-1]
316 input_row, input_col = input_shape[2:]
318 if input_row is None or input_col is None:
323 output_row = conv_utils.conv_output_length(input_row, self.kernel_size[0],
/external/libpng/
Dpngwrite.c1535 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, in png_write_image_16bit() local
1550 ++input_row; /* To point to the first component */ in png_write_image_16bit()
1571 png_const_uint_16p in_ptr = input_row; in png_write_image_16bit()
1625 input_row += (png_uint_16)display->row_bytes/(sizeof (png_uint_16)); in png_write_image_16bit()
1694 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, in png_write_image_8bit() local
1710 ++input_row; /* To point to the first component */ in png_write_image_8bit()
1723 png_const_uint_16p in_ptr = input_row; in png_write_image_8bit()
1751 input_row += (png_uint_16)display->row_bytes/(sizeof (png_uint_16)); in png_write_image_8bit()
1764 png_const_uint_16p in_ptr = input_row; in png_write_image_8bit()
1776 input_row += (png_uint_16)display->row_bytes/(sizeof (png_uint_16)); in png_write_image_8bit()
/external/pdfium/third_party/libpng16/
Dpngwrite.c1524 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, in png_write_image_16bit() local
1538 ++input_row; /* To point to the first component */ in png_write_image_16bit()
1559 png_const_uint_16p in_ptr = input_row; in png_write_image_16bit()
1613 input_row += display->row_bytes/(sizeof (png_uint_16)); in png_write_image_16bit()
1682 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, in png_write_image_8bit() local
1697 ++input_row; /* To point to the first component */ in png_write_image_8bit()
1710 png_const_uint_16p in_ptr = input_row; in png_write_image_8bit()
1738 input_row += display->row_bytes/(sizeof (png_uint_16)); in png_write_image_8bit()
1751 png_const_uint_16p in_ptr = input_row; in png_write_image_8bit()
1763 input_row += display->row_bytes/(sizeof (png_uint_16)); in png_write_image_8bit()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h683 const Index input_row = (i / num_preserved_coeffs) * NumPerThread;
685 const Index max_row = numext::mini(input_row + NumPerThread, num_coeffs_to_reduce);
686 for (Index j = input_row; j < max_row; j++) {