Home
last modified time | relevance | path

Searched refs:offset_y (Results 1 – 25 of 43) sorted by relevance

12

/external/libjpeg-turbo/
Dtransupp.c99 int ci, offset_y; in do_crop() local
119 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_crop()
120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
121 dst_buffer[offset_y], in do_crop()
138 int ci, k, offset_y; in do_flip_h_no_crop() local
161 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_flip_h_no_crop()
164 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop()
165 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
185 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
186 buffer[offset_y] + blk_x, in do_flip_h_no_crop()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op.cc115 const T* y_data, int32 offset_y, int64 num_elements, in VectorMultiply() argument
119 (static_cast<int32>(y_data[i]) - offset_y); in VectorMultiply()
127 const quint8* y_data, int32 offset_y, in VectorMultiply() argument
130 const uint8x8_t offset_y_8x8 = vmov_n_u8(offset_y); in VectorMultiply()
184 (static_cast<int32>(y_data[i]) - offset_y); in VectorMultiply()
312 const int32 offset_y = FloatToQuantizedUnclamped<T>(0.0f, min_y, max_y); in Compute() local
320 ScalarMultiply<T, Toutput>(context, y_data, offset_y, y.NumElements(), in Compute()
324 y_data[0], offset_y, z_data); in Compute()
326 VectorMultiply<T, Toutput>(context, x_data, offset_x, y_data, offset_y, in Compute()
342 tensor_offset = offset_y; in Compute()
[all …]
Deigen_attention.h113 const Index offset_y = (Index)y; in eval() local
117 DSizes<Index, 3> slice_offset(0, offset_x, offset_y); in eval()
132 if (offset_y < 0) { in eval()
134 glimpse_height = (std::max<Index>)(0, height_ + offset_y); in eval()
138 } else if (offset_y + height_ >= input_height) { in eval()
139 glimpse_height = (std::max<Index>)(0, input_height - offset_y); in eval()
Dattention_ops.cc90 float offset_y = offsets.tensor<float, 2>()(i, 0); in Compute() local
94 offset_vec.push_back(Eigen::IndexPair<float>(offset_x, offset_y)); in Compute()
/external/libxcam/xcore/
Dimage_projector.h35 double offset_y; //Principal point y coordinate on the image, in pixels member
45 , offset_y (0) in CalibrationParams()
96 double offset_y,
106 double offset_y,
Dimage_projector.cpp32 params.offset_y, in ImageProjector()
40 double offset_y, in ImageProjector() argument
47 offset_y, in ImageProjector()
217 params.offset_y, in set_sensor_calibration()
228 double offset_y, in set_camera_intrinsics() argument
234 Vec3d (0, focal_y, offset_y), in set_camera_intrinsics()
/external/libxcam/cl_kernel/
Dkernel_tonemapping.cl54 int offset_y = 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…
58 …float4 data_B = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image…
59 …float4 data_Gb = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + imag…
/external/llvm/lib/Target/AMDGPU/
DR600Intrinsics.td27 llvm_i32_ty, // offset_y,
40 llvm_i32_ty, // offset_y,
/external/libmpeg2/decoder/
Dimpeg2d_pnb_pic.c566 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local
582 offset_y = (ps_dec->u2_mb_y << 4); in impeg2d_dec_p_b_slice()
584 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x; in impeg2d_dec_p_b_slice()
588 ps_dec->s_dest_buf.pu1_u = ps_cur_frm_buf->pu1_u + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice()
591 ps_dec->s_dest_buf.pu1_v = ps_cur_frm_buf->pu1_v + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice()
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc222 const int offset_y = uv_offset_y * 2; in ShallowCenterCrop() local
225 buffer->stride(kYPlane) * offset_y + offset_x; in ShallowCenterCrop()
/external/ImageMagick/coders/
Dxcf.c152 offset_y; member
766 outLayer->image->page.y=outLayer->offset_y; in InitXCFImage()
834 outLayer->offset_y = ReadBlobMSBSignedLong(image); in ReadOneLayer()
946 GIMP_DRAWABLE (layer_mask)->offset_y = GIMP_DRAWABLE (layer)->offset_y; in ReadOneLayer()
1349 layer_info[j].offset_x, layer_info[j].offset_y ); in ReadXCFImage()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc39 int offset_y,
336 int offset_y, argument
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
/external/libxcam/tests/
Dtest-video-stabilization.cpp190 double offset_y = 540.198348; in main() local
192 video_stab->set_camera_intrinsics (focal_x, focal_y, offset_x, offset_y, skew); in main()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h281 const float offset_y = 0.5f * (original.GetHeight() - height_) / height_; in DownsampleInterpolateNearest() local
283 float orig_y = offset_y; in DownsampleInterpolateNearest()
330 const float offset_y = 0; in DownsampleInterpolateLinear() local
331 const int offset_y_fp = RealToFixed1616(offset_y); in DownsampleInterpolateLinear()
/external/webrtc/webrtc/test/
Dframe_generator.cc203 int offset_y = (current_source_frame_->stride(PlaneType::kYPlane) * in CropSourceToScrolledImage() local
214 &current_source_frame_->buffer(PlaneType::kYPlane)[offset_y], in CropSourceToScrolledImage()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp796 int offset_y = 0; in GetMaskDimensionsAndOffsets() local
803 offset_y = start_y + size_y - size_y_bm - start_y_bm; in GetMaskDimensionsAndOffsets()
807 offset_y = start_x_bm + start_y; in GetMaskDimensionsAndOffsets()
811 offset_y = start_y_bm + start_y; in GetMaskDimensionsAndOffsets()
815 offset_y = start_y + size_y - size_y_bm - start_x_bm; in GetMaskDimensionsAndOffsets()
818 return FX_RECT(offset_x, offset_y, offset_x + size_x_bm, in GetMaskDimensionsAndOffsets()
819 offset_y + size_y_bm); in GetMaskDimensionsAndOffsets()
/external/libxcam/modules/ocl/
Dcl_video_stabilizer.cpp202 double offset_y, in set_camera_intrinsics() argument
212 offset_y, in set_camera_intrinsics()
Dcl_video_stabilizer.h79 double offset_y,
/external/syslinux/com32/lib/libpng/
Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
626 *offset_y = info_ptr->y_offset; in png_get_oFFs()
/external/libxcam/xcore/interface/
Dstitcher.cpp610 float offset_y = (float)_bowl_img_height - vertex_height; in get_stitch_image_vertex_model() local
616 texture_pos0.y = row * step_y + offset_y; in get_stitch_image_vertex_model()
619 texture_pos1.y = (row + 1) * step_y + offset_y; in get_stitch_image_vertex_model()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h85 int offset_y; member
/external/pdfium/third_party/libpng16/
Dpngget.c841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
847 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
850 *offset_y = info_ptr->y_offset; in png_get_oFFs()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c431 if (tex->offset_x || tex->offset_y || tex->offset_z) in print_fetch_tex()
432 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z); in print_fetch_tex()
Dinstr-a2xx.h339 uint8_t offset_y : 5; member
/external/libpng/
Dpngget.c870 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
876 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
879 *offset_y = info_ptr->y_offset; in png_get_oFFs()

12