Home
last modified time | relevance | path

Searched refs:NC_O (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.c50 h_tab += h_cue[tbl][chunk >> (19-NC_O)]; in huffman_decode()
57 if (chunk >> (19-NC_O) < N_CUE-1) in huffman_decode()
58 lag=(h_cue[tbl][(chunk >> (19-NC_O))+1] - in huffman_decode()
59 h_cue[tbl][chunk >> (19-NC_O)]); in huffman_decode()
H A Dhuffman.h26 #define NC_O 4 macro
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.c50 h_tab += h_cue[tbl][chunk >> (19-NC_O)]; in huffman_decode()
57 if (chunk >> (19-NC_O) < N_CUE-1) in huffman_decode()
58 lag=(h_cue[tbl][(chunk >> (19-NC_O))+1] - in huffman_decode()
59 h_cue[tbl][chunk >> (19-NC_O)]); in huffman_decode()
H A Dhuffman.h26 #define NC_O 4 macro
/dports/audio/snack/snack2.2.10/generic/
H A DjkFormatMP3.h463 #define NC_O 4 macro
H A DjkFormatMP3.c1250 h_tab += h_cue[tbl][chunk >> (19-NC_O)];
1263 if (chunk >> (19-NC_O) < N_CUE-1)
1264 lag=(h_cue[tbl][(chunk >> (19-NC_O))+1] -
1265 h_cue[tbl][chunk >> (19-NC_O)]);