Searched refs:f_code_f (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 136 int f_code_f = video->currVop->fcodeForward; in PV_GetMBvectors() local 151 if (f_code_f == 1) in PV_GetMBvectors() 231 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f); in PV_GetMBvectors() 244 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f); in PV_GetMBvectors() 267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f) in PV_DecodeMBVec() argument 282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1)); in PV_DecodeMBVec() 295 residualy = (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() 304 if (PV_DeScaleMVD(f_code_f, residualy, vlc_code_magy, mv_y) != PV_SUCCESS) in PV_DecodeMBVec()
|
D | vlc_decode.h | 96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f);
|