Searched refs:expstr (Results 1 – 8 of 8) sorted by relevance
76 int expstr = eac3_frame_expstr_index_tab[s->exp_strategy[ch][0]-1] in ff_eac3_get_frame_exp_strategy() local82 if (expstr < 0) { in ff_eac3_get_frame_exp_strategy()86 s->frame_exp_strategy[ch] = expstr; in ff_eac3_get_frame_exp_strategy()
378 int expstr, i, grpsize; in exponent_init() local380 for (expstr = EXP_D15-1; expstr <= EXP_D45-1; expstr++) { in exponent_init()381 grpsize = 3 << expstr; in exponent_init()383 exponent_group_tab[0][expstr][i] = (i + grpsize - 4) / grpsize; in exponent_init()384 exponent_group_tab[1][expstr][i] = (i ) / grpsize; in exponent_init()
3163 String expstr = FAIL_STR; in expectParse() local3165 expstr = expected; in expectParse()3167 exp = ref.parse(expstr); in expectParse()3179 expstr); in expectParse()
2207 String expstr = tokens.next(); in TestCases() local2209 Number exp = ref.parse(expstr); in TestCases()
3247 String expstr = FAIL_STR; in expectParse() local3249 expstr = expected; in expectParse()3251 exp = ref.parse(expstr); in expectParse()3263 expstr); in expectParse()
2204 String expstr = tokens.next(); in TestCases() local2206 Number exp = ref.parse(expstr); in TestCases()
1963 UnicodeString expstr(FAIL_STR); in expectParse() local1965 expstr = expected; in expectParse()1966 exp = ref.parse(expstr, ec2); in expectParse()1981 expstr); in expectParse()
2681 UnicodeString expstr; in TestCases() local2683 if (!tokens.next(expstr, ec)) goto error; in TestCases()2685 ref->parse(expstr, exp, ec); in TestCases()