Lines Matching refs:num_val
151 SCHAR* out_data_2, int offset, int num_val, in pcm_decode() argument
199 for (i = 0; i < num_val; i += max_grp_len) { in pcm_decode()
201 grp_len = min(max_grp_len, num_val - i); in pcm_decode()
309 const INT dim1, SCHAR* out_data, const INT num_val, in huff_dec_1D() argument
354 for (i = offset; i < num_val; i++) { in huff_dec_1D()
390 const INT num_val, const INT stride, in huff_dec_2D() argument
532 for (i = 0; i < num_val; i += stride) { in huff_dec_2D()
571 int num_val, PAIRING* pairing_scheme, int ldMode) { in huff_decode() argument
585 int num_val_1_int = num_val; in huff_decode()
586 int num_val_2_int = num_val; in huff_decode()
756 SCHAR* const out_data, const int num_val) { in diff_freq_decode() argument
760 for (i = 1; i < num_val; i++) { in diff_freq_decode()
769 const int num_val) { in diff_time_decode_backwards() argument
776 for (; i < num_val; i++) { in diff_time_decode_backwards()
785 const int num_val) { in diff_time_decode_forwards() argument
792 for (; i < num_val; i++) { in diff_time_decode_forwards()
798 int offset, int num_lsb, int num_val, in attach_lsb() argument
803 for (i = 0; i < num_val; i++) { in attach_lsb()
1046 int num_val) { in huff_dec_reshape() argument
1051 while (val_rcvd < num_val) { in huff_dec_reshape()
1058 if (val_rcvd + len > num_val) { in huff_dec_reshape()