/external/libgav1/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 211 inline void WarpRegion1(const uint8_t* src, ptrdiff_t source_stride, in WarpRegion1() argument 228 const uint8_t row_border_pixel = first_row_border[row * source_stride]; in WarpRegion1() 247 inline void WarpRegion2(const uint8_t* src, ptrdiff_t source_stride, in WarpRegion2() argument 276 int sum = first_row_border[row * source_stride]; in WarpRegion2() 286 inline void WarpRegion3(const uint8_t* src, ptrdiff_t source_stride, in WarpRegion3() argument 300 const uint8_t* const src_row = src + row * source_stride; in WarpRegion3() 318 inline void WarpRegion4(const uint8_t* src, ptrdiff_t source_stride, int alpha, in WarpRegion4() argument 337 const uint8_t* const src_row = src + row * source_stride; in WarpRegion4() 354 inline void HandleWarpBlock(const uint8_t* src, ptrdiff_t source_stride, in HandleWarpBlock() argument 436 WarpRegion1<is_compound, DestType>(src, source_stride, source_width, in HandleWarpBlock() [all …]
|
D | super_res_sse4.cc | 94 const ptrdiff_t source_stride, const int height, in SuperRes_SSE4_1() argument 152 src += source_stride; in SuperRes_SSE4_1() 231 const ptrdiff_t source_stride, const int height, in SuperRes_SSE4_1() argument 275 src += source_stride; in SuperRes_SSE4_1()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | variance_neon.c | 152 int source_stride, in aom_variance16x8_neon() argument 170 src_ptr += source_stride; in aom_variance16x8_neon() 172 src_ptr += source_stride; in aom_variance16x8_neon() 228 int source_stride, in aom_variance8x16_neon() argument 246 src_ptr += source_stride; in aom_variance8x16_neon() 248 src_ptr += source_stride; in aom_variance8x16_neon() 289 unsigned int aom_mse16x16_neon(const unsigned char *src_ptr, int source_stride, in aom_mse16x16_neon() argument 307 src_ptr += source_stride; in aom_mse16x16_neon() 309 src_ptr += source_stride; in aom_mse16x16_neon() 353 int source_stride, in aom_get4x4sse_cs_neon() argument [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 62 void Warp_C(const void* const source, ptrdiff_t source_stride, in Warp_C() argument 98 source_stride /= sizeof(Pixel); in Warp_C() 191 const Pixel row_border_pixel = first_row_border[row * source_stride]; in Warp_C() 224 int sum = first_row_border[row * source_stride]; in Warp_C() 276 const Pixel* const src_row = src + row * source_stride; in Warp_C() 330 const Pixel* const src_row = src + row * source_stride; in Warp_C()
|
D | super_res.cc | 29 const ptrdiff_t source_stride, const int height, in SuperRes_C() argument 64 src += source_stride; in SuperRes_C()
|
D | dsp.h | 348 ptrdiff_t source_stride, int block_height, 385 ptrdiff_t source_stride, int height, 648 using WarpFunc = void (*)(const void* source, ptrdiff_t source_stride,
|
D | loop_restoration.cc | 60 inline void WienerHorizontal(const Pixel* source, const ptrdiff_t source_stride, in WienerHorizontal() argument 85 source += source_stride; in WienerHorizontal()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 106 void Warp_NEON(const void* const source, const ptrdiff_t source_stride, in Warp_NEON() argument 220 first_row_border[row * source_stride]; in Warp_NEON() 253 int sum = first_row_border[row * source_stride]; in Warp_NEON() 341 const uint8_t* const src_row = src + row * source_stride; in Warp_NEON() 369 const uint8_t* const src_row = src + row * source_stride; in Warp_NEON()
|
D | super_res_neon.cc | 85 const ptrdiff_t source_stride, const int height, in SuperRes_NEON() argument 138 src += source_stride; in SuperRes_NEON() 238 const ptrdiff_t source_stride, const int height, in SuperRes_NEON() argument 267 src += source_stride; in SuperRes_NEON()
|
/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 | 47 uint32_t source_stride; member
|
D | etnaviv_rs.c | 101 cs->RS_SOURCE_STRIDE = (rs->source_stride << source_stride_shift) | in etna_compile_rs_state() 127 cs->source[1].offset = rs->source_offset + rs->source_stride * rs->source_padded_height / 2; in etna_compile_rs_state() 160 rs->source_stride == rs->dest_stride && in etna_compile_rs_state() 764 .source_stride = src_lev->stride, in etna_try_rs_blit()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 1531 int source_stride, \ 1533 return fnname(src_ptr, source_stride, ref_ptr, ref_stride); \ 1536 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1538 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 2; \ 1541 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1543 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 4; \ 1548 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1550 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 1553 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1555 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \ [all …]
|
D | tune_vmaf.c | 24 int source_stride, in highbd_unsharp_rect() argument 36 source += source_stride; in highbd_unsharp_rect() 42 static AOM_INLINE void unsharp_rect(const uint8_t *source, int source_stride, in unsharp_rect() argument 52 source += source_stride; in unsharp_rect()
|
/external/libgav1/libgav1/src/ |
D | film_grain.cc | 245 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane() argument 254 source_plane += source_stride; in CopyImagePlane()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 369 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane() argument 373 source += source_stride; in CopyPlane()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1548 int source_stride, \ 1550 return fnname(src_ptr, source_stride, ref_ptr, ref_stride); \ 1553 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1555 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 2; \ 1558 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1560 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 4; \ 1565 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1567 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 1570 const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, \ 1572 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \ [all …]
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1293 ptrdiff_t source_stride = in BlockWarpProcess() local 1332 dsp_.warp_compound(source, source_stride, source_width, source_height, in BlockWarpProcess() 1352 dsp_.warp(source, source_stride, source_width, source_height, in BlockWarpProcess()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.h | 751 int64 source_stride = 1; member
|
D | literal.cc | 133 source_stride = in StrideConfig() 317 stride_config.source_stride, stride_config.minor_loop_size); in CopySliceFromInternal()
|