Searched defs:source_stride (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.h45 uint32_t source_stride; member in struct:rs_state
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvariance_neon.c252 unsigned int vpx_mse16x16_neon(const unsigned char *src_ptr, int source_stride, argument
270 src_ptr += source_stride;
272 src_ptr += source_stride;
316 int source_stride,
327 src_ptr += source_stride;
331 src_ptr += source_stride;
335 src_ptr += source_stride;
339 src_ptr += source_stride;
315 vpx_get4x4sse_cs_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride) argument
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_avx2.c41 void vpx_get16x16var_avx2(const unsigned char *src_ptr, int source_stride, argument
48 src_2strides = source_stride << 1;
55 _mm_loadu_si128((__m128i const *)(src_ptr + source_stride)));
96 static void get32x16var_avx2(const unsigned char *src_ptr, int source_stride, argument
105 src_2strides = source_stride << 1;
110 _mm256_loadu_si256((__m256i const *)(src_ptr + source_stride));
/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.h652 int64 source_stride = 1; member in struct:xla::Literal::StrideConfig

Completed in 457 milliseconds