Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c187 const u8 *clp = h264bsdClip + 512; in h264bsdWriteOutputBlocks() local
252 tmp1 = clp[tmp1 + tmp2]; in h264bsdWriteOutputBlocks()
255 tmp3 = clp[tmp3 + tmp4]; in h264bsdWriteOutputBlocks()
259 tmp1 = clp[tmp1 + tmp2]; in h264bsdWriteOutputBlocks()
263 tmp3 = clp[tmp3 + tmp4]; in h264bsdWriteOutputBlocks()
324 tmp1 = clp[tmp1 + tmp2]; in h264bsdWriteOutputBlocks()
327 tmp3 = clp[tmp3 + tmp4]; in h264bsdWriteOutputBlocks()
331 tmp1 = clp[tmp1 + tmp2]; in h264bsdWriteOutputBlocks()
335 tmp3 = clp[tmp3 + tmp4]; in h264bsdWriteOutputBlocks()
Dh264bsd_reconstruct.c505 const u8 *clp = h264bsdClip + 512; in h264bsdInterpolateVerHalf() local
550 tmp2 = clp[tmp2>>5]; in h264bsdInterpolateVerHalf()
562 tmp1 = clp[tmp1>>5]; in h264bsdInterpolateVerHalf()
574 tmp6 = clp[tmp6>>5]; in h264bsdInterpolateVerHalf()
586 tmp5 = clp[tmp5>>5]; in h264bsdInterpolateVerHalf()
624 const u8 *clp = h264bsdClip + 512; in h264bsdInterpolateVerQuarter() local
674 tmp2 = clp[tmp2>>5]; in h264bsdInterpolateVerQuarter()
688 tmp1 = clp[tmp1>>5]; in h264bsdInterpolateVerQuarter()
702 tmp6 = clp[tmp6>>5]; in h264bsdInterpolateVerQuarter()
716 tmp5 = clp[tmp5>>5]; in h264bsdInterpolateVerQuarter()
[all …]
Dh264bsd_intra_prediction.c932 const u8 *clp = h264bsdClip + 512; in h264bsdAddResidual() local
966 tmp[0] = clp[tmp1 + tmp2]; in h264bsdAddResidual()
971 tmp[1] = clp[tmp3 + tmp4]; in h264bsdAddResidual()
976 tmp1 = clp[tmp1 + tmp2]; in h264bsdAddResidual()
977 tmp3 = clp[tmp3 + tmp4]; in h264bsdAddResidual()
1331 const u8 *clp = h264bsdClip + 512; in IntraChromaPlanePrediction() local
1355 *data++ = clp[tmp>>5]; in IntraChromaPlanePrediction()
1357 *data++ = clp[tmp>>5]; in IntraChromaPlanePrediction()
1359 *data++ = clp[tmp>>5]; in IntraChromaPlanePrediction()
1361 *data++ = clp[tmp>>5]; in IntraChromaPlanePrediction()
[all …]
Dh264bsd_deblocking.c662 const u8 *clp = h264bsdClip + 512; in FilterVerLumaEdge() local
702 p0 = clp[p0 + delta]; in FilterVerLumaEdge()
703 q0 = clp[q0 - delta]; in FilterVerLumaEdge()
772 const u8 *clp = h264bsdClip + 512; in FilterHorLumaEdge() local
811 p0 = clp[p0 + delta]; in FilterHorLumaEdge()
812 q0 = clp[q0 - delta]; in FilterHorLumaEdge()
842 const u8 *clp = h264bsdClip + 512; in FilterHorLuma() local
883 p0 = clp[p0 + delta]; in FilterHorLuma()
884 q0 = clp[q0 - delta]; in FilterHorLuma()
953 const u8 *clp = h264bsdClip + 512; in FilterVerChromaEdge() local
[all …]