Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/x86/
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()
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()
/external/libgav1/src/dsp/
Dsuper_res.cc30 const ptrdiff_t source_stride, const int height, in SuperRes_C()
Dwarp.cc62 void Warp_C(const void* LIBGAV1_RESTRICT const source, ptrdiff_t source_stride, in Warp_C()
Dloop_restoration.cc60 inline void WienerHorizontal(const Pixel* source, const ptrdiff_t source_stride, in WienerHorizontal()
/external/libgav1/src/dsp/arm/
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()
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()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h47 uint32_t source_stride; member
/external/libgav1/src/
Dfilm_grain.cc246 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane()
/external/libaom/aom_dsp/x86/
Dvariance_avx2.c855 int source_stride, in aom_get_var_sse_sum_8x8_quad_avx2()
865 int source_stride, in aom_get_var_sse_sum_16x16_dual_avx2()
/external/libaom/av1/encoder/
Dtune_vmaf.c191 int source_stride, in highbd_unsharp_rect()
209 static AOM_INLINE void unsharp_rect(const uint8_t *source, int source_stride, in unsharp_rect()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dgav1_jni.cc364 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dgav1_jni.cc364 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h944 int64_t source_stride = 1; member
/external/libaom/aom_dsp/
Dvariance.c230 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()
/external/libgav1/src/tile/
Dprediction.cc1272 ptrdiff_t source_stride = in BlockWarpProcess() local