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

1 2 3

  /external/libxcam/xcore/
image_projector.h 34 double offset_x; //Principal point x coordinate on the image, in pixels member in struct:XCam::CalibrationParams
44 , offset_x (0)
95 double offset_x,
105 double offset_x,
image_projector.cpp 31 params.offset_x,
39 double offset_x,
46 offset_x,
216 params.offset_x,
227 double offset_x,
233 _intrinsics = Mat3d (Vec3d (focal_x, skew, offset_x),
  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 114 void VectorMultiply(OpKernelContext* context, const T* x_data, int32 offset_x,
118 output[i] = (static_cast<int32>(x_data[i]) - offset_x) *
126 const quint8* x_data, int32 offset_x,
129 const uint8x8_t offset_x_8x8 = vmov_n_u8(offset_x);
183 output[i] = (static_cast<int32>(x_data[i]) - offset_x) *
311 const int32 offset_x = FloatToQuantizedUnclamped<T>(0.0f, min_x, max_x); variable
321 x_data[0], offset_x, z_data);
323 ScalarMultiply<T, Toutput>(context, x_data, offset_x, x.NumElements(),
326 VectorMultiply<T, Toutput>(context, x_data, offset_x, y_data, offset_y,
339 vector_offset = offset_x;
    [all...]
eigen_attention.h 112 const Index offset_x = (Index)x; local
117 DSizes<Index, 3> slice_offset(0, offset_x, offset_y);
121 if (offset_x < 0) {
123 glimpse_width = (std::max<Index>)(0, width_ + offset_x);
127 } else if (offset_x + width_ >= input_width) {
128 glimpse_width = (std::max<Index>)(0, input_width - offset_x);
attention_ops.cc 91 float offset_x = offsets.tensor<float, 2>()(i, 1); variable
94 offset_vec.push_back(Eigen::IndexPair<float>(offset_x, offset_y));
  /external/libxcam/cl_kernel/
kernel_tonemapping.cl 53 int offset_x = target_index % SHARED_PIXEL_X_SIZE;
56 float4 data_Gr = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y));
57 float4 data_R = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height));
58 float4 data_B = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height * 2));
59 float4 data_Gb = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height * 3));
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3112 int offset_x = 0, offset_y = 0; local
4000 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /external/libjpeg-turbo/
transupp.c 346 int ci, i, j, offset_x, offset_y; local
372 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
373 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
374 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
399 int ci, i, j, offset_x, offset_y; local
438 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
480 int ci, i, j, offset_x, offset_y; local
663 int ci, i, j, offset_x, offset_y; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3391 int offset_x = 0, offset_y = 0; local
4281 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /external/libxcam/modules/ocl/
cl_video_stabilizer.h 78 double offset_x,
cl_video_stabilizer.cpp 201 double offset_x,
211 offset_x,
cl_pyramid_blender.h 102 void get_seam_pos_info (uint32_t &offset_x, uint32_t &valid_width) const;
  /external/libxcam/tests/
test-video-stabilization.cpp 189 double offset_x = 940.413257; local
192 video_stab->set_camera_intrinsics (focal_x, focal_y, offset_x, offset_y, skew);
  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 221 const int offset_x = uv_offset_x * 2; local
225 buffer->stride(kYPlane) * offset_y + offset_x;
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 566 UWORD32 offset_x, offset_y, stride; local
580 offset_x = u4_frm_offset + (ps_dec->u2_mb_x << 4);
584 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
589 + (offset_x >> 1);
592 + (offset_x >> 1);
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 38 int offset_x,
335 int offset_x,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image-inl.h 278 const float offset_x = 0.5f * (original.GetWidth() - width_) / width_; local
287 float orig_x = offset_x;
326 const float offset_x = 0; local
327 const int offset_x_fp = RealToFixed1616(offset_x);
  /external/ImageMagick/coders/
xcf.c 153 offset_x,
770 outLayer->image->page.x=outLayer->offset_x;
838 outLayer->offset_x = ReadBlobMSBSignedLong(image);
950 GIMP_DRAWABLE (layer_mask)->offset_x = GIMP_DRAWABLE (layer)->offset_x;
151 offset_x, member in struct:__anon13544
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 338 uint8_t offset_x : 5; member in struct:PACKED
disasm-a2xx.c 431 if (tex->offset_x || tex->offset_y || tex->offset_z)
432 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z);
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 84 int offset_x; member in struct:r600_bytecode_tex
  /external/pdfium/fpdfsdk/
fpdfview.cpp 795 int offset_x = 0; local
802 offset_x = start_x_bm + start_x;
806 offset_x = start_y_bm + start_x;
810 offset_x = start_x + size_x - size_x_bm - start_x_bm;
814 offset_x = start_x + size_x - size_x_bm - start_y_bm;
818 return FX_RECT(offset_x, offset_y, offset_x + size_x_bm,
    [all...]
  /external/libpng/
pngget.c 870 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
876 offset_x != NULL && offset_y != NULL && unit_type != NULL)
878 *offset_x = info_ptr->x_offset;
    [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
849 *offset_x = info_ptr->x_offset;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngget.c 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
625 *offset_x = info_ptr->x_offset;

Completed in 1511 milliseconds

1 2 3