Searched refs:NB_TRACK_MR102 (Results 1 – 4 of 4) sorted by relevance
226 for (i = 0; i < NB_TRACK_MR102; i++) in build_code()272 pos_indx[track + NB_TRACK_MR102] = pos_index; in build_code()276 pos_indx[track + NB_TRACK_MR102] = pos_indx[track]; in build_code()288 pos_indx[track + NB_TRACK_MR102] = pos_indx[track]; in build_code()295 pos_indx[track + NB_TRACK_MR102] = pos_index; in build_code()581 for (i = 0; i < NB_TRACK_MR102; i++) in compress_code()589 indx[NB_TRACK_MR102] = in compress_code()599 indx[NB_TRACK_MR102+1] = in compress_code()651 indx[NB_TRACK_MR102+2] = ib; in compress_code()759 Word16 pos_max[NB_TRACK_MR102]; in code_8i40_31bits()[all …]
974 memcpy(codvec, index, (2*NB_TRACK_MR102)*sizeof(*index)); in search_10and8i40()
357 for (i = 0; i < NB_TRACK_MR102; i++) in decompress_code()367 MSBs = indx[NB_TRACK_MR102] >> 3; in decompress_code()369 LSBs = indx[NB_TRACK_MR102] & 0x7; in decompress_code()385 MSBs = indx[NB_TRACK_MR102+1] >> 3; in decompress_code()387 LSBs = indx[NB_TRACK_MR102+1] & 0x7; in decompress_code()410 MSBs = indx[NB_TRACK_MR102+2] >> 2; in decompress_code()412 LSBs = indx[NB_TRACK_MR102+2] & 0x3; in decompress_code()570 Word16 linear_signs[NB_TRACK_MR102]; in dec_8i40_31bits()585 for (j = 0; j < NB_TRACK_MR102; j++) /* NB_TRACK_MR102 = 4 */ in dec_8i40_31bits()
73 #define NB_TRACK_MR102 4 /* number of tracks mode mr102 */ macro