Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c1400 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetLumaEdgeThresholds()
1414 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
1435 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
1481 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetChromaEdgeThresholds()
1496 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetChromaEdgeThresholds()
1518 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetChromaEdgeThresholds()
2200 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetLumaEdgeThresholds()
2260 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
2282 indexB = (u32)CLIP3(0, 51, (i32)qpAv + mb->filterOffsetB); in GetLumaEdgeThresholds()
2333 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetChromaEdgeThresholds()
[all …]
Dh264bsd_macroblock_layer.h167 i32 filterOffsetB; member
Dh264bsd_slice_data.c269 pMb->filterOffsetB = tmp3; in SetMbParams()
Dh264bsd_conceal.c303 pMb->filterOffsetB = 0; in ConcealMb()