strided_copy 121 libheif-1.3.2/libheif/heif_emscripten.h strided_copy(dest, plane_y, width, height, stride_y); strided_copy 122 libheif-1.3.2/libheif/heif_emscripten.h strided_copy(dest + (width * height), plane_u, strided_copy 124 libheif-1.3.2/libheif/heif_emscripten.h strided_copy(dest + (width * height) + (width * height / 4), strided_copy 137 libheif-1.3.2/libheif/heif_emscripten.h strided_copy(dest, plane_rgb, width * 3, height, stride_rgb); strided_copy 149 libheif-1.3.2/libheif/heif_emscripten.h strided_copy(dest, plane_grey, width, height, stride_grey);