Home
last modified time | relevance | path

Searched refs:buf_stride (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_ssim_init.c25 void ff_ssim_4x4_line_ssse3(const uint8_t *buf, ptrdiff_t buf_stride,
28 void ff_ssim_4x4_line_xop (const uint8_t *buf, ptrdiff_t buf_stride,
H A Dvf_ssim.asm35 cglobal ssim_4x4_line, 6, 8, %1, buf, buf_stride, ref, ref_stride, sums, w, buf_stride3, ref_stride3
37 cglobal ssim_4x4_line, 5, 7, %1, buf, buf_stride, ref, ref_stride, sums, buf_stride3, ref_stride3
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp_init.c192 ptrdiff_t buf_stride, in emulated_edge_mc_sse2()
198 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_sse2()
205 ptrdiff_t buf_stride, in emulated_edge_mc_avx2()
211 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_avx2()
191 emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_sse2() argument
204 emulated_edge_mc_avx2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_avx2() argument
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c162 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect() argument
165 assert(width * NUM_CHANNELS <= buf_stride); in ZeroFillFrameRect()
166 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect()
169 buf += buf_stride; in ZeroFillFrameRect()
/third_party/ffmpeg/libavfilter/
H A Dssim.h28 void (*ssim_4x4_line)(const uint8_t *buf, ptrdiff_t buf_stride,
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1116 struct x86_reg buf_stride = in init_inputs() local
1166 x86_mov(p->func, p->tmp2_EDX, buf_stride); in init_inputs()
1216 struct x86_reg buf_stride = in get_buffer_ptr() local
1245 x86_mov(p->func, p->tmp2_EDX, buf_stride); in get_buffer_ptr()
1279 struct x86_reg buf_stride = in incr_inputs() local
1284 x86_mov(p->func, p->tmp_EAX, buf_stride); in incr_inputs()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c3686 const int *buf_stride, int w, in transfer_image_buf()
3772 .bufferRowLength = buf_stride[i] / desc->comp[i].step, in transfer_image_buf()
3684 transfer_image_buf(AVHWFramesContext *hwfc, const AVFrame *f, AVBufferRef **bufs, size_t *buf_offsets, const int *buf_stride, int w, int h, enum AVPixelFormat pix_fmt, int to_buf) transfer_image_buf() argument

Completed in 11 milliseconds