• Home
  • Raw
  • Download

Lines Matching refs:dstride

4032   gint dstride, dustride, dvstride;  member
4041 video_orc_convert_YUY2_AYUV (task->d, task->dstride, task->s, in convert_YUY2_AYUV_task()
4073 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_YUY2_AYUV()
4075 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_YUY2_AYUV()
4105 d = task->d + i * task->dstride; in convert_YUY2_v210_task()
4180 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_YUY2_v210()
4182 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_YUY2_v210()
4202 video_orc_convert_YUY2_Y42B (task->d, task->dstride, task->du, in convert_YUY2_Y42B_task()
4239 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_YUY2_Y42B()
4243 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_YUY2_Y42B()
4266 task->dstride, task->du, in convert_YUY2_Y444_task()
4304 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_YUY2_Y444()
4308 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_YUY2_Y444()
4339 d_y = task->d + i * task->dstride; in convert_v210_Y42B_task()
4428 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_v210_Y42B()
4432 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_v210_Y42B()
4531 video_orc_convert_UYVY_AYUV (task->d, task->dstride, task->s, in convert_UYVY_AYUV_task()
4563 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_UYVY_AYUV()
4565 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_AYUV()
4595 d = task->d + i * task->dstride; in convert_UYVY_v210_task()
4670 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_UYVY_v210()
4672 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_v210()
4692 video_orc_convert_UYVY_YUY2 (task->d, task->dstride, task->s, in convert_UYVY_YUY2_task()
4723 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_UYVY_YUY2()
4725 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_YUY2()
4754 d = task->d + i * task->dstride; in convert_v210_UYVY_task()
4836 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_v210_UYVY()
4838 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_v210_UYVY()
4867 d = task->d + i * task->dstride; in convert_v210_YUY2_task()
4949 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_v210_YUY2()
4951 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_v210_YUY2()
4971 video_orc_convert_UYVY_Y42B (task->d, task->dstride, task->du, in convert_UYVY_Y42B_task()
5008 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_UYVY_Y42B()
5012 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_Y42B()
5035 task->dstride, task->du, in convert_UYVY_Y444_task()
5073 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_UYVY_Y444()
5077 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_Y444()
5099 video_orc_convert_UYVY_GRAY8 (task->d, task->dstride, (guint16 *) task->s, in convert_UYVY_GRAY8_task()
5129 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_UYVY_GRAY8()
5131 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_UYVY_GRAY8()
5152 2 * task->dstride, task->d2, in convert_AYUV_I420_task()
5153 2 * task->dstride, task->du, in convert_AYUV_I420_task()
5198 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_AYUV_I420()
5202 tasks[i].d = dy1 + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_I420()
5203 tasks[i].d2 = dy2 + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_I420()
5226 video_orc_convert_AYUV_YUY2 (task->d, task->dstride, task->s, in convert_AYUV_YUY2_task()
5258 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_YUY2()
5260 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_YUY2()
5280 video_orc_convert_AYUV_UYVY (task->d, task->dstride, task->s, in convert_AYUV_UYVY_task()
5312 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_UYVY()
5314 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_UYVY()
5334 video_orc_convert_AYUV_Y42B (task->d, task->dstride, task->du, in convert_AYUV_Y42B_task()
5372 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_AYUV_Y42B()
5376 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_Y42B()
5398 video_orc_convert_AYUV_Y444 (task->d, task->dstride, task->du, in convert_AYUV_Y444_task()
5435 tasks[i].dstride = FRAME_GET_Y_STRIDE (dest); in convert_AYUV_Y444()
5439 tasks[i].d = dy + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_Y444()
5460 video_orc_convert_Y42B_YUY2 (task->d, task->dstride, in convert_Y42B_YUY2_task()
5498 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y42B_YUY2()
5502 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y42B_YUY2()
5524 video_orc_convert_Y42B_UYVY (task->d, task->dstride, in convert_Y42B_UYVY_task()
5562 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y42B_UYVY()
5566 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y42B_UYVY()
5588 video_orc_convert_Y42B_AYUV (task->d, task->dstride, task->s, in convert_Y42B_AYUV_task()
5629 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y42B_AYUV()
5633 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y42B_AYUV()
5665 d = task->d + i * task->dstride; in convert_Y42B_v210_task()
5747 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y42B_v210()
5751 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y42B_v210()
5773 video_orc_convert_Y444_YUY2 (task->d, task->dstride, task->s, in convert_Y444_YUY2_task()
5811 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y444_YUY2()
5815 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y444_YUY2()
5837 video_orc_convert_Y444_UYVY (task->d, task->dstride, task->s, in convert_Y444_UYVY_task()
5875 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y444_UYVY()
5879 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y444_UYVY()
5901 video_orc_convert_Y444_AYUV (task->d, task->dstride, task->s, in convert_Y444_AYUV_task()
5941 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_Y444_AYUV()
5945 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_Y444_AYUV()
5969 video_orc_convert_AYUV_ARGB (task->d, task->dstride, task->s, in convert_AYUV_ARGB_task()
6003 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_ARGB()
6005 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_ARGB()
6026 video_orc_convert_AYUV_BGRA (task->d, task->dstride, task->s, in convert_AYUV_BGRA_task()
6060 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_BGRA()
6062 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_BGRA()
6083 video_orc_convert_AYUV_ABGR (task->d, task->dstride, task->s, in convert_AYUV_ABGR_task()
6117 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_ABGR()
6119 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_ABGR()
6140 video_orc_convert_AYUV_RGBA (task->d, task->dstride, task->s, in convert_AYUV_RGBA_task()
6174 tasks[i].dstride = FRAME_GET_STRIDE (dest); in convert_AYUV_RGBA()
6176 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_AYUV_RGBA()
6756 gint sstride, dstride; member
6764 video_orc_memset_2d (task->d, task->dstride, in convert_plane_fill_task()
6797 tasks[i].dstride = FRAME_GET_PLANE_STRIDE (dest, plane); in convert_plane_fill()
6810 task->dstride, task->s, task->sstride, task->width / 2, task->height); in convert_plane_h_double_task()
6838 tasks[i].dstride = FRAME_GET_PLANE_STRIDE (dest, plane); in convert_plane_h_double()
6841 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_plane_h_double()
6861 task->dstride, task->s, task->sstride, task->width, task->height); in convert_plane_h_halve_task()
6889 tasks[i].dstride = FRAME_GET_PLANE_STRIDE (dest, plane); in convert_plane_h_halve()
6892 tasks[i].d = d + i * lines_per_thread * tasks[i].dstride; in convert_plane_h_halve()
6910 video_orc_planar_chroma_420_422 (task->d, 2 * task->dstride, task->d2, in convert_plane_v_double_task()
6911 2 * task->dstride, task->s, task->sstride, task->width, task->height / 2); in convert_plane_v_double_task()
6946 tasks[i].dstride = ds; in convert_plane_v_double()
6966 video_orc_planar_chroma_422_420 (task->d, task->dstride, task->s, in convert_plane_v_halve_task()
7002 tasks[i].dstride = ds; in convert_plane_v_halve()
7022 video_orc_planar_chroma_420_444 (task->d, 2 * task->dstride, task->d2, in convert_plane_hv_double_task()
7023 2 * task->dstride, task->s, task->sstride, (task->width + 1) / 2, in convert_plane_hv_double_task()
7060 tasks[i].dstride = ds; in convert_plane_hv_double()
7080 video_orc_planar_chroma_444_420 (task->d, task->dstride, task->s, in convert_plane_hv_halve_task()
7115 tasks[i].dstride = ds; in convert_plane_hv_halve()
7139 gint sstride, dstride; member
7148 task->d, task->dstride, task->x, task->y, task->w, task->h); in convert_plane_hv_task()
7159 gint sstride, dstride; in convert_plane_hv() local
7178 dstride = FRAME_GET_PLANE_STRIDE (dest, plane); in convert_plane_hv()
7199 tasks[i].dstride = dstride; in convert_plane_hv()