Searched refs:tc0_table (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264data.h531 static const uint8_t tc0_table[52*3][4] = { variable
H A Dh264.c5953 tc[0] = (tc0_table+52)[index_a][bS[0]];
5954 tc[1] = (tc0_table+52)[index_a][bS[1]];
5955 tc[2] = (tc0_table+52)[index_a][bS[2]];
5956 tc[3] = (tc0_table+52)[index_a][bS[3]];
5969 tc[0] = (tc0_table+52)[index_a][bS[0]]+1;
5970 tc[1] = (tc0_table+52)[index_a][bS[1]]+1;
5971 tc[2] = (tc0_table+52)[index_a][bS[2]]+1;
5972 tc[3] = (tc0_table+52)[index_a][bS[3]]+1;
6003 const int tc0 = (tc0_table+52)[index_a][bS[bS_index]];
6097 const int tc = (tc0_table
[all...]

Completed in 86 milliseconds