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

1 2 3 4 5

  /external/webrtc/talk/media/base/
videoframefactory.cc 39 int output_width,
46 if (cropped_input_width == output_width &&
56 std::swap(output_width, output_height);
62 output_frame_->GetWidth() != static_cast<size_t>(output_width) ||
65 cropped_input_frame->Stretch(output_width, output_height, true, true));
67 LOG(LS_WARNING) << "Failed to stretch frame to " << output_width << "x"
videoframefactory.h 57 // |cropped_width| x |cropped_height|, scaled to |output_width| x
62 int output_width,
  /packages/apps/Camera2/jni/
jpegutil.h 44 * in the input image to the origin and (output_width, output_height)
55 inline int output_width() const { return output_width_; } function in class:jpegutil::Transform
73 // The coordinates of the point to map the point (output_width(),
196 int output_width = padded_row_length_; local
197 output_width = min(output_width, transform_.output_width());
198 output_width = min(output_width, plane_.width);
210 transform_.Map(output_width - 1, y, &endX, &endY)
    [all...]
tinyplanet.cc 94 unsigned char* output_image, int output_width,
97 ImageRGBA output(output_image, output_width, output_height);
99 const float image_scale = output_width * scale;
101 for (int x = 0; x < output_width; x++) {
103 float xf = (x - output_width / 2.0f) / image_scale;
  /external/libjpeg-turbo/simd/
jsimd.h 428 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
431 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
435 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
438 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
442 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
445 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
450 JSAMPARRAY *output_data_ptr, JDIMENSION output_width,
454 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
457 (int max_v_samp_factor, JDIMENSION output_width, JSAMPARRAY input_data,
496 (JDIMENSION output_width, JSAMPIMAGE input_buf
    [all...]
jsimd_i386.c 289 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
291 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
414 jsimd_h2v2_upsample_sse2(cinfo->max_v_samp_factor, cinfo->output_width,
417 jsimd_h2v2_upsample_mmx(cinfo->max_v_samp_factor, cinfo->output_width,
428 jsimd_h2v1_upsample_sse2(cinfo->max_v_samp_factor, cinfo->output_width,
431 jsimd_h2v1_upsample_mmx(cinfo->max_v_samp_factor, cinfo->output_width,
595 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf);
597 mmxfct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf);
646 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf);
648 mmxfct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt);
55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt)
60 *output_width = DEFAULT_OUTPUT_WIDTH;
69 if (sscanf(argv[++i], "%u", output_width) != 1)
132 unsigned int output_width; local
152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
273 assert(XvMCPutSurface(display, NULL, window, 0, 0, INPUT_WIDTH, INPUT_HEIGHT, 0, 0, output_width, output_height, XVMC_FRAME_PICTURE) == XvMCBadSurface);
301 0, 0, output_width, output_height,
xvmc_bench.c 55 unsigned int output_width; member in struct:Config
71 config->output_width = 0;
91 if (sscanf(argv[++i], "%u", &config->output_width) != 1)
165 if (config->output_width == 0)
166 config->output_width = config->input_width;
227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
269 assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success);
278 printf("Input: %u,%u\nOutput: %u,%u\n", config.input_width, config.input_height, config.output_width, config.output_height);
  /external/libjpeg-turbo/
wrrle.c 102 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
103 ERREXIT2(cinfo, JERR_RLE_DIMENSIONS, cinfo->output_width,
192 header.xmax = cinfo->output_width - 1;
229 rle_putrow(rle_row, (int) cinfo->output_width, &header);
246 for (col = cinfo->output_width; col > 0; col--) {
251 rle_putrow(rle_row, (int) cinfo->output_width, &header);
296 cinfo->output_width, (JDIMENSION) cinfo->output_components);
301 (JDIMENSION) (cinfo->output_width * cinfo->output_components),
jdmaster.c 115 cinfo->output_width = (JDIMENSION)
123 cinfo->output_width = (JDIMENSION)
131 cinfo->output_width = (JDIMENSION)
139 cinfo->output_width = (JDIMENSION)
147 cinfo->output_width = (JDIMENSION)
155 cinfo->output_width = (JDIMENSION)
163 cinfo->output_width = (JDIMENSION)
171 cinfo->output_width = (JDIMENSION)
179 cinfo->output_width = (JDIMENSION)
187 cinfo->output_width = (JDIMENSION
    [all...]
jdcolext.c 40 JDIMENSION num_cols = cinfo->output_width;
90 JDIMENSION num_cols = cinfo->output_width;
122 JDIMENSION num_cols = cinfo->output_width;
wrppm.c 127 for (col = cinfo->output_width; col > 0; col--) {
149 for (col = cinfo->output_width; col > 0; col--) {
170 (long) cinfo->output_width, (long) cinfo->output_height,
176 (long) cinfo->output_width, (long) cinfo->output_height,
219 dest->samples_per_row = cinfo->output_width * cinfo->out_color_components;
232 cinfo->output_width * cinfo->output_components, (JDIMENSION) 1);
wrtarga.c 63 targaheader[12] = (char) (cinfo->output_width & 0xFF);
64 targaheader[13] = (char) (cinfo->output_width >> 8);
104 for (col = cinfo->output_width; col > 0; col--) {
125 for (col = cinfo->output_width; col > 0; col--) {
149 for (col = cinfo->output_width; col > 0; col--) {
234 dest->buffer_width = cinfo->output_width * cinfo->output_components;
wrbmp.c 110 for (col = cinfo->output_width; col > 0; col--) {
124 for (col = cinfo->output_width; col > 0; col--) {
158 for (col = cinfo->output_width; col > 0; col--) {
242 PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
310 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
460 row_width = cinfo->output_width * 2;
461 dest->row_width = dest->data_width = cinfo->output_width * 3;
463 row_width = cinfo->output_width * cinfo->output_components;
transupp.c 149 MCU_cols = srcinfo->output_width /
215 MCU_cols = srcinfo->output_width /
489 MCU_rows = srcinfo->output_width /
557 MCU_cols = srcinfo->output_width /
670 MCU_rows = srcinfo->output_width /
    [all...]
jdmrgext.c 48 for (col = cinfo->output_width >> 1; col > 0; col--) {
74 if (cinfo->output_width & 1) {
123 for (col = cinfo->output_width >> 1; col > 0; col--) {
165 if (cinfo->output_width & 1) {
transupp.h 147 JDIMENSION output_width; /* cropped destination dimensions */ member in struct:__anon23399
  /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/
filter.c 37 unsigned int output_width,
43 for (j = 0; j < output_width; ++j) {
66 src_ptr += src_pixels_per_line - output_width;
67 output_ptr += output_width;
76 unsigned int output_width,
82 for (j = 0; j < output_width; ++j) {
106 src_ptr += src_pixels_per_line - output_width;
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 23 unsigned int output_width,
28 unsigned int output_height, unsigned int output_width,
35 unsigned int output_width,
42 unsigned int output_width,
47 unsigned int output_height, unsigned int output_width,
52 unsigned int output_height, unsigned int output_width,
58 unsigned int output_width);
  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 54 unsigned int output_width,
60 for (j = 0; j < output_width; j += 16) {
73 output_ptr += output_width;
  /external/libvpx/libvpx/test/
convolve_test.cc 43 unsigned int dst_stride, unsigned int output_width,
99 unsigned int output_width, unsigned int output_height) {
118 1 - static_cast<int>(intermediate_height * output_width);
122 const int src_next_row_stride = src_stride - output_width;
125 for (j = 0; j < output_width; ++j) {
144 const int dst_next_row_stride = dst_stride - output_width;
146 for (j = 0; j < output_width; ++j) {
165 unsigned int output_width, unsigned int output_height) {
168 for (j = 0; j < output_width; ++j) {
179 unsigned int output_width,
307 output_width, output_height, use_highbd); local
329 output_width, output_height, use_highbd); local
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp 77 mScanlineUnformattedBuflen = mInfo.output_width;
81 mScanlineUnformattedBuflen = mInfo.output_width * components;
86 mScanlineUnformattedBuflen = mInfo.output_width * 4;
96 mScanlineBuflen = mInfo.output_width * components;
106 *width = mInfo.output_width;
  /external/libvpx/libvpx/vpx_dsp/
variance.c 85 unsigned int output_width,
90 for (j = 0; j < output_width; ++j) {
97 a += src_pixels_per_line - output_width;
98 b += output_width;
115 unsigned int output_width,
120 for (j = 0; j < output_width; ++j) {
126 a += src_pixels_per_line - output_width;
127 b += output_width;
372 unsigned int output_height, unsigned int output_width,
377 for (j = 0; j < output_width; ++j)
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gprof.h 119 extern int output_width; /* controls column width in index */

Completed in 484 milliseconds

1 2 3 4 5