Home
last modified time | relevance | path

Searched defs:stride (Results 51 - 75 of 1122) sorted by relevance

12345678910>>...45

/third_party/mesa3d/src/mesa/math/
H A Dm_vector.h59 GLuint stride; /**< stride from one element to the next (in bytes) */ member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c129 unsigned stride = draw->pipeline.vertex_stride; in draw_reset_vertex_ids() local
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.h36 uint32_t stride; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h55 unsigned stride; member
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dsimple_api_fuzzer.c44 int stride, uv_stride; in LLVMFuzzerTestOneInput() local
47 const int stride = (value < 0xbe ? 4 : 3) * w; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_global_decl_test.cc192 auto* stride = arr->decorations[0]; in TEST_F() local
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dslide_hash_neon.h24 const size_t stride = 2*chunk; in neon_slide_hash_update() local
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_buffer.h45 RenderBuffer(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in RenderBuffer() argument
62 void Attach(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in Attach() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp25 std::shared_ptr<ImageCodecBuffer> ImageCodecBuffer::CreateDmaBuffer(int fd, int32_t capacity, int32_t stride) in CreateDmaBuffer() argument
50 ImageDmaBuffer::ImageDmaBuffer(int fd, int32_t capacity, int32_t stride): fd_(fd) in ImageDmaBuffer() argument
/third_party/ffmpeg/libavcodec/
H A Dlossless_videodsp.c102 static void add_gradient_pred_c(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width){ in add_gradient_pred_c() argument
H A Dlossless_videoencdsp.c77 sub_left_predict_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) sub_left_predict_c() argument
H A Dffv1enc_template.c125 encode_rgb_frame(FFV1Context *s, const uint8_t *src[4], int w, int h, const int stride[4]) encode_rgb_frame() argument
[all...]
H A Dffv1dec_template.c128 static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) in decode_rgb_frame() argument
H A Dm101.c51 int stride, ret; in m101_decode_frame() local
H A Daasc.c87 int compr, i, stride, psize, ret; in aasc_decode_frame() local
H A Dxl.c47 int stride; in decode_frame() local
H A Dv210enc.c73 int stride = aligned_width * 8 / 3; in encode_frame() local
H A Dtxd.c40 unsigned int version, w, h, d3d_format, depth, stride, flags; in txd_decode_frame() local
/third_party/ffmpeg/libavcodec/mips/
H A Dblockdsp_msa.c54 static void memset_zero_16width_msa(uint8_t *src, int32_t stride, in memset_zero_16width_msa() argument
68 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block16_msa() argument
73 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block8_msa() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dpixblockdsp.c36 get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_altivec() argument
63 get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_altivec() argument
91 diff_pixels_altivec(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_altivec() argument
153 diff_pixels_altivec(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_altivec() argument
232 get_pixels_vsx(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_vsx() argument
245 diff_pixels_vsx(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_vsx() argument
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c95 int stride= width << (s.spatial_decomposition_count-level); in main() local
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp.c78 static void multiply3x3_c(int16_t *buf[3], ptrdiff_t stride, in multiply3x3_c() argument
/third_party/ffmpeg/libavformat/
H A Drawutils.c36 int stride = size / par->height; in ff_reshuffle_raw_rgb() local
/third_party/ffmpeg/libavresample/
H A Daudio_data.h50 int stride; /**< sample byte offset within a plane */ member
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_sao.c82 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; in check_sao_band() local
119 ptrdiff_t stride in check_sao_edge() local
[all...]

Completed in 8 milliseconds

12345678910>>...45