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

1 2 3 4 5

  /external/webrtc/talk/media/base/
videoframefactory.cc 40 int output_height) const {
47 cropped_input_height == output_height) {
56 std::swap(output_width, output_height);
63 output_frame_->GetHeight() != static_cast<size_t>(output_height)) {
65 cropped_input_frame->Stretch(output_width, output_height, true, true));
68 << output_height; local
videoframefactory.h 58 // |output_height|.
63 int output_height) const;
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 22 unsigned int output_height,
28 unsigned int output_height, unsigned int output_width,
34 unsigned int output_height,
41 unsigned int output_height,
47 unsigned int output_height, unsigned int output_width,
52 unsigned int output_height, unsigned int output_width,
57 unsigned int output_height,
63 unsigned int output_height,
69 unsigned int output_height,
75 unsigned int output_height,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 30 unsigned int output_height,
35 for (i = 0; i < output_height; ++i) {
53 unsigned int output_height,
59 for (i = 0; i < output_height; ++i) {
  /external/libjpeg-turbo/
wrrle.c 102 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
104 cinfo->output_height);
161 if (cinfo->output_scanline < cinfo->output_height) {
194 header.ymax = cinfo->output_height - 1;
218 progress->pub.pass_limit = cinfo->output_height;
225 for (row = cinfo->output_height-1; row >= 0; row--) {
238 for (row = cinfo->output_height-1; row >= 0; row--) {
302 cinfo->output_height, (JDIMENSION) 1);
jdapistd.c 112 while (cinfo->output_scanline < cinfo->output_height) {
117 cinfo->progress->pass_limit = (long) cinfo->output_height;
268 if (cinfo->output_scanline >= cinfo->output_height) {
276 cinfo->progress->pass_limit = (long) cinfo->output_height;
371 if (cinfo->output_scanline + num_lines >= cinfo->output_height) {
372 cinfo->output_scanline = cinfo->output_height;
373 return cinfo->output_height - cinfo->output_scanline;
423 upsample->rows_to_go = cinfo->output_height - cinfo->output_scanline;
436 upsample->rows_to_go = cinfo->output_height - cinfo->output_scanline;
471 upsample->rows_to_go = cinfo->output_height - cinfo->output_scanline
    [all...]
jdmaster.c 117 cinfo->output_height = (JDIMENSION)
125 cinfo->output_height = (JDIMENSION)
133 cinfo->output_height = (JDIMENSION)
141 cinfo->output_height = (JDIMENSION)
149 cinfo->output_height = (JDIMENSION)
157 cinfo->output_height = (JDIMENSION)
165 cinfo->output_height = (JDIMENSION)
173 cinfo->output_height = (JDIMENSION)
181 cinfo->output_height = (JDIMENSION)
189 cinfo->output_height = (JDIMENSION
    [all...]
djpeg.c 674 if (skip_end > cinfo.output_height - 1) {
676 cinfo.output_height);
683 tmp = cinfo.output_height;
684 cinfo.output_height -= (skip_end - skip_start + 1);
686 cinfo.output_height = tmp;
695 while (cinfo.output_scanline < cinfo.output_height) {
709 crop_y + crop_height > cinfo.output_height) {
711 progname, cinfo.output_width, cinfo.output_height);
723 tmp = cinfo.output_height;
724 cinfo.output_height = crop_height
    [all...]
wrbmp.c 227 bfSize = headersize + (long) dest->row_width * (long) cinfo->output_height;
243 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
295 bfSize = headersize + (long) dest->row_width * (long) cinfo->output_height;
311 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
400 for (row = cinfo->output_height; row > 0; row--) {
402 progress->pub.pass_counter = (long) (cinfo->output_height - row);
403 progress->pub.pass_limit = (long) cinfo->output_height;
478 dest->row_width, cinfo->output_height, (JDIMENSION) 1);
transupp.h 148 JDIMENSION output_height; member in struct:__anon23605
transupp.c 280 MCU_rows = srcinfo->output_height /
408 MCU_cols = srcinfo->output_height /
559 MCU_rows = srcinfo->output_height /
668 MCU_cols = srcinfo->output_height /
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 55 static void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt)
61 *output_height = DEFAULT_OUTPUT_HEIGHT;
74 if (sscanf(argv[++i], "%u", output_height) != 1)
135 unsigned int output_height; local
154 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
184 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
276 assert(XvMCPutSurface(display, NULL, window, 0, 0, INPUT_WIDTH, INPUT_HEIGHT, 0, 0, output_width, output_height, XVMC_FRAME_PICTURE) == XvMCBadSurface);
304 0, 0, output_width, output_height,
xvmc_bench.c 58 unsigned int output_height; member in struct:Config
74 config->output_height = 0;
98 if (sscanf(argv[++i], "%u", &config->output_height) != 1)
171 if (config->output_height == 0)
172 config->output_height = config->input_height;
236 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
278 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);
287 printf("Input: %u,%u\nOutput: %u,%u\n", config.input_width, config.input_height, config.output_width, config.output_height);
  /packages/apps/Camera2/jni/
tinyplanet.cc 95 int output_height) {
97 ImageRGBA output(output_image, output_width, output_height);
105 for (int y = 0; y < output_height; y++) {
107 float yf = (y - output_height / 2.0f) / image_scale;
jpegutil.h 44 * in the input image to the origin and (output_width, output_height)
57 inline int output_height() const { return output_height_; } function in class:jpegutil::Transform
74 // output_height()) to.
194 y = min(y, transform_.output_height() - 1);
  /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;
  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_float.h 41 const int output_height = ArraySize(output_dims, 2); local
46 for (int out_y = 0; out_y < output_height; ++out_y) {
depthwiseconv_uint8.h 57 const int output_height = ArraySize(output_dims, 2); local
62 for (int out_y = 0; out_y < output_height; ++out_y) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdapistd.c 107 while (cinfo->output_scanline < cinfo->output_height) {
112 cinfo->progress->pass_limit = (long) cinfo->output_height;
160 if (cinfo->output_scanline >= cinfo->output_height) {
168 cinfo->progress->pass_limit = (long) cinfo->output_height;
193 if (cinfo->output_scanline >= cinfo->output_height) {
201 cinfo->progress->pass_limit = (long) cinfo->output_height;
  /external/libvpx/libvpx/test/
convolve_test.cc 44 unsigned int output_height, int use_highbd);
99 unsigned int output_width, unsigned int output_height) {
106 (kInterp_Extend - 1) + output_height + kInterp_Extend;
145 for (i = 0; i < output_height; ++i) {
165 unsigned int output_width, unsigned int output_height) {
167 for (i = 0; i < output_height; ++i) {
180 unsigned int output_height) {
184 assert(output_height <= kMaxDimension);
186 output_width, output_height);
187 block2d_average_c(tmp, 64, dst_ptr, dst_stride, output_width, output_height);
307 output_width, output_height, use_highbd); local
329 output_width, output_height, use_highbd); local
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.c 36 unsigned int output_height,
42 for (i = 0; i < output_height; ++i) {
75 unsigned int output_height,
81 for (i = 0; i < output_height; ++i) {
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_high_subpixel_8t_sse2.asm 206 ; unsigned int output_height,
240 movsxd rcx, DWORD PTR arg(4) ;output_height
276 ; unsigned int output_height,
308 movsxd rcx, DWORD PTR arg(4) ;output_height
335 ; unsigned int output_height,
367 movsxd rcx, DWORD PTR arg(4) ;output_height
423 movsxd rcx, DWORD PTR arg(4) ;output_height
482 movsxd rcx, DWORD PTR arg(4) ;output_height
531 movsxd rcx, DWORD PTR arg(4) ;output_height
561 ; unsigned int output_height,
    [all...]
vpx_subpixel_8t_sse2.asm 185 ; unsigned int output_height,
216 movsxd rcx, DWORD PTR arg(4) ;output_height
252 ; unsigned int output_height,
284 movsxd rcx, DWORD PTR arg(4) ;output_height
311 ; unsigned int output_height,
343 movsxd rcx, DWORD PTR arg(4) ;output_height
396 movsxd rcx, DWORD PTR arg(4) ;output_height
455 movsxd rcx, DWORD PTR arg(4) ;output_height
504 movsxd rcx, DWORD PTR arg(4) ;output_height
534 ; unsigned int output_height,
    [all...]
  /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/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 99 unsigned int output_height, int xoffset,
115 for (i = 0; i < output_height; ++i) {
137 for (i = output_height; i--;) {
212 for (i = output_height; i--;) {
278 unsigned int output_height,
293 for (i = 0; i < output_height; ++i) {
319 for (i = output_height; i--;) {
441 for (i = output_height; i--;) {
556 unsigned int output_height,
573 for (i = output_height; i--;)
    [all...]

Completed in 481 milliseconds

1 2 3 4 5