/external/libjpeg-turbo/ |
D | jdcolor.c | 255 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert() argument 259 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 264 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 268 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 273 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 278 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 283 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 287 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert() 327 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in rgb_gray_convert() argument 338 inptr0 = input_buf[0][input_row]; in rgb_gray_convert() [all …]
|
D | jdcolext.c | 32 JDIMENSION input_row, JSAMPARRAY output_buf, 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 JDIMENSION input_row, JSAMPARRAY output_buf, in LOCAL() 93 inptr = input_buf[0][input_row++]; in LOCAL() 116 JDIMENSION input_row, JSAMPARRAY output_buf, 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 JDIMENSION input_row, JSAMPARRAY output_buf, 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 JDIMENSION input_row, JSAMPARRAY output_buf, 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 JSAMPIMAGE input_buf, JDIMENSION input_row, 33 JDIMENSION input_row,
|
D | jsimd_none.c | 68 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 75 JDIMENSION input_row, JSAMPARRAY output_buf, 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,
|
/external/libjpeg-turbo/simd/ |
D | jsimd.h | 312 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 315 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 318 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 321 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 324 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 327 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 330 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 335 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 338 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 341 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, [all …]
|
/external/libopus/src/ |
D | mapping_matrix.c | 122 int input_row, in mapping_matrix_multiply_channel_out_float() argument 148 (1/32768.f)*matrix_data[MATRIX_INDEX(matrix->rows, row, input_row)] * in mapping_matrix_multiply_channel_out_float() 199 int input_row, in mapping_matrix_multiply_channel_out_short() argument 224 (opus_int32)matrix_data[MATRIX_INDEX(matrix->rows, row, input_row)] * in mapping_matrix_multiply_channel_out_short()
|
D | mapping_matrix.h | 78 int input_row, 99 int input_row,
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jdcolext-altivec.c | 27 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert_altivec() argument 72 inptr0 = input_buf[0][input_row]; in jsimd_ycc_rgb_convert_altivec() 73 inptr1 = input_buf[1][input_row]; in jsimd_ycc_rgb_convert_altivec() 74 inptr2 = input_buf[2][input_row]; in jsimd_ycc_rgb_convert_altivec() 75 input_row++; in jsimd_ycc_rgb_convert_altivec()
|
D | jsimd.c | 301 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 334 altivecfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 339 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument
|
/external/libjpeg-turbo/simd/loongson/ |
D | jdcolext-mmi.c | 93 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert_mmi() argument 102 inptr0 = input_buf[0][input_row]; in jsimd_ycc_rgb_convert_mmi() 103 inptr1 = input_buf[1][input_row]; in jsimd_ycc_rgb_convert_mmi() 104 inptr2 = input_buf[2][input_row]; in jsimd_ycc_rgb_convert_mmi() 105 input_row++; in jsimd_ycc_rgb_convert_mmi()
|
D | jsimd.c | 157 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 190 mmifct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 195 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | local.py | 436 input_row, input_col = input_shape[1:-1] 439 input_row, input_col = input_shape[2:] 441 if input_row is None or input_col is None: 446 output_row = conv_utils.conv_output_length(input_row, self.kernel_size[0], 468 self.kernel_shape = (input_filter, input_row, input_col, 471 self.kernel_shape = (input_row, input_col, input_filter, 481 input_shape=(input_row, input_col),
|
/external/libjpeg-turbo/simd/arm/ |
D | jsimd.c | 252 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 285 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 290 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument 293 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd.c | 287 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 329 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 334 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument 337 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | quantize_test.cc | 63 std::vector<NativeT> input_row; in PackLargeInput() local 65 input_row.push_back(input({h, w})); in PackLargeInput() 68 auto pack_input_vec = PackToUint32<uint8>(input_row); in PackLargeInput() 112 std::vector<NativeT> input_row; in GenerateLargeSizeMinCombinedOutput() local
|
/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/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/libjpeg-turbo/simd/x86_64/ |
D | jsimd.c | 247 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 289 avx2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 291 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 296 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument
|
/external/libjpeg-turbo/simd/i386/ |
D | jsimd.c | 282 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 332 avx2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 334 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 336 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 341 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument
|
D | jdcolext-mmx.asm | 27 ; JDIMENSION input_row, JSAMPARRAY output_buf, 33 %define input_row(b) (b) + 16 ; JDIMENSION input_row 71 mov ecx, JDIMENSION [input_row(eax)]
|
D | jdcolext-sse2.asm | 27 ; JDIMENSION input_row, JSAMPARRAY output_buf, 33 %define input_row(b) (b) + 16 ; JDIMENSION input_row 71 mov ecx, JDIMENSION [input_row(eax)]
|
/external/libjpeg-turbo/simd/mips/ |
D | jsimd.c | 280 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb_convert() argument 313 dspr2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert() 318 JDIMENSION input_row, JSAMPARRAY output_buf, in jsimd_ycc_rgb565_convert() argument
|