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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxsubdec.c33 static const uint8_t tc_offsets[9] = { 0, 1, 3, 4, 6, 7, 9, 10, 11 }; variable
41 for (i = 0; i < sizeof(tc_offsets); i++) {
42 uint8_t c = buf[tc_offsets[i]] - '0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxsubdec.c33 static const uint8_t tc_offsets[9] = { 0, 1, 3, 4, 6, 7, 9, 10, 11 }; variable
41 for (i = 0; i < sizeof(tc_offsets); i++) {
42 uint8_t c = buf[tc_offsets[i]] - '0';

Completed in 70 milliseconds