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

1 2

  /external/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_sse2.asm 21 ; input pixel array has output_height rows. This routine assumes that output_height is an
31 ; unsigned int output_height,
51 movsxd rcx, dword ptr arg(4) ;output_height
145 ; unsigned int output_height,
151 ; input pixel array has output_height rows. This routine assumes that output_height is an
171 movsxd rcx, dword ptr arg(4) ;output_height
323 ; unsigned int output_height,
329 ; input pixel array has output_height rows
    [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,
66 movsxd rcx, dword ptr arg(4) ;output_height
124 movsxd rcx, dword ptr arg(4) ;output_height
174 ; unsigned int output_height,
208 movsxd rcx, dword ptr arg(4) ;output_height
284 movsxd rcx, dword ptr arg(4) ;output_height
339 ; unsigned int output_height,
370 movsxd rcx, dword ptr arg(4) ;output_height
    [all...]
subpixel_mmx.asm 26 ; unsigned int output_height,
49 movsxd rcx, dword ptr arg(4) ;output_height
123 ; unsigned int output_height,
150 movsxd rcx, DWORD PTR arg(5) ;output_height
  /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);
jdmaster.c 120 cinfo->output_height = (JDIMENSION)
127 cinfo->output_height = (JDIMENSION)
134 cinfo->output_height = (JDIMENSION)
140 cinfo->output_height = cinfo->image_height;
181 cinfo->output_height = cinfo->image_height;
example.c 372 while (cinfo.output_scanline < cinfo.output_height) {
jdapimin.c 376 cinfo->output_scanline = cinfo->output_height;
378 if (cinfo->output_scanline < cinfo->output_height)
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);
wrgif.c 250 put_word(dinfo, (unsigned int) dinfo->cinfo->output_height);
286 put_word(dinfo, (unsigned int) dinfo->cinfo->output_height);
  /external/libvpx/vp8/common/
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/vp8/encoder/
variance_c.c 204 * UINT32 output_height : Input block height.
231 unsigned int output_height,
238 for (i = 0; i < output_height; i++)
262 * UINT32 output_height : Input block height.
289 unsigned int output_height,
297 for (i = 0; i < output_height; i++)
  /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...]
  /external/libvpx/vp8/encoder/x86/
variance_sse2.c 16 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 *vp7_filter);
17 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 *vp7_filter);
18 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 *vp7_filter);
19 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 *vp7_filter);
variance_mmx.c 22 unsigned int output_height,
32 unsigned int output_height,
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 292 ASSERT(m_info.output_scanline == m_info.output_height);
330 if (m_info.output_scanline == m_info.output_height) {
477 while (info->output_scanline < info->output_height) {
  /external/libvpx/vp8/common/arm/
filter_arm.c 24 unsigned int output_height,
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 157 return cinfo.output_width != 0 && cinfo.output_height != 0;
287 jpeg_start_decompress(), and then read output_width and output_height.
301 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
314 cinfo.output_height)) {
333 (int) cinfo.output_height != bm->height())) {
339 bm->setConfig(config, cinfo.output_width, cinfo.output_height);
354 while (cinfo.output_scanline < cinfo.output_height) {
391 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
455 cinfo.output_height - cinfo.output_scanline)) {
536 *height = cinfo->output_height;
    [all...]
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 35 ;First pass: output_height lines x output_width columns (5x4)
bilinearpredict8x4_neon.asm 35 ;First pass: output_height lines x output_width columns (5x8)
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 194 for (y = 0; y < cinfo.output_height; y++) {

Completed in 478 milliseconds

1 2