Searched refs:scfi (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc.h47 int scfi[2]; member in struct:__anon1952
H A Dmpc8.c316 if(bands[i].res[0]) bands[i].scfi[0] = t >> (2 * cnt);
317 if(bands[i].res[1]) bands[i].scfi[1] = t & 3;
336 if((bands[i].scfi[ch] << j) & 2)
H A Dmpc7.c248 if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1);
255 switch(bands[i].scfi[ch]){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc.h47 int scfi[2]; member in struct:Band
H A Dmpc8.c319 if(bands[i].res[0]) bands[i].scfi[0] = t >> (2 * cnt);
320 if(bands[i].res[1]) bands[i].scfi[1] = t & 3;
339 if((bands[i].scfi[ch] << j) & 2)
H A Dmpc7.c258 if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1);
265 switch(bands[i].scfi[ch]){

Completed in 187 milliseconds