Lines Matching refs:tc0

88 /* 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] = {
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] = {
127 const u8 *tc0;
672 tc = thresholds->tc0[bS-1];
780 tc = thresholds->tc0[bS-1];
852 tc = thresholds->tc0[bS-1];
969 tc = thresholds->tc0[bS-1] + 1;
992 tc = thresholds->tc0[bS-1] + 1;
1037 tc = thresholds->tc0[bS-1] + 1;
1087 tc = thresholds->tc0[bS-1] + 1;
1377 Compute alpha, beta and tc0 thresholds for inner, left and top
1404 thresholds[INNER].tc0 = tc0[indexA];
1418 thresholds[TOP].tc0 = tc0[indexA];
1424 thresholds[TOP].tc0 = thresholds[INNER].tc0;
1439 thresholds[LEFT].tc0 = tc0[indexA];
1445 thresholds[LEFT].tc0 = thresholds[INNER].tc0;
1456 Compute alpha, beta and tc0 thresholds for inner, left and top
1485 thresholds[INNER].tc0 = tc0[indexA];
1500 thresholds[TOP].tc0 = tc0[indexA];
1506 thresholds[TOP].tc0 = thresholds[INNER].tc0;
1522 thresholds[LEFT].tc0 = tc0[indexA];
1528 thresholds[LEFT].tc0 = thresholds[INNER].tc0;
2170 Compute alpha, beta and tc0 thresholds for inner, left and top
2219 threshold[i][0] = (t1) ? tc0[indexA][t1] : 0;
2221 threshold[i][1] = (t2) ? tc0[indexA][t2] : 0;
2223 threshold[i][2] = (t1) ? tc0[indexA][t1] : 0;
2225 threshold[i][3] = (t2) ? tc0[indexA][t2] : 0;
2227 threshold[i][4] = (t1) ? tc0[indexA][t1] : 0;
2229 threshold[i][5] = (t2) ? tc0[indexA][t2] : 0;
2231 threshold[i][6] = (t1) ? tc0[indexA][t1] : 0;
2233 threshold[i][7] = (t2) ? tc0[indexA][t2] : 0;
2235 threshold[i][8] = (t1) ? tc0[indexA][t1] : 0;
2237 threshold[i][9] = (t2) ? tc0[indexA][t2] : 0;
2239 threshold[i][10] = (t1) ? tc0[indexA][t1] : 0;
2241 threshold[i][11] = (t2) ? tc0[indexA][t2] : 0;
2243 threshold[i][12] = (t1) ? tc0[indexA][t1] : 0;
2245 threshold[i][13] = (t2) ? tc0[indexA][t2] : 0;
2247 threshold[i][14] = (t1) ? tc0[indexA][t1] : 0;
2248 threshold[i][15] = (t2) ? tc0[indexA][t2] : 0;
2268 threshold[1][0] = (t1 && (t1 < 4)) ? tc0[indexA][t1] : 0;
2269 threshold[1][1] = (t2 && (t2 < 4)) ? tc0[indexA][t2] : 0;
2270 threshold[1][2] = (t3 && (t3 < 4)) ? tc0[indexA][t3] : 0;
2271 threshold[1][3] = (t4 && (t4 < 4)) ? tc0[indexA][t4] : 0;
2286 threshold[0][0] = (bs[0][0] && (bs[0][0] < 4)) ? tc0[indexA][bs[0][0]] : 0;
2287 threshold[0][1] = (bs[0][1] && (bs[0][1] < 4)) ? tc0[indexA][bs[0][1]] : 0;
2288 threshold[0][2] = (bs[0][2] && (bs[0][2] < 4)) ? tc0[indexA][bs[0][2]] : 0;
2289 threshold[0][3] = (bs[0][3] && (bs[0][3] < 4)) ? tc0[indexA][bs[0][3]] : 0;
2300 Compute alpha, beta and tc0 thresholds for inner, left and top
2350 threshold[i][0] = (t1) ? tc0[indexA][t1] : 0;
2352 threshold[i][1] = (t2) ? tc0[indexA][t2] : 0;
2354 threshold[i][2] = (t1) ? tc0[indexA][t1] : 0;
2356 threshold[i][3] = (t2) ? tc0[indexA][t2] : 0;
2358 threshold[i][4] = (t1) ? tc0[indexA][t1] : 0;
2360 threshold[i][5] = (t2) ? tc0[indexA][t2] : 0;
2362 threshold[i][6] = (t1) ? tc0[indexA][t1] : 0;
2363 threshold[i][7] = (t2) ? tc0[indexA][t2] : 0;
2385 threshold[1][0] = (t1) ? tc0[indexA][t1] : 0;
2386 threshold[1][1] = (t2) ? tc0[indexA][t2] : 0;
2387 threshold[1][2] = (t3) ? tc0[indexA][t3] : 0;
2388 threshold[1][3] = (t4) ? tc0[indexA][t4] : 0;
2405 threshold[0][0] = (bs[0][0]) ? tc0[indexA][bs[0][0]] : 0;
2406 threshold[0][1] = (bs[0][1]) ? tc0[indexA][bs[0][1]] : 0;
2407 threshold[0][2] = (bs[0][2]) ? tc0[indexA][bs[0][2]] : 0;
2408 threshold[0][3] = (bs[0][3]) ? tc0[indexA][bs[0][3]] : 0;