/aosp_15_r20/external/webrtc/api/video/ |
H A 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()
|
H A D | nv12_buffer.cc | 126 int offset_x, in CropAndScaleFrom()
|
H A D | i010_buffer.cc | 200 int offset_x, in CropAndScaleFrom()
|
H A D | i444_buffer.cc | 188 int offset_x, in CropAndScaleFrom()
|
H A D | i420_buffer.cc | 185 int offset_x, in CropAndScaleFrom()
|
H A D | i422_buffer.cc | 202 int offset_x, in CropAndScaleFrom()
|
H A D | video_frame.h | 36 int offset_x; member
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A 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
|
H A D | eigen_attention.h | 144 const Index offset_x = (Index)x; in eval() local
|
/aosp_15_r20/external/webrtc/test/ |
H A D | mappable_native_buffer.cc | 75 MappableNativeBuffer::ScaledBuffer::CropAndScale(int offset_x, in CropAndScale() 109 int offset_x, in CropAndScale()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | conv_pointwise.cc | 156 NodeId second_commom_input_id, int* offset_x, in GetOffset() 241 int offset_x, offset_y; in TryFusedPointwiseConv() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 2941 struct qreg offset_x = in ntq_get_sample_offset() local 3007 struct qreg offset_x, offset_y; in ntq_get_barycentric_centroid() local 3035 struct qreg offset_x, in ntq_emit_load_interpolated_input() 3849 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 3859 struct qreg offset_x = in ntq_emit_intrinsic() local 3872 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 3906 struct qreg offset_x = ntq_get_src(c, instr->src[0], 0); in ntq_emit_intrinsic() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A 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
|
/aosp_15_r20/external/libhevc/encoder/ |
H A 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()
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | transupp.c | 937 int ci, i, j, offset_x, offset_y; in do_transpose() local 991 int ci, i, j, offset_x, offset_y; in do_rot_90() local 1072 int ci, i, j, offset_x, offset_y; in do_rot_270() local 1258 int ci, i, j, offset_x, offset_y; in do_transverse() local
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A 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
|
/aosp_15_r20/external/libhevc/encoder/arm/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 87 unsigned offset, unsigned offset_x, int x, int y, in put_image_shm() 186 unsigned offset_x, in drisw_put_image_shm()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | attention_ops.cc | 118 float offset_x = offsets.tensor<float, 2>()(i, 1); in Compute() local
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/x11/ |
H A D | window_list_utils.cc | 170 int offset_x; in GetWindowRect() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | prediction_mask.cc | 197 const uint8_t offset_x = in GenerateWedgeMask() local
|
/aosp_15_r20/external/libmpeg2/decoder/ |
H A D | impeg2d_pnb_pic.c | 566 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_lower_fs_barycentric.c | 31 nir_def *offset_x = nir_channel(b, offset, 0); in lower_interp_center_smooth() local
|