HomeSort by relevance Sort by last modified time
    Searched full:input_buf (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccoefct.c 63 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
66 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
68 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
139 * NB: input_buf contains a plane for each component in image,
144 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
159 /* Determine where data comes from in input_buf and do the DCT thing.
179 input_buf[compptr->component_index],
238 * NB: input_buf contains a plane for each component in image. All
246 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
284 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,
fpdfapi_jccolor.c 126 * can easily adjust the passed input_buf value to accommodate any row
132 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
144 inptr = *input_buf++;
188 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
200 inptr = *input_buf++;
227 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
239 inptr = *input_buf++;
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
292 inptr = *input_buf++;
311 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
    [all...]
fpdfapi_jcmainct.c 56 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
60 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
115 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
124 input_buf, in_row_ctr, in_rows_avail,
171 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
200 input_buf, in_row_ctr, in_rows_avail,
fpdfapi_jcprepct.c 130 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
146 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
197 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
213 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
  /external/qemu/distrib/jpeg-6b/
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,
200 JSAMPIMAGE input_buf,
265 JSAMPIMAGE input_buf,
279 JSAMPIMAGE input_buf, JDIMENSION input_row,
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
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,
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++;
180 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
192 inptr = (unsigned short*)(*input_buf++);
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
238 inptr = (INT32*)(*input_buf++);
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
294 inptr = *input_buf++;
321 JSAMPARRAY input_buf, JSAMPIMAGE output_buf
    [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,
  /hardware/qcom/gps/utils/
loc_cfg.cpp 170 input_buf : buffer contanis config item
178 0: Number of records in the config_table filled with input_buf
183 int loc_fill_conf_item(char* input_buf,
188 if (input_buf && config_table) {
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
281 char input_buf[LOC_MAX_PARAM_LINE]; /* declare a char array */ local
286 if(!fgets(input_buf, LOC_MAX_PARAM_LINE, conf_fp)) {
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
338 char* input_buf = strtok_r(conf_copy, "\n", &saveptr); local
342 while(num_params && input_buf) {
378 char input_buf[LOC_MAX_PARAM_LINE]; \/* declare a char array *\/ local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpegint.h 60 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
68 JSAMPARRAY input_buf,
80 JSAMPIMAGE input_buf));
87 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
95 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
181 JSAMPIMAGE input_buf,
236 JSAMPIMAGE input_buf,
250 JSAMPIMAGE input_buf, JDIMENSION input_row,
258 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
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,
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,
  /external/jpeg/
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,
200 JSAMPIMAGE input_buf,
265 JSAMPIMAGE input_buf,
279 JSAMPIMAGE input_buf, JDIMENSION input_row,
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
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,
jsimd_neon.h 69 JSAMPIMAGE input_buf, JDIMENSION input_row,
74 JSAMPIMAGE input_buf, JDIMENSION input_row,
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,
  /external/pdfium/core/include/thirdparties/libjpeg/
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,
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm.c 181 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
216 neonfct(cinfo->image_width, input_buf,
222 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
229 JSAMPIMAGE input_buf, JDIMENSION input_row,
264 neonfct(cinfo->output_width, input_buf,
390 JSAMPIMAGE input_buf,
398 JSAMPIMAGE input_buf,
jsimd_i386.c 135 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
179 sse2fct(cinfo->image_width, input_buf,
182 mmxfct(cinfo->image_width, input_buf,
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
233 sse2fct(cinfo->image_width, input_buf,
236 mmxfct(cinfo->image_width, input_buf,
242 JSAMPIMAGE input_buf, JDIMENSION input_row,
286 sse2fct(cinfo->output_width, input_buf,
289 mmxfct(cinfo->output_width, input_buf,
539 JSAMPIMAGE input_buf,
    [all...]
jdmrgmmx.asm 27 ; JSAMPIMAGE input_buf,
33 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
69 mov edi, JSAMPIMAGE [input_buf(eax)]
401 ; JSAMPIMAGE input_buf,
407 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
425 mov edi, JSAMPIMAGE [input_buf(ebp)]
440 push ebx ; input_buf
jdmrgss2.asm 28 ; JSAMPIMAGE input_buf,
34 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
70 mov edi, JSAMPIMAGE [input_buf(eax)]
456 ; JSAMPIMAGE input_buf,
462 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
480 mov edi, JSAMPIMAGE [input_buf(ebp)]
495 push ebx ; input_buf
jcclrmmx.asm 27 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
32 %define input_buf(b) (b)+12 ; JSAMPARRAY input_buf
80 mov esi, JSAMPARRAY [input_buf(eax)]
455 add esi, byte SIZEOF_JSAMPROW ; input_buf
jcgrymmx.asm 28 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
33 %define input_buf(b) (b)+12 ; JSAMPARRAY input_buf
77 mov esi, JSAMPARRAY [input_buf(eax)]
337 add esi, byte SIZEOF_JSAMPROW ; input_buf

Completed in 468 milliseconds

12 3 4