Searched refs:LDAC_MAXGRADQU (Results 1 – 4 of 4) sorted by relevance
173 DECLFUNC const unsigned char gaa_resamp_grad_ldac[LDAC_MAXGRADQU][LDAC_MAXGRADQU] = {
85 #define LDAC_MAXGRADQU 50 macro217 int a_grad[LDAC_MAXGRADQU];
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)) {
485 int a_checked[LDAC_MAXGRADQU+1]; in increase_qu_low_0_ldac()487 memset(a_checked, 0, (LDAC_MAXGRADQU+1)*sizeof(int)); in increase_qu_low_0_ldac()