Searched refs:tmp_horz (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp153 int16 tmp_horz[18*22], *dst_16, *src_16; local
184 dst_16 = tmp_horz; /* 17 x 22 */
209 dst_16 += 2; /* stride for tmp_horz is 18 */
270 dst_16 += 2; /* stride for tmp_horz is 18 */
276 src_16 = tmp_horz; /* 17 x 22 */

Completed in 235 milliseconds