Searched refs:indexB (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp297 int indexA, indexB; local
318 /* NOTE: edge=0 and edge=1~3 are separate cases because of the difference of MbP, index A and indexB calculation */
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 */
335 indexB = QP + video->FilterOffsetB;
337 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
340 Beta = BETA_TABLE[indexB];
352 indexB = QPC + video->FilterOffsetB;
354 indexB = qp_clip_tab[indexB]; // ICli
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c1389 u32 indexA, indexB; local
1400 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB);
1403 thresholds[INNER].beta = betas[indexB];
1414 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB);
1417 thresholds[TOP].beta = betas[indexB];
1435 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB);
1438 thresholds[LEFT].beta = betas[indexB];
1469 u32 indexA, indexB; local
1481 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB);
1484 thresholds[INNER].beta = betas[indexB];
2185 u32 indexA, indexB; local
2316 u32 indexA, indexB; local
[all...]

Completed in 510 milliseconds