Searched refs:scfi (Results 1 – 3 of 3) sorted by relevance
48 int scfi[2]; member
262 if(bands[i].res[0]) bands[i].scfi[0] = t >> (2 * cnt); in mpc8_decode_frame()263 if(bands[i].res[1]) bands[i].scfi[1] = t & 3; in mpc8_decode_frame()282 if((bands[i].scfi[ch] << j) & 2) in mpc8_decode_frame()
239 … if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1); in mpc7_decode_frame()246 switch(bands[i].scfi[ch]){ in mpc7_decode_frame()