/external/libaom/libaom/aom_dsp/arm/ |
D | variance_neon.c | 149 int source_stride, in aom_variance16x8_neon() argument 167 src_ptr += source_stride; in aom_variance16x8_neon() 169 src_ptr += source_stride; in aom_variance16x8_neon() 225 int source_stride, in aom_variance8x16_neon() argument 243 src_ptr += source_stride; in aom_variance8x16_neon() 245 src_ptr += source_stride; in aom_variance8x16_neon() 286 unsigned int aom_mse16x16_neon(const unsigned char *src_ptr, int source_stride, in aom_mse16x16_neon() argument 304 src_ptr += source_stride; in aom_mse16x16_neon() 306 src_ptr += source_stride; in aom_mse16x16_neon() 350 int source_stride, in aom_get4x4sse_cs_neon() argument [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_impl_sse2.asm | 22 ; int source_stride, 42 movsxd rax, DWORD PTR arg(1) ;[source_stride] 175 ; int source_stride, 195 movsxd rax, DWORD PTR arg(1) ;[source_stride]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_rs.h | 46 uint32_t source_stride; member
|
D | etnaviv_rs.c | 86 cs->RS_SOURCE_STRIDE = (rs->source_stride << source_stride_shift) | in etna_compile_rs_state() 117 … cs->source[1].offset = rs->source_offset + rs->source_stride * rs->source_padded_height / 2; in etna_compile_rs_state() 147 rs->source_stride == rs->dest_stride && in etna_compile_rs_state() 712 .source_stride = src_lev->stride, in etna_try_rs_blit()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 1218 int source_stride, \ 1220 return fnname(src_ptr, source_stride, ref_ptr, ref_stride); \ 1223 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1225 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 2; \ 1228 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1230 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 4; \ 1235 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1237 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 1240 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1242 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \ [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1500 int source_stride, \ 1502 return fnname(src_ptr, source_stride, ref_ptr, ref_stride); \ 1505 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1507 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 2; \ 1510 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1512 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 4; \ 1517 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1519 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 1522 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1524 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \ [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.h | 729 int64 source_stride = 1; member
|
D | literal.cc | 99 source_stride = in StrideConfig() 257 stride_config.source_stride, stride_config.minor_loop_size); in CopySliceFromInternal()
|