Searched defs:f_code_f (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp136 int f_code_f = video->currVop->fcodeForward; local
151 if (f_code_f == 1)
231 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f);
244 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f);
267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f) argument
282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
295 residualy = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
299 if (PV_DeScaleMVD(f_code_f, residualx, vlc_code_magx, mv_x) != PV_SUCCESS)
304 if (PV_DeScaleMVD(f_code_f, residualy, vlc_code_magy, mv_y) != PV_SUCCESS)

Completed in 719 milliseconds