Home
last modified time | relevance | path

Searched refs:bwidth (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_kerndeint.c134 int src_linesize, psrc_linesize, dst_linesize, bwidth; in filter_frame() local
156 bwidth = kerndeint->tmp_bwidth[plane]; in filter_frame()
167 memcpy(dstp, srcp, bwidth); in filter_frame()
173 …dstp_saved + order * dst_linesize, srcp_saved + (1 - order) * src_linesize, bwidth); in filter_frame()
174 …dstp_saved + (2 + order ) * dst_linesize, srcp_saved + (3 - order) * src_linesize, bwidth); in filter_frame()
175 …dstp_saved + (h - 2 + order) * dst_linesize, srcp_saved + (h - 1 - order) * src_linesize, bwidth); in filter_frame()
176 …dstp_saved + (h - 4 + order) * dst_linesize, srcp_saved + (h - 3 - order) * src_linesize, bwidth); in filter_frame()
202 for (x = 0; x < bwidth; x++) { in filter_frame()
284 av_image_copy_plane(dstp, psrc_linesize, srcp, src_linesize, bwidth, h); in filter_frame()
/third_party/weston/clients/
Dsimple-damage.c387 int ret = 0, bwidth, bheight; in window_next_buffer() local
402 bwidth = window->width * window->scale; in window_next_buffer()
409 bwidth = window->height * window->scale; in window_next_buffer()
416 bwidth, bheight, in window_next_buffer()
511 int bwidth, bheight, bborder, bpitch, bradius; in redraw() local
533 bwidth = window->width * window->scale; in redraw()
540 bwidth = window->height * window->scale; in redraw()
545 bpitch = bwidth; in redraw()
553 paint_box(buffer->shm_data, bpitch, 0, 0, bwidth, bheight, in redraw()
560 bwidth /= 2; in redraw()
[all …]
/third_party/ffmpeg/libavcodec/
Dcrystalhd.c438 int bwidth; in copy_frame() local
481 bwidth = av_image_get_linesize(avctx->pix_fmt, width, 0); in copy_frame()
482 if (bwidth < 0) in copy_frame()
497 sStride = bwidth; in copy_frame()
528 memcpy(&(dst[dY * dStride]), &(src[sY * sStride]), bwidth); in copy_frame()
532 av_image_copy_plane(dst, dStride, src, sStride, bwidth, height); in copy_frame()
/third_party/ffmpeg/libavutil/
Dimgutils.c372 ptrdiff_t bwidth = av_image_get_linesize(pix_fmt, width, i); in image_copy() local
373 if (bwidth < 0) { in image_copy()
382 bwidth, h); in image_copy()
/third_party/mingw-w64/mingw-w64-headers/include/
Dpenwin.h1439 BYTE bwidth; member