/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | warp_sse4.cc | 214 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 D | super_res_sse4.cc | 95 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 D | super_res_neon.cc | 87 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 D | warp_neon.cc | 112 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 D | super_res.cc | 30 const ptrdiff_t source_stride, const int height, in SuperRes_C()
|
H A D | warp.cc | 62 void Warp_C(const void* LIBGAV1_RESTRICT const source, ptrdiff_t source_stride, in Warp_C()
|
H A D | loop_restoration.cc | 60 inline void WienerHorizontal(const Pixel* source, const ptrdiff_t source_stride, in WienerHorizontal()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.h | 48 uint32_t source_stride; member
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_avx2.c | 950 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 D | tune_vmaf.c | 193 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 D | film_grain.cc | 246 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 D | gav1_jni.cc | 364 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 D | gav1_jni.cc | 364 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal.h | 944 int64_t source_stride = 1; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorAdvancedIndexing.cpp | 1043 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 D | variance.c | 198 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 D | prediction.cc | 1272 ptrdiff_t source_stride = in BlockWarpProcess() local
|