| /external/webrtc/api/video/ |
| D | video_frame_buffer.cc | 22 int offset_x, in CropAndScale() 137 int offset_x, in CropAndScale() 162 int offset_x, in CropAndScale() 211 int offset_x, in CropAndScale()
|
| D | nv12_buffer.cc | 126 int offset_x, in CropAndScaleFrom()
|
| D | i010_buffer.cc | 200 int offset_x, in CropAndScaleFrom()
|
| D | i444_buffer.cc | 188 int offset_x, in CropAndScaleFrom()
|
| D | i420_buffer.cc | 185 int offset_x, in CropAndScaleFrom()
|
| D | i422_buffer.cc | 202 int offset_x, in CropAndScaleFrom()
|
| D | video_frame.h | 36 int offset_x; member
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEReverseKernel.cpp | 120 … const int offset_x = (axis_bit & 0x1) ? output->info()->dimension(0) - x - window_step_x : x; in run_reverse() local 134 const int offset_x = (axis_bit & 0x1) ? output->info()->dimension(0) - x - 1 : x; in run_reverse() local
|
| /external/webrtc/test/ |
| D | mappable_native_buffer.cc | 75 MappableNativeBuffer::ScaledBuffer::CropAndScale(int offset_x, in CropAndScale() 109 int offset_x, in CropAndScale()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
| D | conv_pointwise.cc | 156 NodeId second_commom_input_id, int* offset_x, in GetOffset() 241 int offset_x, offset_y; in TryFusedPointwiseConv() local
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | attention_ops.cc | 118 float offset_x = offsets.tensor<float, 2>()(i, 1); in Compute() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_mul_op.cc | 114 void VectorMultiply(OpKernelContext* context, const T* x_data, int32_t offset_x, in VectorMultiply() 126 const quint8* x_data, int32 offset_x, in VectorMultiply() 323 const int32_t offset_x = FloatToQuantizedUnclamped<T>(0.0f, min_x, max_x); in Compute() local
|
| D | eigen_attention.h | 144 const Index offset_x = (Index)x; in eval() local
|
| /external/webrtc/modules/desktop_capture/linux/x11/ |
| D | window_list_utils.cc | 170 int offset_x; in GetWindowRect() local
|
| /external/mesa3d/src/broadcom/compiler/ |
| D | nir_to_vir.c | 2226 struct qreg offset_x = in ntq_get_sample_offset() local 2292 struct qreg offset_x, offset_y; in ntq_get_barycentric_centroid() local 2320 struct qreg offset_x, in ntq_emit_load_interpolated_input() 2694 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 2704 struct qreg offset_x = in ntq_emit_intrinsic() local 2717 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 2751 struct qreg offset_x = ntq_get_src(c, instr->src[0], 0); in ntq_emit_intrinsic() local
|
| /external/libgav1/src/ |
| D | prediction_mask.cc | 197 const uint8_t offset_x = in GenerateWedgeMask() local
|
| /external/libmpeg2/decoder/ |
| D | impeg2d_pnb_pic.c | 566 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local
|
| /external/libhevc/encoder/ |
| D | ihevce_dep_mngr.c | 1058 WORD32 offset_x, in ihevce_dmgr_map_chk_sync() 1172 void *pv_dep_mngr_state, WORD32 offset_x, WORD32 offset_y, WORD32 i4_map_value) in ihevce_dmgr_map_set_sync()
|
| /external/libgav1/src/dsp/ |
| D | film_grain.cc | 265 const int offset_x = rand >> 4; in ConstructNoiseStripes_C() local 327 const int offset_x = rand >> 4; in ConstructNoiseStripesWithOverlap_C() local 345 const int offset_x = rand >> 4; in ConstructNoiseStripesWithOverlap_C() local
|
| /external/mesa3d/src/gallium/frontends/dri/ |
| D | drisw.c | 82 unsigned offset, unsigned offset_x, int x, int y, in put_image_shm() 191 unsigned offset_x, in drisw_put_image_shm()
|
| /external/libhevc/encoder/arm/ |
| D | ihevce_me_neon.c | 269 WORD32 offset_x[NUM_CANDIDATES_IN_GRID] = { 0, -grd_sz_x, 0, grd_sz_x, 0, in compute_part_sads_for_MxM_blk_neon() local 353 WORD32 offset_x[NUM_CANDIDATES_IN_GRID] = { 0, -grd_sz_x, 0, grd_sz_x, 0, in compute_4x4_sads_for_16x16_blk_neon() local
|
| /external/XNNPACK/src/operators/ |
| D | deconvolution-nhwc.c | 180 for (size_t offset_x = 0; offset_x < stride_width; offset_x++) { in create_deconvolution2d_nhwc() local 893 for (size_t offset_x = 0; offset_x < stride_width; offset_x++) { in setup_subconv2d_path() local 907 for (size_t offset_x = 0; offset_x < stride_width; offset_x++) { in setup_subconv2d_path() local
|
| /external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
| D | image-inl.h | 278 const float offset_x = 0.5f * (original.GetWidth() - width_) / width_; in DownsampleInterpolateNearest() local 326 const float offset_x = 0; in DownsampleInterpolateLinear() local
|
| /external/libjpeg-turbo/ |
| D | transupp.c | 935 int ci, i, j, offset_x, offset_y; in do_transpose() local 989 int ci, i, j, offset_x, offset_y; in do_rot_90() local 1070 int ci, i, j, offset_x, offset_y; in do_rot_270() local 1256 int ci, i, j, offset_x, offset_y; in do_transverse() local
|
| /external/mesa3d/src/gallium/winsys/sw/dri/ |
| D | dri_sw_winsys.c | 253 unsigned offset_x = 0; in dri_sw_displaytarget_display() local
|