Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp146 int doubleWidth = video->nMBPerRow << 1; in PV_GetMBvectors() local
147 int pos = (x_pos + y_pos * doubleWidth) << 1; in PV_GetMBvectors()
161 offset = (k & 1) + (k >> 1) * doubleWidth; in PV_GetMBvectors()
214 pos += doubleWidth; in PV_GetMBvectors()
229 offset = (k & 1) + (k >> 1) * doubleWidth; in PV_GetMBvectors()
247 pos += doubleWidth; in PV_GetMBvectors()