HomeSort by relevance Sort by last modified time
    Searched refs:image_width (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 22 def __init__(self, image_width, image_height, score_colors):
49 ''' % (image_width, image_height))
137 self.image_width = self.screen_size[0] * 0.5
139 self.image_height = self.image_width / touch_width * touch_height
140 self.doc = TemplateHtml(self.image_width, self.image_height,
  /external/libjpeg-turbo/
jccolext.c 42 JDIMENSION num_cols = cinfo->image_width;
99 JDIMENSION num_cols = cinfo->image_width;
133 JDIMENSION num_cols = cinfo->image_width;
transupp.h 176 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,
jcsample.c 166 cinfo->image_width, output_cols * h_expand);
199 cinfo->max_v_samp_factor, cinfo->image_width);
202 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
233 cinfo->image_width, output_cols * 2);
270 cinfo->image_width, output_cols * 2);
313 cinfo->image_width, output_cols * 2);
414 cinfo->image_width, output_cols);
rdppm.c 151 for (col = cinfo->image_width; col > 0; col--) {
170 for (col = cinfo->image_width; col > 0; col--) {
193 for (col = cinfo->image_width; col > 0; col--) {
214 for (col = cinfo->image_width; col > 0; col--) {
253 for (col = cinfo->image_width; col > 0; col--) {
280 for (col = cinfo->image_width; col > 0; col--) {
340 cinfo->image_width = (JDIMENSION) w;
jdinput.c 52 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
104 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
120 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
187 jdiv_round_up((long) cinfo->image_width,
rdrle.c 123 cinfo->image_width = width;
222 for (col = cinfo->image_width; col > 0; col--) {
297 for (col = 0; col < cinfo->image_width; col++) {
323 for (col = cinfo->image_width; col > 0; col--) {
jcprepct.c 159 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
226 1, cinfo->image_width);
240 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
rdjpgcom.c 280 unsigned int image_height, image_width; local
289 image_width = read_2_bytes();
310 image_width, image_height, num_components, data_precision);
rdtarga.c 184 for (col = cinfo->image_width; col > 0; col--) {
202 for (col = cinfo->image_width; col > 0; col--) {
222 for (col = cinfo->image_width; col > 0; col--) {
249 for (col = cinfo->image_width; col > 0; col--) {
466 cinfo->image_width = width;
  /external/libxcam/modules/ocl/
cl_wire_frame_handler.cpp 75 CLWireFrameImageHandler::check_wire_frames_validity (uint32_t image_width, uint32_t image_height)
78 if (_wire_frames [i].pos_x > image_width) {
86 if (_wire_frames [i].pos_x + _wire_frames [i].width > image_width) {
90 if (_wire_frames [i].pos_y + _wire_frames [i].height > image_width) {
cl_wire_frame_handler.h 67 bool check_wire_frames_validity (uint32_t image_width, uint32_t image_height);
cl_tnr_handler.cpp 111 uint32_t image_width = stats->info.width; local
114 uint32_t hor_hist_bin = image_width;
128 for (uint32_t col_index = 0; col_index < image_width; col_index++) {
136 for (uint32_t col_index = 0; col_index < image_width; col_index++) {
158 uint32_t image_width = input->get_video_info ().width; local
163 uint32_t hor_hist_bin = image_width;
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.cc 121 int image_width = 224; local
124 uint8_t* in = read_bmp(s->input_bmp_name, &image_width, &image_height,
155 image_width, image_channels, wanted_height, wanted_width,
160 image_height, image_width, image_channels, wanted_height,
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 170 if (!desc->image_width || !desc->image_height)
175 return (desc->image_width > max ||
181 desc->image_width, desc->image_height,
185 if (!desc->image_width || !desc->image_height || !desc->image_depth)
190 return (desc->image_width > max ||
197 desc->image_width, desc->image_height,
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 79 image_width = math_ops.cast(array_ops.shape(images)[2],
83 angles_to_projective_transforms(angles, image_height, image_width),
125 image_width,
134 image_width: Width of the image(s) to be transformed.
149 x_offset = ((image_width - 1) - (math_ops.cos(angles) *
150 (image_width - 1) - math_ops.sin(angles) *
153 (image_width - 1) + math_ops.cos(angles) *
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
label_image.cc 140 int image_width; local
143 TF_RETURN_IF_ERROR(LoadJpegFile(file_name, &image_data, &image_width,
145 LOG(INFO) << "Loaded JPEG: " << image_width << "x" << image_height << "x"
163 const size_t image_rowlen = image_width * image_channels;
164 const float width_scale = static_cast<float>(image_width) / wanted_width;
179 std::min(static_cast<int>(ceilf(in_x)), (image_width - 1));
  /external/libjpeg-turbo/simd/
jsimd_i386.c 189 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
191 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
239 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
241 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
344 jsimd_h2v2_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor,
349 jsimd_h2v2_downsample_mmx(cinfo->image_width, cinfo->max_v_samp_factor,
359 jsimd_h2v1_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor,
364 jsimd_h2v1_downsample_mmx(cinfo->image_width, cinfo->max_v_samp_factor,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 102 mCInfo.image_width = mAuxBuffer->width;
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height);
  /device/google/cuttlefish_common/host/frontend/vnc_server/
jpeg_compressor.cpp 32 cinfo->image_width = width;
  /external/libxcam/cl_kernel/
kernel_newtonemapping.cl 15 int image_width, int image_height)
31 int col_per_block = image_width / BLOCK_FACTOR;
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.h 76 int image_width,
  /frameworks/av/cmds/stagefright/
jpeg.cpp 63 cinfo.image_width = width;
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 326 static const GLuint image_width = 16; local
336 GLuint width = image_width;
354 width = 2 * image_width;
386 GLubyte source_pixels[image_width * image_height];
387 for (GLuint i = 0; i < image_width * image_height; ++i)
399 GLbyte source_pixels[image_width * image_height * n_components];
400 for (GLuint i = 0; i < image_width * image_height; ++i)
413 GLfloat source_pixels[image_width * image_height * n_components];
414 for (GLuint i = 0; i < image_width * image_height; ++i)
427 GLuint source_pixels[image_width * image_height]
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 158 *width = cinfo.image_width;
235 cinfo.image_width = m_OrigWidth;
247 m_OrigWidth = cinfo.image_width;
287 if ((int)cinfo.image_width < width)
291 (static_cast<uint32_t>(cinfo.image_width) * cinfo.num_components + 3) /
468 *width = ctx->m_Info.image_width;
547 cinfo.image_width = width;

Completed in 544 milliseconds

12 3 4 5