HomeSort by relevance Sort by last modified time
    Searched defs:indexA (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 297 int indexA, indexB, tmp;
318 /* for edge = 1~3, MbP, indexA and indexB remain the same, and thus there is no need to re-calculate them for each edge */
333 indexA = QP + video->FilterOffsetA;
335 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
338 Alpha = ALPHA_TABLE[indexA];
340 clipTable = (int *) CLIP_TAB[indexA];
350 indexA = QPC + video->FilterOffsetA;
352 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
101 * column in the table. Indexing goes as tc0[indexA][bS] */
    [all...]

Completed in 776 milliseconds