Searched refs:val_rcvd (Results 1 – 2 of 2) sorted by relevance
1050 int val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in huff_dec_reshape() local1053 while (val_rcvd < num_val) { in huff_dec_reshape()1060 if (val_rcvd + len > num_val) { in huff_dec_reshape()1064 for (i = val_rcvd; i < val_rcvd + len; i++) { in huff_dec_reshape()1067 val_rcvd += len; in huff_dec_reshape()
1508 WORD32 val_rcvd = 0, dummy = 0, i = 0, val = 0, len = 0; in ixheaacd_mps_huff_decode() local1511 while (val_rcvd < num_val) { in ixheaacd_mps_huff_decode()1518 for (i = val_rcvd; i < val_rcvd + len; i++) { in ixheaacd_mps_huff_decode()1521 val_rcvd += len; in ixheaacd_mps_huff_decode()