Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp271 int residualx = 0, residualy = 0; in PV_DecodeMBVec() local
282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1)); in PV_DecodeMBVec()
299 if (PV_DeScaleMVD(f_code_f, residualx, vlc_code_magx, mv_x) != PV_SUCCESS) in PV_DecodeMBVec()