Searched refs:val_rcvd (Results 1 – 2 of 2) sorted by relevance
1048 int val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in huff_dec_reshape() local1051 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()
1447 WORD32 val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in ixheaacd_mps_huff_decode() local1450 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()