Home
last modified time | relevance | path

Searched defs:bytewidth (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c30 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_dnn_to_frame() local
103 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_frame_to_dnn() local
/third_party/ffmpeg/libavutil/x86/
Dimgutils_init.c35 ptrdiff_t bytewidth, int height) in ff_image_copy_plane_uc_from_x86()
/third_party/ffmpeg/libavutil/
Dimgutils.c346 ptrdiff_t bytewidth, int height) in image_copy_plane()
361 ptrdiff_t bytewidth, int height) in av_image_copy_plane_uc_from()
376 int bytewidth, int height) in av_image_copy_plane()
603 ptrdiff_t bytewidth = av_image_get_linesize(pix_fmt, width, 0); in av_image_fill_black() local
680 size_t bytewidth = plane_line_bytes[plane]; in av_image_fill_black() local
/third_party/ffmpeg/libavcodec/
Dscreenpresso.c94 int bytewidth, int height) in sum_delta_flipped()
/third_party/ffmpeg/libavfilter/
Dvf_noise.h51 int bytewidth[4]; member
Dvf_dnn_processing.c222 int bytewidth = av_image_get_linesize(in->format, in->width, i); in copy_uv_planes() local
/third_party/libsnd/src/
Dsndfile.c1703 int bytewidth, blockwidth ; in sf_read_raw() local
2187 int bytewidth, blockwidth ; in sf_write_raw() local
Dcommon.h439 int bytewidth ; /* Size in bytes of one sample (one channel). */ member