Home
last modified time | relevance | path

Searched defs:source_stride (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dwarp_sse4.cc214 ptrdiff_t source_stride, int source_width, in WarpRegion1()
252 ptrdiff_t source_stride, int source_width, int64_t y4, in WarpRegion2()
293 ptrdiff_t source_stride, int source_height, int alpha, in WarpRegion3()
326 ptrdiff_t source_stride, int alpha, int beta, in WarpRegion4()
363 ptrdiff_t source_stride, int source_width, in HandleWarpBlock()
472 void Warp_SSE4_1(const void* LIBGAV1_RESTRICT source, ptrdiff_t source_stride, in Warp_SSE4_1()
H A Dsuper_res_sse4.cc95 const ptrdiff_t source_stride, const int height, in SuperRes_SSE4_1()
234 const ptrdiff_t source_stride, const int height, in SuperRes_SSE4_1()
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dsuper_res_neon.cc87 const ptrdiff_t source_stride, const int height, in SuperRes_NEON()
248 const ptrdiff_t source_stride, const int height, in SuperRes_NEON()
H A Dwarp_neon.cc112 const ptrdiff_t source_stride, const int source_width, in Warp_NEON()
538 const ptrdiff_t source_stride, const int source_width, in Warp_NEON()
/aosp_15_r20/external/libgav1/src/dsp/
H A Dsuper_res.cc30 const ptrdiff_t source_stride, const int height, in SuperRes_C()
H A Dwarp.cc62 void Warp_C(const void* LIBGAV1_RESTRICT const source, ptrdiff_t source_stride, in Warp_C()
H A Dloop_restoration.cc60 inline void WienerHorizontal(const Pixel* source, const ptrdiff_t source_stride, in WienerHorizontal()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.h48 uint32_t source_stride; member
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dvariance_avx2.c950 int source_stride, in aom_get_var_sse_sum_8x8_quad_avx2()
960 int source_stride, in aom_get_var_sse_sum_16x16_dual_avx2()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtune_vmaf.c193 int source_stride, in highbd_unsharp_rect()
211 static inline void unsharp_rect(const uint8_t *source, int source_stride, in unsharp_rect()
/aosp_15_r20/external/libgav1/src/
H A Dfilm_grain.cc246 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
H A Dgav1_jni.cc364 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
H A Dgav1_jni.cc364 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.h944 int64_t source_stride = 1; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp1043 auto source_stride = source.dim() == 0 ? 1 : source.stride(dim); in TORCH_IMPL_FUNC() local
1165 auto source_stride = source.dim() == 0 ? 1 : source.stride(dim); in index_reduce_func_impl() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dvariance.c198 void aom_get_var_sse_sum_16x16_dual_c(const uint8_t *src_ptr, int source_stride, in aom_get_var_sse_sum_16x16_dual_c()
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc1272 ptrdiff_t source_stride = in BlockWarpProcess() local