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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp297 int indexA, indexB; local
319 /* for edge = 1~3, MbP, indexA and indexB remain the same, and thus there is no need to re-calculate them for each edge */
334 indexA = QP + video->FilterOffsetA;
336 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
339 Alpha = ALPHA_TABLE[indexA];
341 clipTable = (int *) CLIP_TAB[indexA];
351 indexA = QPC + video->FilterOffsetA;
353 indexA = qp_clip_tab[indexA]; // ICli
[all...]
/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 92 milliseconds