Home
last modified time | relevance | path

Searched defs:stride_dst (Results 1 – 25 of 69) sorted by relevance

123

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DFilterResize.cpp436 void FilterResize::process_plane (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int str… in process_plane()
465 void FilterResize::process_plane_bypass (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, … in process_plane_bypass()
504 void FilterResize::process_plane_normal (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, … in process_plane_normal()
918 int stride_dst = stride_buf [1 - cur_buf]; // Pixels in process_tile_transpose() local
1007 void FilterResize::transpose (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int strid… in transpose()
1031 void FilterResize::transpose_cpp (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int s… in transpose_cpp()
1058 …:transpose_sse2 (float *dst_ptr, const float *src_ptr, int w, int h, int stride_dst, int stride_sr… in transpose_sse2()
1130 …pose_sse2 (uint16_t *dst_ptr, const uint16_t *src_ptr, int w, int h, int stride_dst, int stride_sr… in transpose_sse2()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A Dmain-vs.cpp123 const int stride_dst = _vsapi.getStride (dst_ptr, 0); in get_frame() local
162 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
285 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
404 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/arm/
H A Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/arm/
H A Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/arm/
H A Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DNativeToStack16.cpp128 const int stride_dst = _vsapi.getStride (dst_ptr, plane_index); in get_frame() local
H A DStack16ToNative.cpp147 const int stride_dst = _vsapi.getStride (dst_ptr, plane_index); in get_frame() local
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c143 int width, int height, int stride_dst, int stride_src) in copy_CTB()
166 int stride_dst, int stride_src) in copy_vert()
207 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
309 int stride_dst = ((1 << (s->sps->log2_ctb_size)) + 2) << s->sps->pixel_shift; in sao_filter_CTB() local
312 int stride_dst = s->sao_frame->linesize[c_idx]; in sao_filter_CTB() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_processing/
H A Dvideo_denoiser.cc167 int stride_dst) { in CopySrcOnMOB()
195 int stride_dst) { in CopyLumaOnMargin()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dap.cpp3366 void ae_v_cmuld(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in ae_v_cmuld()
3393 void ae_v_cmulc(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, ae_complex alpha) in ae_v_cmulc()
3454 void ae_v_move(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int… in ae_v_move()
3481 void ae_v_moveneg(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_… in ae_v_moveneg()
3535 void ae_v_add(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i… in ae_v_add()
3589 void ae_v_sub(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i… in ae_v_sub()
3621 void ae_v_muld(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in ae_v_muld()
4129 void alglib::vmove(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_… in vmove()
4790 void alglib::vmul(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in vmul()
4816 void alglib::vmul(alglib::complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in vmul()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DBitdepth_avs.cpp215 const int stride_dst = dst_sptr->GetPitch (plane_id); in do_process_plane() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc169 int stride_dst) { in CopySrcOnMOB()
197 int stride_dst) { in CopyLumaOnMargin()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dap.cpp5462 void ae_v_cmuld(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in ae_v_cmuld()
5489 void ae_v_cmulc(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, ae_complex alpha) in ae_v_cmulc()
5550 void ae_v_move(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int… in ae_v_move()
5577 void ae_v_moveneg(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_… in ae_v_moveneg()
5631 void ae_v_add(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i… in ae_v_add()
5685 void ae_v_sub(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i… in ae_v_sub()
5717 void ae_v_muld(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in ae_v_muld()
6343 void alglib::vmove(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_… in vmove()
7004 void alglib::vmul(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in vmul()
7030 void alglib::vmul(alglib::complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha) in vmul()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert()
213 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert()
213 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert()
213 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert()
213 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local

123