Searched refs:cbr (Results 1 – 2 of 2) sorted by relevance
125 u8 *ptrA, *cbr; in h264bsdInterpolateChromaHor() local160 cbr = predPartChroma + comp * 8 * 8; in h264bsdInterpolateChromaHor()174 cbr[8] = (u8)c; in h264bsdInterpolateChromaHor()177 *cbr++ = (u8)c; in h264bsdInterpolateChromaHor()182 cbr[8] = (u8)c; in h264bsdInterpolateChromaHor()185 *cbr++ = (u8)c; in h264bsdInterpolateChromaHor()187 cbr += 2*8 - chromaPartWidth; in h264bsdInterpolateChromaHor()221 u8 *ptrA, *cbr; in h264bsdInterpolateChromaVer() local256 cbr = predPartChroma + comp * 8 * 8; in h264bsdInterpolateChromaVer()269 cbr[8] = (u8)c; in h264bsdInterpolateChromaVer()[all …]
187 for (CallbackRecord cbr : mCallbacks.values()) { in onStop()188 cbr.onStop(); in onStop()