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.c29 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_dnn_to_frame() local
99 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in proc_from_frame_to_dnn_frameprocessing() local
/third_party/ffmpeg/libavutil/x86/
Dimgutils_init.c36 ptrdiff_t bytewidth, int height) in ff_image_copy_plane_uc_from_x86()
/third_party/ffmpeg/libavutil/
Dimgutils.c345 ptrdiff_t bytewidth, int height) in image_copy_plane()
360 ptrdiff_t bytewidth, int height) in image_copy_plane_uc_from()
375 int bytewidth, int height) in av_image_copy_plane()
607 ptrdiff_t bytewidth = av_image_get_linesize(pix_fmt, width, 0); in av_image_fill_black() local
684 size_t bytewidth = plane_line_bytes[plane]; in av_image_fill_black() local
/third_party/ffmpeg/libavcodec/
Dscreenpresso.c93 int bytewidth, int height) in sum_delta_flipped()
/third_party/ffmpeg/libavfilter/
Dvf_noise.h51 int bytewidth[4]; member
Dvf_dnn_processing.c227 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