HomeSort by relevance Sort by last modified time
    Searched refs:input_buf (Results 1 - 16 of 16) sorted by null

  /external/grub/stage2/
serial.c 29 static char input_buf[8]; variable
230 if (*((unsigned short *) input_buf) != ('\e' | ('[' << 8)))
240 if (three_code_table[i].key == input_buf[2])
242 input_buf[0] = three_code_table[i].ascii;
244 grub_memmove (input_buf + 1, input_buf + 3, npending - 1);
252 short key = *((short *) (input_buf + 2));
259 input_buf[0] = four_code_table[i].ascii;
261 grub_memmove (input_buf + 1, input_buf + 4, npending - 1)
    [all...]
  /external/jpeg/
jdcolor.c 140 JSAMPIMAGE input_buf, JDIMENSION input_row,
158 inptr0 = input_buf[0][input_row];
159 inptr1 = input_buf[1][input_row];
160 inptr2 = input_buf[2][input_row];
181 JSAMPIMAGE input_buf, JDIMENSION input_row,
199 inptr0 = input_buf[0][input_row];
200 inptr1 = input_buf[1][input_row];
201 inptr2 = input_buf[2][input_row];
222 JSAMPIMAGE input_buf, JDIMENSION input_row,
242 inptr0 = input_buf[0][input_row]
    [all...]
jdmerge.c 67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
268 inptr0 = input_buf[0][in_row_group_ctr];
269 inptr1 = input_buf[1][in_row_group_ctr];
270 inptr2 = input_buf[2][in_row_group_ctr];
310 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr
    [all...]
jdpostct.c 48 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,
142 input_buf, in_row_group_ctr, in_row_groups_avail,
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
177 input_buf, in_row_group_ctr, in_row_groups_avail,
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
jccolor.c 127 * can easily adjust the passed input_buf value to accommodate any row
133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
145 inptr = *input_buf++;
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
201 inptr = *input_buf++;
228 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
240 inptr = *input_buf++;
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
293 inptr = *input_buf++;
342 JSAMPARRAY input_buf, JSAMPIMAGE output_buf
    [all...]
jcmainct.c 55 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,
123 input_buf, in_row_ctr, in_rows_avail,
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
199 input_buf, in_row_ctr, in_rows_avail,
jccoefct.c 62 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));
138 * NB: input_buf contains a plane for each component in image,
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
158 /* Determine where data comes from in input_buf and do the DCT thing.
178 input_buf[compptr->component_index],
237 * NB: input_buf contains a plane for each component in image. All
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
283 input_buf[ci], thisblockrow
    [all...]
jpegint.h 59 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,
180 JSAMPIMAGE input_buf,
235 JSAMPIMAGE input_buf,
249 JSAMPIMAGE input_buf, JDIMENSION input_row,
257 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
jquant1.c 459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
473 ptrin = input_buf[row];
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
502 ptrin = input_buf[row];
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
537 input_ptr = input_buf[row] + ci;
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
586 input_ptr = input_buf[row];
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
641 input_ptr = input_buf[row] + ci
    [all...]
jcprepct.c 129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
145 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
212 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
jquant2.c 224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
236 ptr = input_buf[row];
    [all...]
jcsample.c 115 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
125 in_ptr = input_buf[ci] + in_row_index;
jdsample.c 90 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
108 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
jctrans.c 274 * NB: input_buf is ignored; it is likely to be a NULL pointer.
278 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 2136 InputBufCtrlStruct *input_buf = NULL; local
2740 InputBufCtrlStruct *input_buf = NULL; local
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 3868 InputBufCtrlStruct *input_buf = NULL; local
    [all...]

Completed in 490 milliseconds