Searched refs:len_tab (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmidi_synth.c129 static unsigned char len_tab[] = /* # of data bytes following a status local
190 inc->m_left = len_tab[(data >> 4) - 8];
198 inc->m_left = len_tab[(inc->m_buf[0] >> 4) - 8] - 1;
H A Dmpu401.c149 static unsigned char len_tab[] = /* # of data bytes following a status variable
239 devc->m_left = len_tab[msg] - 1;
279 devc->m_left = len_tab[msg];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263.c1907 static void init_uni_mpeg4_rl_tab(RLTable *rl, uint32_t *bits_tab, uint8_t *len_tab){ argument
1923 len_tab[index]= 100;
1931 if(code!=rl->n && len < len_tab[index]){
1933 len_tab [index]= len;
1948 if(code!=rl->n && len < len_tab[index]){
1950 len_tab [index]= len;
1967 if(code!=rl->n && len < len_tab[index]){
1969 len_tab [index]= len;
1983 if(len < len_tab[index]){
1985 len_tab [inde
1992 init_uni_h263_rl_tab(RLTable *rl, uint32_t *bits_tab, uint8_t *len_tab) argument
2722 uint8_t *len_tab; local
2834 uint8_t *len_tab; local
[all...]
H A D4xm.c516 uint8_t len_tab[257]; local
579 len_tab[j]= len;
583 len_tab , 1, 1,

Completed in 83 milliseconds