Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp1048 int val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in huff_dec_reshape() local
1051 while (val_rcvd < num_val) { in huff_dec_reshape()
1058 if (val_rcvd + len > num_val) { in huff_dec_reshape()
1062 for (i = val_rcvd; i < val_rcvd + len; i++) { in huff_dec_reshape()
1065 val_rcvd += len; in huff_dec_reshape()
/external/libxaac/decoder/
Dixheaacd_mps_dec.c1447 WORD32 val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in ixheaacd_mps_huff_decode() local
1450 while (val_rcvd < num_val) { in ixheaacd_mps_huff_decode()
1456 for (i = val_rcvd; i < val_rcvd + len; i++) { in ixheaacd_mps_huff_decode()
1459 val_rcvd += len; in ixheaacd_mps_huff_decode()