Home
last modified time | relevance | path

Searched defs:height (Results 2826 - 2850 of 4346) sorted by relevance

1...<<111112113114115116117118119120>>...174

/third_party/ffmpeg/libavfilter/
H A Dvf_geq.c384 int height; member
394 const int height = td->height; in slice_geq_filter() local
468 const int height in geq_filter_frame() local
[all...]
H A Dvf_histogram.c443 const int height = s->planeheight[p]; in filter_frame() local
H A Dvf_ssim.c251 int height = td->planeheight[c]; in ssim_plane_16bit() local
294 int height = td->planeheight[c]; in ssim_plane() local
H A Dvf_lut2.c65 int width[4], height[4]; member
[all...]
H A Dvf_scale_cuda.c148 static av_cold int init_hwframe_ctx(CUDAScaleContext *s, AVBufferRef *device_ctx, int width, int height) in init_hwframe_ctx() argument
[all...]
H A Dvf_transpose_npp.c68 int height; member
[all...]
H A Dvf_fspp.c84 store_slice_c(uint8_t *dst, int16_t *src, ptrdiff_t dst_stride, ptrdiff_t src_stride, ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale) store_slice_c() argument
114 store_slice2_c(uint8_t *dst, int16_t *src, ptrdiff_t dst_stride, ptrdiff_t src_stride, ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale) store_slice2_c() argument
150 filter(FSPPContext *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, uint8_t *qp_store, int qp_stride, int is_luma) filter() argument
[all...]
H A Dvf_perspective.c47 int height[4]; member
H A Dvf_vaguedenoiser.c331 static void hard_thresholding(float *block, const int width, const int height, in hard_thresholding() argument
347 static void soft_thresholding(float *block, const int width, const int height, const int stride, in soft_thresholding() argument
366 static void qian_thresholding(float *block, const int width, const int height, in qian_thresholding() argument
389 static float bayes_threshold(float *block, const int width, const int height, in bayes_threshold() argument
411 const int height = s->planeheight[p]; filter() local
[all...]
H A Dvf_hqx.c388 const int height = in->height; in hqx_filter() local
H A Dvf_w3fdif.c375 const int height = s->planeheight[plane]; in deinterlace_plane_slice() local
/third_party/ffmpeg/libavformat/
H A Ddump.c167 uint32_t flags, sample_rate, width, height; in dump_paramchange() local
H A Delectronicarts.c72 int width, height; member
H A Dipmovie.c287 unsigned int width, height; in process_ipmovie_chunk() local
/third_party/ffmpeg/libavutil/
H A Dimgutils.c145 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, in av_image_fill_pointers() argument
111 av_image_fill_plane_sizes(size_t sizes[4], enum AVPixelFormat pix_fmt, int height, const ptrdiff_t linesizes[4]) av_image_fill_plane_sizes() argument
344 image_copy_plane(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) image_copy_plane() argument
359 av_image_copy_plane_uc_from(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) av_image_copy_plane_uc_from() argument
374 av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height) av_image_copy_plane() argument
381 image_copy(uint8_t *dst_data[4], const ptrdiff_t dst_linesizes[4], const uint8_t *src_data[4], const ptrdiff_t src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height, void (*copy_plane)(uint8_t *, ptrdiff_t, const uint8_t *, ptrdiff_t, ptrdiff_t, int)) image_copy() argument
422 av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], const uint8_t *src_data[4], const int src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height) av_image_copy() argument
438 av_image_copy_uc_from(uint8_t *dst_data[4], const ptrdiff_t dst_linesizes[4], const uint8_t *src_data[4], const ptrdiff_t src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height) av_image_copy_uc_from() argument
446 av_image_fill_arrays(uint8_t *dst_data[4], int dst_linesize[4], const uint8_t *src, enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_fill_arrays() argument
466 av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_get_buffer_size() argument
501 av_image_copy_to_buffer(uint8_t *dst, int dst_size, const uint8_t * const src_data[4], const int src_linesize[4], enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_copy_to_buffer() argument
582 av_image_fill_black(uint8_t *dst_data[4], const ptrdiff_t dst_linesize[4], enum AVPixelFormat pix_fmt, enum AVColorRange range, int width, int height) av_image_fill_black() argument
[all...]
H A Dparseutils.c68 int width, height; member
155 int width = 0, height = 0; in av_parse_video_size() local
H A Dframe.h397 int width, height; member
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c1085 yuvPlanartoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartoyuy2() argument
1142 yv12toyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12toyuy2() argument
1150 yuvPlanartouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartouyvy() argument
1207 yv12touyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12touyvy() argument
1218 yuv422ptouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptouyvy() argument
1228 yuv422ptoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptoyuy2() argument
1239 yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12() argument
1441 uyvytoyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12() argument
1547 rgb24toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) rgb24toyv12() argument
1746 interleaveBytes(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) interleaveBytes() argument
1827 deinterleaveBytes(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride, int dst1Stride, int dst2Stride) deinterleaveBytes() argument
1848 vu9_to_vu12(const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) vu9_to_vu12() argument
1940 yvu9_to_yuy2(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) yvu9_to_yuy2() argument
2304 yuyvtoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420() argument
2329 yuyvtoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422() argument
2352 uyvytoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420() argument
2378 uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422() argument
[all...]
/third_party/ffmpeg/tools/
H A Dismindex.c75 int width, height; member
/third_party/glfw/examples/
H A Dboing.c95 int width, height; variable
/third_party/glfw/src/
H A Dcocoa_platform.h151 int width, height; member
H A Dnull_window.c33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height) in applySizeLimits() argument
189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument
245 _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeNull() argument
253 _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeNull() argument
273 int height = window->null.height; _glfwSetWindowSizeLimitsNull() local
281 int height = window->null.height; _glfwSetWindowAspectRatioNull() local
286 _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeNull() argument
[all...]
H A Dwindow.c86 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize() argument
121 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize() argument
180 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow() argument
610 glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) glfwGetWindowSize() argument
625 glfwSetWindowSize(GLFWwindow* handle, int width, int height) glfwSetWindowSize() argument
716 glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) glfwGetFramebufferSize() argument
999 glfwSetWindowMonitor(GLFWwindow* wh, GLFWmonitor* mh, int xpos, int ypos, int width, int height, int refreshRate) glfwSetWindowMonitor() argument
[all...]
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c539 static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, in postProcess() argument
827 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ in reallocBuffers() argument
860 av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){ in pp_get_context() argument
916 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const int8_t *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) pp_postprocess() argument
[all...]
/third_party/ffmpeg/libswscale/
H A Drgb2rgb_template.c375 yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartoyuy2_c() argument
429 yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12toyuy2_c() argument
439 yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartouyvy_c() argument
493 yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12touyvy_c() argument
506 yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptouyvy_c() argument
518 yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptoyuy2_c() argument
531 yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12_c() argument
612 uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12_c() argument
649 ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) ff_rgb24toyv12_c() argument
710 interleaveBytes_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) interleaveBytes_c() argument
728 deinterleaveBytes_c(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride, int dst1Stride, int dst2Stride) deinterleaveBytes_c() argument
746 vu9_to_vu12_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) vu9_to_vu12_c() argument
770 yvu9_to_yuy2_c(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) yvu9_to_yuy2_c() argument
871 yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420_c() argument
891 yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422_c() argument
909 uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420_c() argument
929 uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422_c() argument
[all...]

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...174