Searched refs:filterOffsetA (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_deblocking.c | 1399 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 …]
|
D | h264bsd_macroblock_layer.h | 166 i32 filterOffsetA; member
|
D | h264bsd_slice_data.c | 268 pMb->filterOffsetA = tmp2; in SetMbParams()
|
D | h264bsd_conceal.c | 302 pMb->filterOffsetA = 0; in ConcealMb()
|