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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp86 Int next_hp_pos[9][2] = {{0, 0}, {2, 0}, {1, 1}, {0, 2}, { -1, 1}, { -2, 0}, { -1, -1}, {0, -2}, {0, -1}}; local
154 xh += next_hp_pos[k][0];
155 yh += next_hp_pos[k][1];
201 Int next_hp_pos[8][2] = {{1, 0}, {1, 0}, {0, 1}, {0, 1}, { -1, 0}, { -1, 0}, {0, -1}, {0, -1}}; local
258 xh += next_hp_pos[k][0];
259 yh += next_hp_pos[k][1];

Completed in 142 milliseconds