Home
last modified time | relevance | path

Searched refs:c_pres (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_arith_dec.c1668 static WORD32 ixheaacd_arith_get_context(WORD8 *c_prev, WORD8 *c_pres, in ixheaacd_arith_get_context() argument
1674 *c = (*c & 0xFFF0) + c_pres[-1]; in ixheaacd_arith_get_context()
1677 if ((c_pres[-1] + c_pres[-2] + c_pres[-3]) < 5) { in ixheaacd_arith_get_context()
1805 WORD8 *c_prev, WORD8 *c_pres, WORD32 n, in ixheaacd_arth_decoding_level2() argument
1820 c_prev[i] = c_pres[i]; in ixheaacd_arth_decoding_level2()
1821 c_pres[i] = 1; in ixheaacd_arth_decoding_level2()
1830 s1 = ixheaacd_arith_get_context(c_prev + i, c_pres + i, &c, i); in ixheaacd_arth_decoding_level2()
1861 c_pres[i] = 1; in ixheaacd_arth_decoding_level2()
1881 c_pres[i] = (WORD8)temp; in ixheaacd_arth_decoding_level2()
1883 c_pres[i] = 0xF; in ixheaacd_arth_decoding_level2()
[all …]
/external/u-boot/arch/powerpc/include/asm/
Dcpm_8xx.h617 ulong c_pres; /* CRC preset */ member