Home
last modified time | relevance | path

Searched refs:input_buf (Results 1 – 14 of 14) sorted by relevance

/external/grub/stage2/
Dserial.c29 static char input_buf[8]; variable
228 if (*((unsigned short *) input_buf) != ('\e' | ('[' << 8))) in serial_translate_key_sequence()
238 if (three_code_table[i].key == input_buf[2]) in serial_translate_key_sequence()
240 input_buf[0] = three_code_table[i].ascii; in serial_translate_key_sequence()
242 grub_memmove (input_buf + 1, input_buf + 3, npending - 1); in serial_translate_key_sequence()
250 short key = *((short *) (input_buf + 2)); in serial_translate_key_sequence()
257 input_buf[0] = four_code_table[i].ascii; in serial_translate_key_sequence()
259 grub_memmove (input_buf + 1, input_buf + 4, npending - 1); in serial_translate_key_sequence()
270 for (i = 0; i < 10000 && npending < sizeof (input_buf); i++) in fill_input_buf()
277 input_buf[npending++] = c; in fill_input_buf()
[all …]
/external/jpeg/
Djdcolor.c140 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
158 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert()
159 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert()
160 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert()
181 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert() argument
199 inptr0 = input_buf[0][input_row]; in ycc_rgba_8888_convert()
200 inptr1 = input_buf[1][input_row]; in ycc_rgba_8888_convert()
201 inptr2 = input_buf[2][input_row]; in ycc_rgba_8888_convert()
222 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert() argument
242 inptr0 = input_buf[0][input_row]; in ycc_rgb_565_convert()
[all …]
Djdmerge.c67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
268 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
269 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
270 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
310 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample_565() argument
[all …]
Djccolor.c133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
145 inptr = *input_buf++; in rgb_ycc_convert()
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
201 inptr = *input_buf++; in rgb_gray_convert()
228 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
240 inptr = *input_buf++; in cmyk_ycck_convert()
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() argument
293 inptr = *input_buf++; in grayscale_convert()
342 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert() argument
354 JSAMPROW inptr = *input_buf; in null_convert()
[all …]
Djdpostct.c48 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
55 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
61 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
127 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_1pass() argument
142 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_1pass()
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() argument
177 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_prepass()
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass() argument
Djccoefct.c62 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
65 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
67 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() argument
178 input_buf[compptr->component_index], in compress_data()
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() argument
283 input_buf[ci], thisblockrow, in compress_first_pass()
326 return compress_output(cinfo, input_buf); in compress_first_pass()
341 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
Djcmainct.c55 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
59 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
114 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main() argument
123 input_buf, in_row_ctr, in_rows_avail, in process_data_simple_main()
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main() argument
199 input_buf, in_row_ctr, in_rows_avail, in process_data_buffer_main()
Djpegint.h59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
67 JSAMPARRAY input_buf,
79 JSAMPIMAGE input_buf));
86 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
94 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
200 JSAMPIMAGE input_buf,
265 JSAMPIMAGE input_buf,
279 JSAMPIMAGE input_buf, JDIMENSION input_row,
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
Djquant1.c459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize() argument
473 ptrin = input_buf[row]; in color_quantize()
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize3() argument
502 ptrin = input_buf[row]; in color_quantize3()
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_ord_dither() argument
537 input_ptr = input_buf[row] + ci; in quantize_ord_dither()
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize3_ord_dither() argument
586 input_ptr = input_buf[row]; in quantize3_ord_dither()
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_fs_dither() argument
641 input_ptr = input_buf[row] + ci; in quantize_fs_dither()
Djcprepct.c129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data() argument
145 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr, in pre_process_data()
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_context() argument
212 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr, in pre_process_context()
Djquant2.c224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in prescan_quantize() argument
236 ptr = input_buf[row]; in prescan_quantize()
916 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_no_dither() argument
929 inptr = input_buf[row]; in pass2_no_dither()
950 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_fs_dither() argument
975 inptr = input_buf[row]; in pass2_fs_dither()
Djdsample.c90 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in sep_upsample() argument
108 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]), in sep_upsample()
Djcsample.c115 JSAMPIMAGE input_buf, JDIMENSION in_row_index, in sep_downsample() argument
125 in_ptr = input_buf[ci] + in_row_index; in sep_downsample()
Djctrans.c278 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument