Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp297 int indexA, indexB; in DeblockMb() local
335 indexB = QP + video->FilterOffsetB; in DeblockMb()
337 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB) in DeblockMb()
340 Beta = BETA_TABLE[indexB]; in DeblockMb()
352 indexB = QPC + video->FilterOffsetB; in DeblockMb()
354 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB) in DeblockMb()
357 Beta = BETA_TABLE[indexB]; in DeblockMb()
378 indexB = MbQ->QPy + video->FilterOffsetB; in DeblockMb()
381 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB) in DeblockMb()
384 Beta = BETA_TABLE[indexB]; in DeblockMb()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c1389 u32 indexA, indexB; in GetLumaEdgeThresholds() local
1400 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetLumaEdgeThresholds()
1403 thresholds[INNER].beta = betas[indexB]; in GetLumaEdgeThresholds()
1414 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
1417 thresholds[TOP].beta = betas[indexB]; in GetLumaEdgeThresholds()
1435 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
1438 thresholds[LEFT].beta = betas[indexB]; in GetLumaEdgeThresholds()
1469 u32 indexA, indexB; in GetChromaEdgeThresholds() local
1481 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetChromaEdgeThresholds()
1484 thresholds[INNER].beta = betas[indexB]; in GetChromaEdgeThresholds()
[all …]