Searched defs:tc0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c88 /* array of tc0 values, from the standard, each triplet corresponds to a
89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
90 static const u8 tc0[52][3] = { variable
100 /* array of tc0 values, from the standard, each triplet corresponds to a
101 * column in the table. Indexing goes as tc0[indexA][bS] */
102 static const u8 tc0[52][5] = { variable
127 const u8 *tc0; member in struct:__anon595
672 tc = thresholds->tc0[bS-1];
780 tc = thresholds->tc0[bS-1];
852 tc = thresholds->tc0[b
[all...]

Completed in 74 milliseconds