Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp164 status = PV_VlcDecMV(stream, &vlc_code_mag); in PV_GetMBvectors()
174 status = PV_VlcDecMV(stream, &vlc_code_mag); in PV_GetMBvectors()
191 status = PV_VlcDecMV(stream, &vlc_code_mag); in PV_GetMBvectors()
201 status = PV_VlcDecMV(stream, &vlc_code_mag); in PV_GetMBvectors()
274 status = PV_VlcDecMV(stream, &vlc_code_magx); in PV_DecodeMBVec()
287 status = PV_VlcDecMV(stream, &vlc_code_magy); in PV_DecodeMBVec()
452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV() function
Dvlc_decode.h99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);