Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dfindhalfpel.cpp140 int16 tmp_horz[18*22], *dst_16, *src_16; in GenerateHalfPelPred() local
262 src_16 = tmp_horz; /* 17 x 22 */ in GenerateHalfPelPred()
269 a = *src_16; in GenerateHalfPelPred()
270 b = *(src_16 += 18); in GenerateHalfPelPred()
271 c = *(src_16 += 18); in GenerateHalfPelPred()
272 d = *(src_16 += 18); in GenerateHalfPelPred()
273 e = *(src_16 += 18); in GenerateHalfPelPred()
274 f = *(src_16 += 18); in GenerateHalfPelPred()
281 a = *(src_16 += 18); in GenerateHalfPelPred()
287 b = *(src_16 += 18); in GenerateHalfPelPred()
[all …]