HomeSort by relevance Sort by last modified time
    Searched refs:JSAMPARRAY (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/jpeg/
jsimd_neon.h 42 JCOEFPTR coef_block, JSAMPARRAY output_buf,
47 JCOEFPTR coef_block, JSAMPARRAY output_buf,
52 JCOEFPTR coef_block, JSAMPARRAY output_buf,
70 JSAMPARRAY output_buf, int num_rows);
75 JSAMPARRAY output_buf, int num_rows);
jsimd_neon.c 40 JSAMPARRAY output_buf, int num_rows));
44 JSAMPARRAY output_buf, int num_rows));
48 JSAMPARRAY output_buf,
53 JSAMPARRAY output_buf,
58 JSAMPARRAY output_buf,
64 JSAMPARRAY output_buf, int num_rows)
66 void (*neonfct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int);
77 JSAMPARRAY output_buf, int num_rows)
79 void (*neonfct)(JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int);
89 JCOEFPTR coef_block, JSAMPARRAY output_buf
    [all...]
jdct.h 107 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
110 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
113 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
116 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
119 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
122 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
jdsample.c 29 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr));
43 JSAMPARRAY color_buf[MAX_COMPONENTS];
92 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
158 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr)
171 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr)
190 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr
    [all...]
jcsample.c 56 JSAMPARRAY input_data, JSAMPARRAY output_data));
87 expand_right_edge (JSAMPARRAY image_data, int num_rows,
121 JSAMPARRAY in_ptr, out_ptr;
141 JSAMPARRAY input_data, JSAMPARRAY output_data)
188 JSAMPARRAY input_data, JSAMPARRAY output_data)
213 JSAMPARRAY input_data, JSAMPARRAY output_data
    [all...]
jdpostct.c 35 JSAMPARRAY buffer; /* strip buffer, or current strip of virtual */
50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
63 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
129 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
161 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
185 (JSAMPARRAY) NULL, (int) num_rows);
205 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
jdmainct.c 118 JSAMPARRAY buffer[MAX_COMPONENTS];
144 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
147 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
151 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
166 JSAMPARRAY xbuf;
173 cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
183 xbuf = (JSAMPARRAY)
207 JSAMPARRAY buf, xbuf0, xbuf1;
247 JSAMPARRAY xbuf0, xbuf1;
275 JSAMPARRAY xbuf
    [all...]
jpegint.h 59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
67 JSAMPARRAY input_buf,
86 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
107 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
203 JSAMPARRAY output_buf,
253 JSAMPARRAY output_buf, JDIMENSION output_col));
268 JSAMPARRAY output_buf,
280 JSAMPARRAY output_buf, int num_rows));
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf
    [all...]
jutils.c 117 jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
118 JSAMPARRAY output_array, int dest_row,
mips_jidctfst.c 176 void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,
187 JSAMPARRAY output_buf, JDIMENSION output_col)
jquant1.c 146 JSAMPARRAY sv_colormap; /* The color map as a 2-D pixel array */
149 JSAMPARRAY colorindex; /* Precomputed mapping for speed */
276 JSAMPARRAY colormap; /* Created colormap */
459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
460 JSAMPARRAY output_buf, int num_rows)
464 JSAMPARRAY colorindex = cquantize->colorindex;
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
488 JSAMPARRAY output_buf, int num_rows)
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
516 JSAMPARRAY output_buf, int num_rows
    [all...]
jcmainct.c 40 JSAMPARRAY buffer[MAX_COMPONENTS];
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,
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
jcprepct.c 59 JSAMPARRAY color_buf[MAX_COMPONENTS];
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
273 JSAMPARRAY true_buffer, fake_buffer;
278 fake_buffer = (JSAMPARRAY)
jpeglib.h 67 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
68 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdct.h 103 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
106 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
109 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
112 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
115 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
118 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
jdsample.c 29 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr));
43 JSAMPARRAY color_buf[MAX_COMPONENTS];
92 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
158 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr)
171 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr)
190 JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr
    [all...]
jcsample.c 56 JSAMPARRAY input_data, JSAMPARRAY output_data));
87 expand_right_edge (JSAMPARRAY image_data, int num_rows,
121 JSAMPARRAY in_ptr, out_ptr;
141 JSAMPARRAY input_data, JSAMPARRAY output_data)
188 JSAMPARRAY input_data, JSAMPARRAY output_data)
213 JSAMPARRAY input_data, JSAMPARRAY output_data
    [all...]
jdpostct.c 35 JSAMPARRAY buffer; /* strip buffer, or current strip of virtual */
50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
63 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
129 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
161 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
185 (JSAMPARRAY) NULL, (int) num_rows);
205 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
jdmainct.c 118 JSAMPARRAY buffer[MAX_COMPONENTS];
144 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
147 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
151 JPP((j_decompress_ptr cinfo, JSAMPARRAY output_buf,
166 JSAMPARRAY xbuf;
173 cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
183 xbuf = (JSAMPARRAY)
207 JSAMPARRAY buf, xbuf0, xbuf1;
247 JSAMPARRAY xbuf0, xbuf1;
275 JSAMPARRAY xbuf
    [all...]
jpegint.h 59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
67 JSAMPARRAY input_buf,
86 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
107 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
203 JSAMPARRAY output_buf,
253 JSAMPARRAY output_buf, JDIMENSION output_col));
268 JSAMPARRAY output_buf,
280 JSAMPARRAY output_buf, int num_rows));
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf
    [all...]
jutils.c 117 jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
118 JSAMPARRAY output_array, int dest_row,
jquant1.c 146 JSAMPARRAY sv_colormap; /* The color map as a 2-D pixel array */
149 JSAMPARRAY colorindex; /* Precomputed mapping for speed */
276 JSAMPARRAY colormap; /* Created colormap */
459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
460 JSAMPARRAY output_buf, int num_rows)
464 JSAMPARRAY colorindex = cquantize->colorindex;
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
488 JSAMPARRAY output_buf, int num_rows)
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
516 JSAMPARRAY output_buf, int num_rows
    [all...]
jcmainct.c 40 JSAMPARRAY buffer[MAX_COMPONENTS];
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,
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
jcprepct.c 59 JSAMPARRAY color_buf[MAX_COMPONENTS];
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
273 JSAMPARRAY true_buffer, fake_buffer;
278 fake_buffer = (JSAMPARRAY)
jpeglib.h 67 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
68 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]

Completed in 252 milliseconds

1 2 3