Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp1051 SCHAR rl_data[2] = {0}; in huff_dec_reshape() local
1056 rl_data, &dummy); in huff_dec_reshape()
1058 val = rl_data[0]; in huff_dec_reshape()
1059 len = rl_data[1] + 1; in huff_dec_reshape()
/external/libxaac/decoder/
Dixheaacd_mps_dec.c1509 WORD32 rl_data[2] = {0}; in ixheaacd_mps_huff_decode() local
1514 rl_data, &dummy)) in ixheaacd_mps_huff_decode()
1516 val = rl_data[0]; in ixheaacd_mps_huff_decode()
1517 len = rl_data[1] + 1; in ixheaacd_mps_huff_decode()