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

1 23 4 5

  /external/tensorflow/tensorflow/python/ops/
image_grad_test.py 250 image_width = 4
256 image_shape = [batch, image_height, image_width, depth]
260 image = np.arange(0, batch * image_height * image_width *
316 np.linspace(0, 1, image_width). Make sure that the box coordinates are
327 for image_width in range(1, 3):
334 image_shape = [batch, image_height, image_width, depth]
339 image = np.arange(0, batch * image_height * image_width *
347 low, high, np.linspace(0, 1, image_width), radius, 2)
  /external/libjpeg-turbo/simd/
jsimd_mips.c 235 mipsdspr2fct(cinfo->image_width, input_buf, output_buf, output_row,
275 mipsdspr2fct(cinfo->image_width, input_buf, output_buf, output_row,
332 jsimd_c_null_convert_mips_dspr2(cinfo->image_width, input_buf,
395 jsimd_h2v2_downsample_mips_dspr2(cinfo->image_width,
412 cinfo->image_width);
420 jsimd_h2v1_downsample_mips_dspr2(cinfo->image_width,
jsimd_powerpc.c 252 altivecfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
290 altivecfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
376 jsimd_h2v2_downsample_altivec(cinfo->image_width, cinfo->max_v_samp_factor,
386 jsimd_h2v1_downsample_altivec(cinfo->image_width, cinfo->max_v_samp_factor,
jsimd_x86_64.c 161 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
199 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
285 jsimd_h2v2_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor,
294 jsimd_h2v1_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor,
jsimd.h 368 (JDIMENSION image_width, int max_v_samp_factor,
373 (JDIMENSION image_width, int max_v_samp_factor,
378 (JDIMENSION image_width, int max_v_samp_factor,
383 (JDIMENSION image_width, int max_v_samp_factor,
388 (JDIMENSION image_width, int max_v_samp_factor,
394 (JDIMENSION image_width, int max_v_samp_factor,
399 (JDIMENSION image_width, int max_v_samp_factor,
404 (JDIMENSION image_width, int max_v_samp_factor,
409 (JDIMENSION image_width, int max_v_samp_factor,
414 (JDIMENSION image_width, int max_v_samp_factor
    [all...]
jsimd_arm64.c 272 neonfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
380 jsimd_h2v2_downsample_neon(cinfo->image_width, cinfo->max_v_samp_factor,
389 jsimd_h2v1_downsample_neon(cinfo->image_width, cinfo->max_v_samp_factor,
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 69 cinfo->image_width = width;
99 int width = cinfo->image_width;
175 int width = cinfo->image_width;
  /external/libjpeg-turbo/
rdbmp.c 143 for (col = cinfo->image_width; col > 0; col--) {
174 for (col = cinfo->image_width; col > 0; col--) {
204 for (col = cinfo->image_width; col > 0; col--) {
446 cinfo->image_width = (JDIMENSION) biWidth;
transupp.c     [all...]
bmp.c 216 *w=cinfo.image_width; *h=cinfo.image_height;
290 dinfo.image_width=w; dinfo.image_height=h;
jctrans.c 79 dstinfo->image_width = srcinfo->image_width;
jccolor.c 389 JDIMENSION num_cols = cinfo->image_width;
441 JDIMENSION num_cols = cinfo->image_width;
472 JDIMENSION num_cols = cinfo->image_width;
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 87 int image_width,
111 int image_width,
141 int image_width,
164 int image_width,
520 int image_width,
590 int image_width,
668 int image_width,
765 int image_width,
878 int image_width,
887 m_pAlterCS->TranslateImageLine(pDestBuf, pSrcBuf, pixels, image_width,
    [all...]
cpdf_devicecs.cpp 107 int image_width,
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 58 mCompressInfo.image_width = width;
108 int width = mCompressInfo.image_width;
  /device/google/cuttlefish_common/guest/hals/camera/
Compressor.cpp 58 mCompressInfo.image_width = width;
108 int width = mCompressInfo.image_width;
  /external/libxcam/xcore/interface/
stitcher.h 221 BowlModel (const BowlDataConfig &config, const uint32_t image_width, const uint32_t image_height);
  /external/mesa3d/include/CL/
cl_ext.h 270 size_t image_width,
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 331 Status TensorFromFrame(uint8_t* image_data, int image_width, int image_height,
352 const size_t image_rowlen = image_width * image_channels;
353 const float width_scale = static_cast<float>(image_width) / wanted_width;
368 std::min(static_cast<int>(ceilf(in_x)), (image_width - 1));
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 73 mInfo.image_width = width;
  /external/libxcam/modules/isp/
aiq_handler.cpp 748 uint32_t image_width = 0; local
750 _aiq_compositor->get_size (image_width, image_height);
751 XCAM_LOG_DEBUG ("image_width = %d, image_height = %d", image_width, image_height);
753 uint32_t hor_pixels_per_grid = (image_width + (rgbs_grid_width >> 1)) / rgbs_grid_width;
781 ((uint32_t)_params.window_list[win_index].x_end > image_width) ||
786 ((uint32_t)_params.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_start > image_width) ||
851 uint32_t image_width = 0; local
853 _aiq_compositor->get_size (image_width, image_height);
855 uint32_t hor_pixels_per_grid = (image_width + (hist_grid_width >> 1)) / hist_grid_width
    [all...]
  /external/webp/src/dec/
webp_dec.c 287 int image_width = 0; local
329 image_width = canvas_width;
373 &image_width, &image_height)) {
382 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) {
388 if (canvas_width != image_width || canvas_height != image_height) {
406 if (width != NULL) *width = image_width;
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayColorDepthAttachments.cpp 136 * @param image_width Width of image
144 bool verifyImage(glw::GLuint image_width, glw::GLuint image_height, const T* components, const T* image)
146 const glw::GLuint line_size = image_width * N_Components;
152 for (glw::GLuint x = 0; x < image_width; ++x)
    [all...]
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 272 int image_width = video_info.aligned_width; local
362 args.push_back (new CLArgumentT<int> (image_width));
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
JpegCompressor.cpp 166 mCInfo.image_width = mAuxBuffer.width;

Completed in 853 milliseconds

1 23 4 5