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

1 2 3

  /external/libvpx/libvpx/test/
pp_filter_test.cc 46 const int output_width = block_width + 16; local
48 const int output_stride = output_width;
49 const int output_size = output_width * output_height;
  /external/jpeg/
wrrle.c 99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
100 ERREXIT2(cinfo, JERR_RLE_DIMENSIONS, cinfo->output_width,
189 header.xmax = cinfo->output_width - 1;
227 rle_putrow(rle_row, (int) cinfo->output_width, &header);
244 for (col = cinfo->output_width; col > 0; col--) {
249 rle_putrow(rle_row, (int) cinfo->output_width, &header);
294 cinfo->output_width, (JDIMENSION) cinfo->output_components);
299 (JDIMENSION) (cinfo->output_width * cinfo->output_components),
wrppm.c 142 for (col = cinfo->output_width; col > 0; col--) {
164 for (col = cinfo->output_width; col > 0; col--) {
185 (long) cinfo->output_width, (long) cinfo->output_height,
191 (long) cinfo->output_width, (long) cinfo->output_height,
234 dest->samples_per_row = cinfo->output_width * cinfo->out_color_components;
247 cinfo->output_width * cinfo->output_components, (JDIMENSION) 1);
wrtarga.c 69 targaheader[12] = (char) (cinfo->output_width & 0xFF);
70 targaheader[13] = (char) (cinfo->output_width >> 8);
110 for (col = cinfo->output_width; col > 0; col--) {
131 for (col = cinfo->output_width; col > 0; col--) {
155 for (col = cinfo->output_width; col > 0; col--) {
240 dest->buffer_width = cinfo->output_width * cinfo->output_components;
jdcolor.c 148 JDIMENSION num_cols = cinfo->output_width;
189 JDIMENSION num_cols = cinfo->output_width;
230 JDIMENSION num_cols = cinfo->output_width;
302 JDIMENSION num_cols = cinfo->output_width;
378 JDIMENSION num_cols = cinfo->output_width;
404 JDIMENSION num_cols = cinfo->output_width;
456 JDIMENSION num_cols = cinfo->output_width;
516 JDIMENSION num_cols = cinfo->output_width;
546 num_rows, cinfo->output_width);
563 JDIMENSION num_cols = cinfo->output_width;
    [all...]
jdmerge.c 178 size = cinfo->output_width*2;
273 for (col = cinfo->output_width >> 1; col > 0; col--) {
293 if (cinfo->output_width & 1) {
334 for (col = cinfo->output_width >> 1; col > 0; col--) {
356 if (cinfo->output_width & 1) {
400 for (col = cinfo->output_width >> 1; col > 0; col--) {
424 if (cinfo->output_width & 1) {
472 for (col = cinfo->output_width >> 1; col > 0; col--) {
502 if (cinfo->output_width & 1) {
550 for (col = cinfo->output_width >> 1; col > 0; col--)
    [all...]
jdmaster.c 118 cinfo->output_width = (JDIMENSION)
125 cinfo->output_width = (JDIMENSION)
132 cinfo->output_width = (JDIMENSION)
139 cinfo->output_width = cinfo->image_width;
180 cinfo->output_width = cinfo->image_width;
323 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components;
jdsample.c 209 outend = outptr + cinfo->output_width;
219 v_expand-1, cinfo->output_width);
245 outend = outptr + cinfo->output_width;
274 outend = outptr + cinfo->output_width;
281 1, cinfo->output_width);
473 (JDIMENSION) jround_up((long) cinfo->output_width,
wrgif.c 249 put_word(dinfo, (unsigned int) dinfo->cinfo->output_width);
285 put_word(dinfo, (unsigned int) dinfo->cinfo->output_width); /* image size */
327 for (col = cinfo->output_width; col > 0; col--) {
393 ((j_common_ptr) cinfo, JPOOL_IMAGE, cinfo->output_width, (JDIMENSION) 1);
  /external/libvpx/libvpx/vp8/common/
variance_c.c 171 * UINT32 output_width : Input block width.
198 unsigned int output_width,
206 for (j = 0; j < output_width; j++)
216 src_ptr += src_pixels_per_line - output_width;
217 output_ptr += output_width;
229 * UINT32 output_width : Input block width.
256 unsigned int output_width,
265 for (j = 0; j < output_width; j++)
276 src_ptr += src_pixels_per_line - output_width;
277 output_ptr += output_width;
    [all...]
filter.c 48 unsigned int output_width,
57 for (j = 0; j < output_width; j++)
80 src_ptr += src_pixels_per_line - output_width;
81 output_ptr += output_width;
93 unsigned int output_width,
102 for (j = 0; j < output_width; j++)
126 src_ptr += src_pixels_per_line - output_width;
  /external/qemu/distrib/jpeg-6b/
wrrle.c 99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
100 ERREXIT2(cinfo, JERR_RLE_DIMENSIONS, cinfo->output_width,
189 header.xmax = cinfo->output_width - 1;
227 rle_putrow(rle_row, (int) cinfo->output_width, &header);
244 for (col = cinfo->output_width; col > 0; col--) {
249 rle_putrow(rle_row, (int) cinfo->output_width, &header);
294 cinfo->output_width, (JDIMENSION) cinfo->output_components);
299 (JDIMENSION) (cinfo->output_width * cinfo->output_components),
wrppm.c 142 for (col = cinfo->output_width; col > 0; col--) {
164 for (col = cinfo->output_width; col > 0; col--) {
185 (long) cinfo->output_width, (long) cinfo->output_height,
191 (long) cinfo->output_width, (long) cinfo->output_height,
234 dest->samples_per_row = cinfo->output_width * cinfo->out_color_components;
247 cinfo->output_width * cinfo->output_components, (JDIMENSION) 1);
wrtarga.c 69 targaheader[12] = (char) (cinfo->output_width & 0xFF);
70 targaheader[13] = (char) (cinfo->output_width >> 8);
110 for (col = cinfo->output_width; col > 0; col--) {
131 for (col = cinfo->output_width; col > 0; col--) {
155 for (col = cinfo->output_width; col > 0; col--) {
240 dest->buffer_width = cinfo->output_width * cinfo->output_components;
jdcolor.c 148 JDIMENSION num_cols = cinfo->output_width;
189 JDIMENSION num_cols = cinfo->output_width;
230 JDIMENSION num_cols = cinfo->output_width;
302 JDIMENSION num_cols = cinfo->output_width;
378 JDIMENSION num_cols = cinfo->output_width;
404 JDIMENSION num_cols = cinfo->output_width;
456 JDIMENSION num_cols = cinfo->output_width;
516 JDIMENSION num_cols = cinfo->output_width;
546 num_rows, cinfo->output_width);
563 JDIMENSION num_cols = cinfo->output_width;
    [all...]
jdmerge.c 178 size = cinfo->output_width*2;
273 for (col = cinfo->output_width >> 1; col > 0; col--) {
293 if (cinfo->output_width & 1) {
334 for (col = cinfo->output_width >> 1; col > 0; col--) {
356 if (cinfo->output_width & 1) {
400 for (col = cinfo->output_width >> 1; col > 0; col--) {
424 if (cinfo->output_width & 1) {
472 for (col = cinfo->output_width >> 1; col > 0; col--) {
502 if (cinfo->output_width & 1) {
550 for (col = cinfo->output_width >> 1; col > 0; col--)
    [all...]
jdmaster.c 118 cinfo->output_width = (JDIMENSION)
125 cinfo->output_width = (JDIMENSION)
132 cinfo->output_width = (JDIMENSION)
139 cinfo->output_width = cinfo->image_width;
180 cinfo->output_width = cinfo->image_width;
323 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components;
jdsample.c 209 outend = outptr + cinfo->output_width;
219 v_expand-1, cinfo->output_width);
245 outend = outptr + cinfo->output_width;
274 outend = outptr + cinfo->output_width;
281 1, cinfo->output_width);
473 (JDIMENSION) jround_up((long) cinfo->output_width,
wrgif.c 249 put_word(dinfo, (unsigned int) dinfo->cinfo->output_width);
285 put_word(dinfo, (unsigned int) dinfo->cinfo->output_width); /* image size */
327 for (col = cinfo->output_width; col > 0; col--) {
393 ((j_common_ptr) cinfo, JPOOL_IMAGE, cinfo->output_width, (JDIMENSION) 1);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 93 unsigned char* output_image, int output_width,
96 ImageRGBA output(output_image, output_width, output_height);
98 const float image_scale = output_width * scale;
100 for (int x = 0; x < output_width; x++) {
102 float xf = (x - output_width / 2.0f) / image_scale;
  /external/libvpx/libvpx/vp8/common/arm/
filter_arm.c 23 unsigned int output_width,
34 unsigned int output_width,
45 unsigned int output_width,
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ColorCheckerTest.h 32 jint output_width);
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 26 unsigned int output_width,
37 unsigned int output_width,
47 unsigned int output_width,
57 unsigned int output_width,
68 unsigned int output_width,
79 unsigned int output_width,
88 unsigned int output_width
variance_sse2.c 17 extern void filter_block1d_h6_mmx(const unsigned char *src_ptr, unsigned short *output_ptr, unsigned int src_pixels_per_line, unsigned int pixel_step, unsigned int output_height, unsigned int output_width, short *filter);
18 extern void filter_block1d_v6_mmx(const short *src_ptr, unsigned char *output_ptr, unsigned int pixels_per_line, unsigned int pixel_step, unsigned int output_height, unsigned int output_width, short *filter);
19 extern void filter_block1d8_h6_sse2(const unsigned char *src_ptr, unsigned short *output_ptr, unsigned int src_pixels_per_line, unsigned int pixel_step, unsigned int output_height, unsigned int output_width, short *filter);
20 extern void filter_block1d8_v6_sse2(const short *src_ptr, unsigned char *output_ptr, unsigned int pixels_per_line, unsigned int pixel_step, unsigned int output_height, unsigned int output_width, short *filter);
  /external/opencv/ml/src/
mlcnn.cpp 76 length(Y)==<n_output_planes>*<output_height>*<output_width>.
133 last_layer->output_height*last_layer->output_width ) \
247 layer->output_width, 1, CV_32FC1 ));
354 layer->output_width, 1, CV_32FC1 ));
511 if( layer->n_input_planes != prev_layer->output_width*prev_layer->output_height*
515 layer->input_width != 1 || layer->output_width != 1 )
522 prev_layer->output_width != layer->input_width )
576 int n_output_planes, int output_height, int output_width,
590 output_height < 1 || output_width < 1 ||
592 input_width < output_width )
    [all...]

Completed in 356 milliseconds

1 2 3