OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDAC_MAXGRADQU
(Results
1 - 4
of
4
) sorted by null
/external/libldac/src/
tables_ldac.c
173
DECLFUNC const unsigned char gaa_resamp_grad_ldac[
LDAC_MAXGRADQU
][
LDAC_MAXGRADQU
] = {
ldac.h
85
#define
LDAC_MAXGRADQU
50
217
int a_grad[
LDAC_MAXGRADQU
];
ldaclib_api.c
585
if ((grad_qu_l < 0) || (
LDAC_MAXGRADQU
<= grad_qu_l)) {
590
if ((grad_qu_h < 1) || (
LDAC_MAXGRADQU
+1 <= grad_qu_h) || (grad_qu_h < grad_qu_l)) {
bitalloc_ldac.c
485
int a_checked[
LDAC_MAXGRADQU
+1];
487
memset(a_checked, 0, (
LDAC_MAXGRADQU
+1)*sizeof(int));
Completed in 50 milliseconds