- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Are there any blockwise operating functions ?
for ex :
if want to talk blockwise DCT using ippiDCT8x8Fwd_32f_C1(...)
and there is this
Ipp8u *image;
IppiSize sz = {300,400};
image = ippsMalloc_8u(sz.width*sz.height);
ippiImageJaehne_8u_C1R(image, sz.width, sz);
// i need have a function here which gives me blockwise DCT !!
any ideas other than writing my function to do it ??
-madan
for ex :
if want to talk blockwise DCT using ippiDCT8x8Fwd_32f_C1(...)
and there is this
Ipp8u *image;
IppiSize sz = {300,400};
image = ippsMalloc_8u(sz.width*sz.height);
ippiImageJaehne_8u_C1R(image, sz.width, sz);
// i need have a function here which gives me blockwise DCT !!
any ideas other than writing my function to do it ??
-madan
Enlace copiado
1 Responder
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
we have 8x8 DCT functions, which you cancall several times to process whole image. Please consult IPP Manual for details.
Regards,
Vladimir

Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla