/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp_init.c | 227 ptrdiff_t buf_stride, in emulated_edge_mc_mmx() argument 232 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_mmx() 238 ptrdiff_t buf_stride, in emulated_edge_mc_sse() argument 243 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_sse() 250 ptrdiff_t buf_stride, in emulated_edge_mc_sse2() argument 256 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_sse2() 263 ptrdiff_t buf_stride, in emulated_edge_mc_avx2() argument 269 emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h, in emulated_edge_mc_avx2()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_ssim_init.c | 25 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,
|
D | vf_ssim.asm | 35 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/libavfilter/ |
D | ssim.h | 28 void (*ssim_4x4_line)(const uint8_t *buf, ptrdiff_t buf_stride,
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect() argument 157 assert(width * NUM_CHANNELS <= buf_stride); in ZeroFillFrameRect() 158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect() 161 buf += buf_stride; in ZeroFillFrameRect()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 162 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/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1088 struct x86_reg buf_stride = in init_inputs() local 1138 x86_mov(p->func, p->tmp2_EDX, buf_stride); in init_inputs() 1188 struct x86_reg buf_stride = in get_buffer_ptr() local 1217 x86_mov(p->func, p->tmp2_EDX, buf_stride); in get_buffer_ptr() 1251 struct x86_reg buf_stride = in incr_inputs() local 1256 x86_mov(p->func, p->tmp_EAX, buf_stride); in incr_inputs()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 2948 const int *buf_stride, int w, in transfer_image_buf() argument 3018 .bufferRowLength = buf_stride[i] / desc->comp[i].step, in transfer_image_buf()
|