/external/libjpeg-turbo/ |
D | jdcolor.c | 255 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 …]
|
D | jdcolext.c | 32 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 …]
|
D | jdcol565.c | 21 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 …]
|
D | jutils.c | 119 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()
|
D | jsimd.h | 29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, 32 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
|
D | jsimd_none.c | 68 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
|
D | jpegint.h | 260 JDIMENSION input_row, JSAMPARRAY output_buf, 349 EXTERN(void) jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row,
|
D | jdapistd.c | 296 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/ |
D | jsimd.h | 241 (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 …]
|
D | jdcolext-altivec.c | 27 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()
|
D | jsimd_arm.c | 248 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()
|
D | jsimd_arm64.c | 284 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()
|
D | jsimd_powerpc.c | 295 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
|
D | jsimd_x86_64.c | 204 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
|
D | jsimd_i386.c | 246 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
|
D | jdcolext-mmx.asm | 26 ; JSAMPIMAGE input_buf, JDIMENSION input_row, 32 %define input_row(b) (b)+16 ; JDIMENSION input_row 69 mov ecx, JDIMENSION [input_row(eax)]
|
D | jsimd_mips.c | 281 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
|
D | jdcolext-sse2.asm | 27 ; JSAMPIMAGE input_buf, JDIMENSION input_row, 33 %define input_row(b) (b)+16 ; JDIMENSION input_row 70 mov ecx, JDIMENSION [input_row(eax)]
|
D | jdcolext-sse2-64.asm | 27 ; JSAMPIMAGE input_buf, JDIMENSION input_row, 33 ; r12 = JDIMENSION input_row
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
D | local.py | 313 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/ |
D | pngwrite.c | 1535 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/ |
D | pngwrite.c | 1524 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/ |
D | TensorReductionCuda.h | 683 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++) {
|