/third_party/musl/src/malloc/mallocng/ |
H A D | malloc_usable_size.c | 20 size_t stride = get_stride(g); in malloc_usable_size() local
|
H A D | aligned_alloc.c | 41 size_t stride = get_stride(g); in __libc_aligned_alloc() local
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc_usable_size.c | 19 size_t stride = get_stride(g); in malloc_usable_size() local
|
H A D | aligned_alloc.c | 41 size_t stride = get_stride(g); in __libc_aligned_alloc() local
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | videodsp_init.c | 25 static void prefetch_loongarch(uint8_t *mem, ptrdiff_t stride, int h) in prefetch_loongarch() argument
|
H A D | h264_intrapred_lasx.c | 98 ff_h264_pred16x16_plane_h264_8_lasx(uint8_t *src, ptrdiff_t stride) ff_h264_pred16x16_plane_h264_8_lasx() argument 106 ff_h264_pred16x16_plane_rv40_8_lasx(uint8_t *src, ptrdiff_t stride) ff_h264_pred16x16_plane_rv40_8_lasx() argument 114 ff_h264_pred16x16_plane_svq3_8_lasx(uint8_t *src, ptrdiff_t stride) ff_h264_pred16x16_plane_svq3_8_lasx() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | videodsp_init.c | 27 static void prefetch_mips(uint8_t *mem, ptrdiff_t stride, int h) in prefetch_mips() argument
|
H A D | pixblockdsp_mmi.c | 28 ff_get_pixels_8_mmi(int16_t *av_restrict block, const uint8_t *pixels, ptrdiff_t stride) ff_get_pixels_8_mmi() argument 97 ff_diff_pixels_mmi(int16_t *av_restrict block, const uint8_t *src1, const uint8_t *src2, ptrdiff_t stride) ff_diff_pixels_mmi() argument [all...] |
H A D | h264chroma_mmi.c | 29 void ff_put_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, in ff_put_h264_chroma_mc8_mmi() argument 292 ff_avg_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_avg_h264_chroma_mc8_mmi() argument 500 ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_put_h264_chroma_mc4_mmi() argument 621 ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_avg_h264_chroma_mc4_mmi() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264addpx_template.c | 30 static void FUNCC(ff_h264_add_pixels4)(uint8_t *_dst, int16_t *_src, int stride) in ff_h264_add_pixels4() argument 50 static void FUNCC(ff_h264_add_pixels8)(uint8_t *_dst, int16_t *_src, int stride) in ff_h264_add_pixels8() argument
|
H A D | videodsp.c | 35 static void just_return(uint8_t *buf, ptrdiff_t stride, int h) in just_return() argument
|
H A D | rectangle.h | 41 static av_always_inline void fill_rectangle(void *vp, int w, int h, int stride, uint32_t val, int size){ in fill_rectangle() argument [all...] |
H A D | vp6dsp.c | 30 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, in ff_vp6_filter_diag4_c() argument
|
H A D | v210_template.c | 30 int stride = aligned_width * 8 / 3; in v210_enc() local
|
H A D | h263dsp.c | 31 static void h263_h_loop_filter_c(uint8_t *src, int stride, int qscale) in h263_h_loop_filter_c() argument 74 static void h263_v_loop_filter_c(uint8_t *src, int stride, in argument [all...] |
H A D | h261.c | 33 static void h261_loop_filter(uint8_t *src, int stride) in h261_loop_filter() argument
|
H A D | 012v.c | 46 int stride = avctx->width * 8 / 3; in zero12v_decode_frame() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | videodsp.c | 24 static void prefetch_ppc(uint8_t *mem, ptrdiff_t stride, int h) in prefetch_ppc() argument
|
/third_party/skia/src/gpu/ |
H A D | GrEagerVertexAllocator.cpp | 13 void* GrEagerDynamicVertexAllocator::lock(size_t stride, int eagerCount) { in lock() argument 38 void* GrCpuVertexAllocator::lock(size_t stride, int eagerCount) { in lock() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | stride_decoration.h | 45 const uint32_t stride; member in tint::ast::StrideDecoration
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_function_header_test.cc | 94 auto* stride = array_type->decorations[0]->As<ast::StrideDecoration>(); in TEST_F() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_add_res.c | 46 static void compare_add_res(int size, ptrdiff_t stride, int overflow_test) in compare_add_res() argument 76 ptrdiff_t stride = block_size << (bit_depth > 8); in check_add_res() local
|
/third_party/libuv/src/unix/ |
H A D | random-getentropy.c | 41 size_t stride; in uv__random_getentropy() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | random-getentropy.c | 41 size_t stride; in uv__random_getentropy() local
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | pixblockdsp_alpha.c | 25 get_pixels_mvi(int16_t *restrict block, const uint8_t *restrict pixels, ptrdiff_t stride) get_pixels_mvi() argument 42 diff_pixels_mvi(int16_t *block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_mvi() argument
|