Searched refs:codetab (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogger.c39 static int decode(char *name, CODE * codetab) argument
45 for (c = codetab; c->c_name; c++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c61 #define codetabof(i) codetab[i]
65 #define clear_tab_prefixof() memset(codetab, 0, 256)
96 unsigned short *codetab; local
107 codetab = xzalloc(HSIZE * sizeof(codetab[0]));
303 free(codetab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plus.c857 int i, ch_num, qu, wordlen, codetab, tab_index, num_specs; local
874 codetab = chan->qu_tab_idx[qu];
877 codetab = atrac3p_ct_restricted_to_full[chan->table_type][wordlen - 1][codetab];
879 tab_index = (chan->table_type * 8 + codetab) * 7 + wordlen - 1;
889 } else if (ch_num && ctx->channels[0].qu_wordlen[qu] && !codetab) {

Completed in 178 milliseconds