Home
last modified time | relevance | path

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

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