HomeSort by relevance Sort by last modified time
    Searched full:output_height (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 25 unsigned int output_height,
36 unsigned int output_height,
46 unsigned int output_height,
56 unsigned int output_height,
67 unsigned int output_height,
78 unsigned int output_height,
87 unsigned int output_height,
96 unsigned int output_height,
105 unsigned int output_height,
114 unsigned int output_height,
    [all...]
subpixel_ssse3.asm 21 ; input pixel array has output_height rows. This routine assumes that output_height is an
34 ; unsigned int output_height,
67 movsxd rcx, dword ptr arg(4) ;output_height
126 movsxd rcx, dword ptr arg(4) ;output_height
177 ; unsigned int output_height,
207 movsxd rcx, dword ptr arg(4) ;output_height
284 ; unsigned int output_height,
316 movsxd rcx, dword ptr arg(4) ;output_height
368 movsxd rcx, dword ptr arg(4) ;output_height
    [all...]
subpixel_sse2.asm 22 ; input pixel array has output_height rows. This routine assumes that output_height is an
32 ; unsigned int output_height,
52 movsxd rcx, dword ptr arg(4) ;output_height
146 ; unsigned int output_height,
152 ; input pixel array has output_height rows. This routine assumes that output_height is an
172 movsxd rcx, dword ptr arg(4) ;output_height
324 ; unsigned int output_height,
330 ; input pixel array has output_height rows
    [all...]
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);
subpixel_mmx.asm 27 ; unsigned int output_height,
50 movsxd rcx, dword ptr arg(4) ;output_height
124 ; unsigned int output_height,
151 movsxd rcx, DWORD PTR arg(5) ;output_height
variance_mmx.c 23 unsigned int output_height,
33 unsigned int output_height,
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 94 int output_height) {
96 ImageRGBA output(output_image, output_width, output_height);
104 for (int y = 0; y < output_height; y++) {
106 float yf = (y - output_height / 2.0f) / image_scale;
  /external/jpeg/
wrrle.c 99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
101 cinfo->output_height);
158 if (cinfo->output_scanline < cinfo->output_height) {
191 header.ymax = cinfo->output_height - 1;
216 progress->pub.pass_limit = cinfo->output_height;
223 for (row = cinfo->output_height-1; row >= 0; row--) {
236 for (row = cinfo->output_height-1; row >= 0; row--) {
300 cinfo->output_height, (JDIMENSION) 1);
jdapistd.c 133 while (cinfo->output_scanline < cinfo->output_height) {
138 cinfo->progress->pass_limit = (long) cinfo->output_height;
185 if (cinfo->output_scanline >= cinfo->output_height) {
193 cinfo->progress->pass_limit = (long) cinfo->output_height;
314 if (cinfo->output_scanline >= cinfo->output_height) {
322 cinfo->progress->pass_limit = (long) cinfo->output_height;
wrbmp.c 191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
361 for (row = cinfo->output_height; row > 0; row--) {
363 progress->pub.pass_counter = (long) (cinfo->output_height - row);
364 progress->pub.pass_limit = (long) cinfo->output_height;
427 row_width, cinfo->output_height, (JDIMENSION) 1);
jdpostct.c 224 max_rows = cinfo->output_height - post->starting_row;
276 (JDIMENSION) jround_up((long) cinfo->output_height,
wrppm.c 185 (long) cinfo->output_width, (long) cinfo->output_height,
191 (long) cinfo->output_width, (long) cinfo->output_height,
wrtarga.c 71 targaheader[14] = (char) (cinfo->output_height & 0xFF);
72 targaheader[15] = (char) (cinfo->output_height >> 8);
  /external/qemu/distrib/jpeg-6b/
wrrle.c 99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
101 cinfo->output_height);
158 if (cinfo->output_scanline < cinfo->output_height) {
191 header.ymax = cinfo->output_height - 1;
216 progress->pub.pass_limit = cinfo->output_height;
223 for (row = cinfo->output_height-1; row >= 0; row--) {
236 for (row = cinfo->output_height-1; row >= 0; row--) {
300 cinfo->output_height, (JDIMENSION) 1);
jdapistd.c 133 while (cinfo->output_scanline < cinfo->output_height) {
138 cinfo->progress->pass_limit = (long) cinfo->output_height;
185 if (cinfo->output_scanline >= cinfo->output_height) {
193 cinfo->progress->pass_limit = (long) cinfo->output_height;
314 if (cinfo->output_scanline >= cinfo->output_height) {
322 cinfo->progress->pass_limit = (long) cinfo->output_height;
wrbmp.c 191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
361 for (row = cinfo->output_height; row > 0; row--) {
363 progress->pub.pass_counter = (long) (cinfo->output_height - row);
364 progress->pub.pass_limit = (long) cinfo->output_height;
427 row_width, cinfo->output_height, (JDIMENSION) 1);
jdpostct.c 224 max_rows = cinfo->output_height - post->starting_row;
276 (JDIMENSION) jround_up((long) cinfo->output_height,
  /external/libvpx/libvpx/vp8/common/arm/
filter_arm.c 24 unsigned int output_height,
35 unsigned int output_height,
46 unsigned int output_height,
  /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 ) \
246 CV_CALL(X[k+1] = cvCreateMat( layer->n_output_planes*layer->output_height*
353 CV_CALL(X[k+1] = cvCreateMat( layer->n_output_planes*layer->output_height*
511 if( layer->n_input_planes != prev_layer->output_width*prev_layer->output_height*
514 if( layer->input_height != 1 || layer->output_height != 1 ||
521 prev_layer->output_height != layer->input_height ||
576 int n_output_planes, int output_height, int output_width,
590 output_height < 1 || output_width < 1 ||
591 input_height < output_height ||
    [all...]
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ColorCheckerTest.h 31 jint output_height,
  /external/libvpx/libvpx/vp8/common/
variance_c.c 170 * UINT32 output_height : Input block height.
197 unsigned int output_height,
204 for (i = 0; i < output_height; i++)
228 * UINT32 output_height : Input block height.
255 unsigned int output_height,
263 for (i = 0; i < output_height; i++)
filter.c 47 unsigned int output_height,
55 for (i = 0; i < output_height; i++)
92 unsigned int output_height,
100 for (i = 0; i < output_height; i++)
  /external/libvpx/libvpx/test/
pp_filter_test.cc 47 const int output_height = block_height; local
49 const int output_size = output_width * output_height;
  /external/skia/legacy/src/images/
SkImageDecoder_libjpeg.cpp 152 return cinfo.output_width != 0 && cinfo.output_height != 0;
282 jpeg_start_decompress(), and then read output_width and output_height.
296 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
309 cinfo.output_height)) {
328 (int) cinfo.output_height != bm->height())) {
334 bm->setConfig(config, cinfo.output_width, cinfo.output_height);
349 while (cinfo.output_scanline < cinfo.output_height) {
386 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
450 cinfo.output_height - cinfo.output_scanline)) {
531 *height = cinfo->output_height;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 152 return cinfo.output_width != 0 && cinfo.output_height != 0;
312 jpeg_start_decompress(), and then read output_width and output_height.
326 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
339 cinfo.output_height)) {
358 (int) cinfo.output_height != bm->height())) {
364 bm->setConfig(config, cinfo.output_width, cinfo.output_height);
379 while (cinfo.output_scanline < cinfo.output_height) {
419 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
488 cinfo.output_height - cinfo.output_scanline)) {
569 *height = cinfo->output_height;
    [all...]

Completed in 523 milliseconds

1 2 3