/external/libjpeg-turbo/simd/ |
D | jsimd.h | 32 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 33 JDIMENSION output_row, int num_rows); 35 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 36 JDIMENSION output_row, int num_rows); 38 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 39 JDIMENSION output_row, int num_rows); 41 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 42 JDIMENSION output_row, int num_rows); 44 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 45 JDIMENSION output_row, int num_rows); [all …]
|
D | jsimd_x86_64.c | 68 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 88 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_gray() 108 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 129 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 131 void (*sse2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 167 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 169 void (*sse2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 204 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() 207 void (*sse2fct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 242 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() [all …]
|
D | jsimd_mips.c | 110 JDIMENSION rows_to_go; 126 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 145 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_gray() 164 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 189 if (sizeof(JDIMENSION) != 4) in jsimd_c_can_null_convert() 201 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 203 void (*mipsdspr2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 242 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 244 void (*mipsdspr2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 281 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() [all …]
|
D | jsimd_i386.c | 80 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 102 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_gray() 124 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 147 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 149 void (*sse2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 150 void (*mmxfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 197 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 199 void (*sse2fct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 200 void (*mmxfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 246 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() [all …]
|
D | jsimd_powerpc.c | 162 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 181 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_gray() 200 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 220 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 222 void (*altivecfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 258 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 260 void (*altivecfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 295 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() 298 void (*altivecfct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 333 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() [all …]
|
D | jsimd_arm.c | 146 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 173 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 192 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb565() 204 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 206 void (*neonfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 242 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 248 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() 251 void (*neonfct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 286 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() 369 if (sizeof(JDIMENSION) != 4) in jsimd_can_h2v1_fancy_upsample() [all …]
|
D | jsimd_arm64.c | 173 if (sizeof(JDIMENSION) != 4) in jsimd_can_rgb_ycc() 200 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb() 219 if (sizeof(JDIMENSION) != 4) in jsimd_can_ycc_rgb565() 231 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 233 void (*neonfct)(JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 278 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 284 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() 287 void (*neonfct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 331 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() 348 if (sizeof(JDIMENSION) != 4) in jsimd_can_h2v2_downsample() [all …]
|
/external/libjpeg-turbo/ |
D | jdpostct.c | 39 JDIMENSION strip_height; /* buffer size in rows */ 41 JDIMENSION starting_row; /* row # of first row in current strip */ 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ 51 JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, 52 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 53 JDIMENSION out_rows_avail); 57 JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, 58 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 59 JDIMENSION out_rows_avail); 62 JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, [all …]
|
D | jpeglib.h | 142 JDIMENSION width_in_blocks; 143 JDIMENSION height_in_blocks; 162 JDIMENSION downsampled_width; /* actual width in samples */ 163 JDIMENSION downsampled_height; /* actual height in samples */ 308 JDIMENSION image_width; /* input image width */ 309 JDIMENSION image_height; /* input image height */ 326 JDIMENSION jpeg_width; /* scaled JPEG image width */ 327 JDIMENSION jpeg_height; /* scaled JPEG image height */ 404 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 422 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */ [all …]
|
D | jpegint.h | 76 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail); 83 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, 85 JDIMENSION *out_row_group_ctr, 86 JDIMENSION out_row_groups_avail); 99 JSAMPIMAGE output_buf, JDIMENSION output_row, 107 JDIMENSION in_row_index, JSAMPIMAGE output_buf, 108 JDIMENSION out_row_group_index); 119 JDIMENSION start_row, JDIMENSION start_col, 120 JDIMENSION num_blocks); 156 JDIMENSION first_iMCU_col; [all …]
|
D | jdct.h | 99 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 102 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 105 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 108 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 111 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 114 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 117 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 120 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 123 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); 126 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col); [all …]
|
D | jcprepct.c | 64 JDIMENSION rows_to_go; /* counts rows remaining in source image */ 109 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge() 132 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data() 133 JDIMENSION in_rows_avail, in pre_process_data() 134 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, in pre_process_data() 135 JDIMENSION out_row_groups_avail) in pre_process_data() 139 JDIMENSION inrows; in pre_process_data() 147 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data() 150 (JDIMENSION) prep->next_buf_row, in pre_process_data() 167 prep->color_buf, (JDIMENSION) 0, in pre_process_data() [all …]
|
D | rdbmp.c | 65 JDIMENSION source_row; /* Current source row number */ 66 JDIMENSION row_width; /* Physical width of scanlines in file */ 123 METHODDEF(JDIMENSION) 132 register JDIMENSION col; in get_8bit_row() 138 source->source_row, (JDIMENSION) 1, FALSE); in get_8bit_row() 154 METHODDEF(JDIMENSION) 161 register JDIMENSION col; in get_24bit_row() 167 source->source_row, (JDIMENSION) 1, FALSE); in get_24bit_row() 185 METHODDEF(JDIMENSION) 192 register JDIMENSION col; in get_32bit_row() [all …]
|
D | jdmaster.c | 115 cinfo->output_width = (JDIMENSION) in jpeg_core_output_dimensions() 117 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions() 123 cinfo->output_width = (JDIMENSION) in jpeg_core_output_dimensions() 125 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions() 131 cinfo->output_width = (JDIMENSION) in jpeg_core_output_dimensions() 133 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions() 139 cinfo->output_width = (JDIMENSION) in jpeg_core_output_dimensions() 141 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions() 147 cinfo->output_width = (JDIMENSION) in jpeg_core_output_dimensions() 149 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions() [all …]
|
D | jdmainct.c | 117 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail); 120 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail); 124 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail); 227 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight); in set_bottom_pointers() 233 main_ptr->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1); in set_bottom_pointers() 290 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in process_data_simple_main() 291 JDIMENSION out_rows_avail) in process_data_simple_main() 294 JDIMENSION rowgroups_avail; in process_data_simple_main() 304 rowgroups_avail = (JDIMENSION) cinfo->_min_DCT_scaled_size; in process_data_simple_main() 330 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in process_data_context_main() [all …]
|
D | transupp.c | 93 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop() 98 JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop() 114 (JDIMENSION) compptr->v_samp_factor, TRUE); in do_crop() 118 (JDIMENSION) compptr->v_samp_factor, FALSE); in do_crop() 131 JDIMENSION x_crop_offset, in do_flip_h_no_crop() 137 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() 160 (JDIMENSION) compptr->v_samp_factor, TRUE); in do_flip_h_no_crop() 187 (JDIMENSION) 1); in do_flip_h_no_crop() 198 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() 203 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() [all …]
|
D | jsimd_none.c | 55 JDIMENSION output_row, int num_rows) in jsimd_rgb_ycc_convert() 62 JDIMENSION output_row, int num_rows) in jsimd_rgb_gray_convert() 68 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() 75 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() 83 JDIMENSION output_row, int num_rows) in jsimd_c_null_convert() 207 JDIMENSION in_row_group_ctr, in jsimd_h2v2_merged_upsample() 215 JDIMENSION in_row_group_ctr, in jsimd_h2v1_merged_upsample() 233 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp() 239 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp_float() 328 JDIMENSION output_col) in jsimd_idct_2x2() [all …]
|
D | transupp.h | 135 JDIMENSION crop_width; /* Width of selected region */ 137 JDIMENSION crop_height; /* Height of selected region */ 139 JDIMENSION crop_xoffset; /* X offset of selected region */ 141 JDIMENSION crop_yoffset; /* Y offset of selected region */ 147 JDIMENSION output_width; /* cropped destination dimensions */ 148 JDIMENSION output_height; 149 JDIMENSION x_crop_offset; /* destination crop offsets measured in iMCUs */ 150 JDIMENSION y_crop_offset; 176 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,
|
D | rdtarga.c | 59 JDIMENSION current_row; /* Current logical row number to read */ 74 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); 175 METHODDEF(JDIMENSION) 181 register JDIMENSION col; in get_8bit_gray_row() 191 METHODDEF(JDIMENSION) 198 register JDIMENSION col; in get_8bit_row() 212 METHODDEF(JDIMENSION) 219 register JDIMENSION col; in get_16bit_row() 240 METHODDEF(JDIMENSION) 246 register JDIMENSION col; in get_24bit_row() [all …]
|
D | jdapistd.c | 113 JDIMENSION last_scanline; in output_pass_setup() 123 &cinfo->output_scanline, (JDIMENSION) 0); in output_pass_setup() 153 jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset, in jpeg_crop_scanline() 154 JDIMENSION *width) in jpeg_crop_scanline() 157 JDIMENSION input_xoffset; in jpeg_crop_scanline() 214 (JDIMENSION) (long) (*xoffset) / (long) align; in jpeg_crop_scanline() 216 (JDIMENSION) jdiv_round_up((long) (*xoffset + cinfo->output_width), in jpeg_crop_scanline() 227 (JDIMENSION) jdiv_round_up((long) (cinfo->output_width * in jpeg_crop_scanline() 237 (JDIMENSION) (long) (*xoffset * hsf) / (long) align; in jpeg_crop_scanline() 239 (JDIMENSION) jdiv_round_up((long) ((*xoffset + cinfo->output_width) * in jpeg_crop_scanline() [all …]
|
D | jmemmgr.c | 145 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */ 160 JDIMENSION rows_in_array; /* total virtual array height */ 161 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ 162 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */ 163 JDIMENSION rows_in_mem; /* height of memory buffer */ 164 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 165 JDIMENSION cur_start_row; /* first logical row # in the buffer */ 166 JDIMENSION first_undef_row; /* row # of first uninitialized row */ 176 JDIMENSION rows_in_array; /* total virtual array height */ 177 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */ [all …]
|
D | jsimddct.h | 15 EXTERN(void) jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, 18 JDIMENSION start_col, 45 JDIMENSION output_col); 49 JDIMENSION output_col); 53 JDIMENSION output_col); 57 JDIMENSION output_col); 66 JDIMENSION output_col); 70 JDIMENSION output_col); 74 JDIMENSION output_col);
|
D | rdrle.c | 72 JDIMENSION row; /* current row # in the virtual array */ 87 JDIMENSION width, height; in start_input_rle() 163 (JDIMENSION) width, (JDIMENSION) cinfo->input_components); in start_input_rle() 169 (JDIMENSION) (width * source->header.ncolors), in start_input_rle() 170 (JDIMENSION) height, (JDIMENSION) 1); in start_input_rle() 189 METHODDEF(JDIMENSION) 196 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_rle_row() 207 METHODDEF(JDIMENSION) 212 JDIMENSION col; in get_pseudocolor_row() 220 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_pseudocolor_row() [all …]
|
D | jccoefct.c | 40 JDIMENSION iMCU_row_num; /* iMCU row # within image */ 41 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */ 146 JDIMENSION MCU_col_num; /* index of current MCU within row */ in compress_data() 147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1; in compress_data() 148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data() 150 JDIMENSION ypos, xpos; in compress_data() 180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data() 248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_first_pass() 249 JDIMENSION blocks_across, MCUs_across, MCUindex; in compress_first_pass() 262 (JDIMENSION) compptr->v_samp_factor, TRUE); in compress_first_pass() [all …]
|
D | jdcolext.c | 32 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL() 39 register JDIMENSION col; in LOCAL() 40 JDIMENSION num_cols = cinfo->output_width; in LOCAL() 85 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL() 89 register JDIMENSION col; in LOCAL() 90 JDIMENSION num_cols = cinfo->output_width; in LOCAL() 116 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL() 121 register JDIMENSION col; in LOCAL() 122 JDIMENSION num_cols = cinfo->output_width; in LOCAL()
|