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, CODING_SCHEME* cdg_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()
758 SCHAR* const out_data, const int num_val) { in diff_freq_decode() argument
762 for (i = 1; i < num_val; i++) { in diff_freq_decode()
771 const int num_val) { in diff_time_decode_backwards() argument
778 for (; i < num_val; i++) { in diff_time_decode_backwards()
787 const int num_val) { in diff_time_decode_forwards() argument
794 for (; i < num_val; i++) { in diff_time_decode_forwards()
800 int offset, int num_lsb, int num_val, in attach_lsb() argument
805 for (i = 0; i < num_val; i++) { in attach_lsb()
1048 int num_val) { in huff_dec_reshape() argument
1053 while (val_rcvd < num_val) { in huff_dec_reshape()
1060 if (val_rcvd + len > num_val) { in huff_dec_reshape()