Home
last modified time | relevance | path

Searched defs:stride2 (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavutil/
H A Dpixelutils.c33 sad_wxh(const uint8_t *src1, ptrdiff_t stride1, const uint8_t *src2, ptrdiff_t stride2, int w, int h) sad_wxh() argument
/third_party/ffmpeg/libavutil/tests/
H A Dpixelutils.c30 run_single_test(const char *test, const uint8_t *block1, ptrdiff_t stride1, const uint8_t *block2, ptrdiff_t stride2, int align, int n) run_single_test() argument
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c59 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) create_buffer() argument
135 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_planar_buffer() argument
164 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_prime_buffer() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim_sse2.c125 SSIMGet_SSE2(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2) SSIMGet_SSE2() argument
H A Dssim.c63 SSIMGetClipped_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped_C() argument
93 SSIMGet_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2) SSIMGet_C() argument
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c58 getSSD(const uint8_t *src1, const uint8_t *src2, int stride1, int stride2, int w, int h) getSSD() argument
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c46 ssim_4x4x2_core( const pixel *pix1, intptr_t stride1, const pixel *pix2, intptr_t stride2, int sums[2][4] ) ssim_4x4x2_core() argument
112 ssim_plane( pixel *pix1, intptr_t stride1, pixel *pix2, intptr_t stride2, int width, int height, void *buf, int *cnt ) ssim_plane() argument
/third_party/ffmpeg/libavcodec/
H A Dzmbvenc.c87 block_cmp(ZmbvEncContext *c, uint8_t *src, int stride, uint8_t *src2, int stride2, int bw, int bh, int *xored) block_cmp() argument
H A Dutvideodec.c417 const ptrdiff_t stride2 = stride << 1; in restore_median_planar_il() local
513 const ptrdiff_t stride2 = stride << 1; in restore_gradient_planar_il() local
[all...]
H A Dsnow.c288 int stride2 = MC_STRIDE(dxy + 1); in mc_block() local
308 int stride2 = MC_STRIDE(r); in mc_block() local
H A Dopus_pvq.c113 uint32_t stride2 = 0; in celt_exp_rotation() local
[all...]
H A Droqvideoenc.c213 block_sse(uint8_t * const *buf1, uint8_t * const *buf2, int x1, int y1, int x2, int y2, const int *stride1, const int *stride2, int size) block_sse() argument
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_intra_lsx.c74 ptrdiff_t stride2 = dst_stride << 1; in ff_vert_16x16_lsx() local
104 ptrdiff_t stride2 = dst_stride << 1; in ff_hor_16x16_lsx() local
294 ptrdiff_t stride2 = dst_stride << 1; ff_dc_16x16_lsx() local
518 ptrdiff_t stride2 = dst_stride << 1; ff_tm_16x16_lsx() local
[all...]
H A Dvp8_lpf_lsx.c252 ptrdiff_t stride2 = stride << 1; in ff_vp8_v_loop_filter16_lsx() local
287 ptrdiff_t stride2 = stride << 1; in ff_vp8_v_loop_filter8uv_lsx() local
339 ptrdiff_t stride2 = stride << 1; ff_vp8_h_loop_filter16_lsx() local
426 ptrdiff_t stride2 = stride << 1; ff_vp8_h_loop_filter8uv_lsx() local
512 ptrdiff_t stride2 = stride << 1; ff_vp8_v_loop_filter16_inner_lsx() local
546 ptrdiff_t stride2 = stride << 1; ff_vp8_h_loop_filter16_inner_lsx() local
[all...]
H A Dhpeldsp_lasx.c139 ptrdiff_t stride2, stride3, stride4; in ff_put_pixels8_8_lasx() local
200 ptrdiff_t stride2, stride3, stride4; ff_put_pixels16_8_lsx() local
[all...]
H A Dvc1dsp_lasx.c139 ptrdiff_t stride2 = stride << 1; in ff_vc1_inv_trans_8x8_dc_lasx() local
176 ptrdiff_t stride2 = stride << 1; in ff_vc1_inv_trans_8x4_lasx() local
269 ptrdiff_t stride2 = stride << 1; ff_vc1_inv_trans_8x4_dc_lasx() local
294 ptrdiff_t stride2 = stride << 1; ff_vc1_inv_trans_4x8_dc_lasx() local
327 ptrdiff_t stride2 = stride << 1; ff_vc1_inv_trans_4x8_lasx() local
539 ptrdiff_t stride2 = stride << 1; put_vc1_mspel_mc_h_v_lasx() local
816 ptrdiff_t stride2 = stride << 1; put_vc1_mspel_mc_h_lasx() local
[all...]
H A Dvp9_lpf_lsx.c234 ptrdiff_t stride2 = stride << 1; in ff_loop_filter_v_4_8_lsx() local
267 ptrdiff_t stride2 = stride << 1; in ff_loop_filter_v_44_16_lsx() local
307 ptrdiff_t stride2 = stride << 1; ff_loop_filter_v_8_8_lsx() local
379 ptrdiff_t stride2 = stride << 1; ff_loop_filter_v_88_16_lsx() local
470 ptrdiff_t stride2 = stride << 1; ff_loop_filter_v_84_16_lsx() local
552 ptrdiff_t stride2 = stride << 1; ff_loop_filter_v_48_16_lsx() local
635 ptrdiff_t stride2 = stride << 1; vp9_hz_lpf_t4_and_t8_16w() local
719 ptrdiff_t stride2 = stride << 1; vp9_hz_lpf_t16_16w() local
1101 ptrdiff_t stride2 = stride << 1; ff_loop_filter_v_16_8_lsx() local
1355 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_4_8_lsx() local
1401 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_44_16_lsx() local
1481 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_8_8_lsx() local
1599 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_88_16_lsx() local
1784 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_84_16_lsx() local
1959 ptrdiff_t stride2 = stride << 1; ff_loop_filter_h_48_16_lsx() local
2643 ptrdiff_t stride2 = stride << 1; vp9_vt_lpf_t4_and_t8_16w() local
[all...]
H A Dvp9_idct_lsx.c644 int32_t stride2 = dst_stride << 1; in vp9_idct16x16_1_add_lsx() local
/third_party/ffmpeg/libavfilter/
H A Dvf_vaguedenoiser.c202 static inline void copyh(const float *p1, float *p2, const int stride2, const int length) in copyh() argument
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c73 DiffScaleChannel(uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int x_stride, int w, int h, int do_scaling) DiffScaleChannel() argument
134 SSIMGetClipped(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped() argument
163 SSIMScaleChannel(uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int x_stride, int w, int h, int do_scaling) SSIMScaleChannel() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c114 uint32_t stride1, stride2; // 04 08 member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c941 unsigned size1, size2, offset1, offset2, stride1, stride2; in r300_emit_vertex_arrays() local
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_83xx.h244 uint8_t stride2; member
H A Dql4_nx.c2645 uint8_t stride, stride2; in qla4_84xx_minidump_process_rddfe() local
2740 uint8_t stride1, stride2; in qla4_84xx_minidump_process_rdmdio() local
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_83xx.h244 uint8_t stride2; member

Completed in 31 milliseconds

12