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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
101 * column in the table. Indexing goes as tc0[indexA][bS] */
1389 u32 indexA, indexB; local
1399 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA);
1402 thresholds[INNER].alpha = alphas[indexA];
1404 thresholds[INNER].tc0 = tc0[indexA];
1413 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA);
1416 thresholds[TOP].alpha = alphas[indexA];
1418 thresholds[TOP].tc0 = tc0[indexA];
1434 indexA
1469 u32 indexA, indexB; local
2185 u32 indexA, indexB; local
2316 u32 indexA, indexB; local
[all...]

Completed in 1010 milliseconds