Lines Matching defs:psrc
1416 CFHDContext *psrc = src->priv_data;
1420 if (dst == src || psrc->transform_type == 0)
1423 if (pdst->plane[0].idwt_size != psrc->plane[0].idwt_size ||
1424 pdst->a_format != psrc->a_format ||
1425 pdst->a_width != psrc->a_width ||
1426 pdst->a_height != psrc->a_height ||
1427 pdst->a_transform_type != psrc->a_transform_type)
1430 pdst->a_format = psrc->a_format;
1431 pdst->a_width = psrc->a_width;
1432 pdst->a_height = psrc->a_height;
1433 pdst->a_transform_type = psrc->a_transform_type;
1434 pdst->transform_type = psrc->transform_type;
1435 pdst->progressive = psrc->progressive;
1436 pdst->planes = psrc->planes;
1449 memcpy(pdst->plane[plane].band, psrc->plane[plane].band, sizeof(pdst->plane[plane].band));
1450 memcpy(pdst->plane[plane].idwt_buf, psrc->plane[plane].idwt_buf,