search for: static_init

Displaying 2 results from an estimated 2 matches for "static_init".

Did you mean: static_init3
2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
...buf_parm[i]); + } + + if (screen->constbuf_misc[0]) + nouveau_bo_ref(NULL, &screen->constbuf_misc[0]); + if (screen->tic) + nouveau_bo_ref(NULL, &screen->tic); + if (screen->tsc) + nouveau_bo_ref(NULL, &screen->tsc); + if (screen->static_init) + so_ref(NULL, &screen->static_init); + nouveau_notifier_free(&screen->sync); nouveau_grobj_free(&screen->tesla); nouveau_grobj_free(&screen->eng2d); Index: nv50/nv50_context.c =================================================================== --- nv50/...
2007 Aug 29
2
high-pass filter issues
...ne, but when I run it, even just from the initial variable declarations to the top of that "for" loop I vector off. I am thinking this might have something to do with me making the state parameters static instead of running off a heap. these are the sizes and parameters I used: #ifdef STATIC_INIT #define ENC_WINBUF_SIZE 40 #define ENC_EXCBUF_SIZE 306 #define ENC_SWBUF_SIZE 306 #define ENC_LAGWINDOW_SIZE 11 #define ENC_OLD_LSP_SIZE 10 #define ENC_OLD_QLSP_SIZE 10 #define ENC_MEM_SP_SIZE 20 #define ENC_MEM_SW_SIZE 20 #define ENC_SW_WHOLE_SIZE 20 #define ENC_MEM_EXC_SIZE 20 #define...