Home
last modified time | relevance | path

Searched refs:filterOffsetA (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c1399 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA); in GetLumaEdgeThresholds()
1413 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetLumaEdgeThresholds()
1434 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetLumaEdgeThresholds()
1480 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA); in GetChromaEdgeThresholds()
1495 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetChromaEdgeThresholds()
1517 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetChromaEdgeThresholds()
2199 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA); in GetLumaEdgeThresholds()
2259 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetLumaEdgeThresholds()
2281 indexA = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetA); in GetLumaEdgeThresholds()
2332 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA); in GetChromaEdgeThresholds()
[all …]
Dh264bsd_macroblock_layer.h166 i32 filterOffsetA; member
Dh264bsd_slice_data.c268 pMb->filterOffsetA = tmp2; in SetMbParams()
Dh264bsd_conceal.c302 pMb->filterOffsetA = 0; in ConcealMb()