Searched refs:oright (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 675 AVFrame *out = NULL, *oleft, *oright, *ileft, *iright; in filter_frame() local 720 oright = av_frame_clone(s->prev); in filter_frame() 722 if (!oright || !oleft) { in filter_frame() 723 av_frame_free(&oright); in filter_frame() 741 out = oleft = oright = av_frame_clone(inpicref); in filter_frame() 767 out = oleft = oright = ff_get_video_buffer(outlink, outlink->w, outlink->h); in filter_frame() 777 oright = ff_get_video_buffer(outlink, outlink->w, outlink->h); in filter_frame() 778 if (!oright) { in filter_frame() 784 av_frame_copy_props(oright, s->prev); in filter_frame() 794 …out_off_right[i] = (AV_CEIL_RSHIFT(s->out.row_right, vsub) + s->out.off_rstep) * oright->linesize[… in filter_frame() [all …]
|
/third_party/libuv/include/uv/ |
D | tree.h | 508 struct type *oright; \ 509 if ((oright = RB_RIGHT(tmp, field)) \ 511 RB_COLOR(oright, field) = RB_BLACK; \ 513 RB_ROTATE_LEFT(head, tmp, oright, field); \
|
/third_party/FreeBSD/sys/sys/ |
D | tree.h | 554 struct type *oright; \ 555 if ((oright = RB_RIGHT(tmp, field)) \ 557 RB_COLOR(oright, field) = RB_BLACK;\ 559 RB_ROTATE_LEFT(head, tmp, oright, field);\
|