Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp1049 SCHAR rl_data[2] = {0}; in huff_dec_reshape() local
1054 rl_data, &dummy); in huff_dec_reshape()
1056 val = rl_data[0]; in huff_dec_reshape()
1057 len = rl_data[1] + 1; in huff_dec_reshape()
/external/libxaac/decoder/
Dixheaacd_mps_dec.c1721 WORD32 rl_data[2] = {0}; in ixheaacd_mps_huff_decode() local
1726 rl_data, &dummy); in ixheaacd_mps_huff_decode()
1727 val = rl_data[0]; in ixheaacd_mps_huff_decode()
1728 len = rl_data[1] + 1; in ixheaacd_mps_huff_decode()