OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tcoef
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h
104
PV_STATUS VlcDecTCOEFShortHeader_AnnexI(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
105
PV_STATUS VlcDecTCOEFShortHeader_AnnexT(BitstreamDecVideo *stream,
Tcoef
*pTcoef); /* ANNEX_T */
106
PV_STATUS VlcDecTCOEFShortHeader_AnnexIT(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
110
PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
111
PV_STATUS VlcDecTCOEFInter(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
112
PV_STATUS VlcDecTCOEFShortHeader(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
113
PV_STATUS RvlcDecTCOEFIntra(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
114
PV_STATUS RvlcDecTCOEFInter(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
mp4lib_int.h
164
}
Tcoef
, *LPTcoef;
276
PV_STATUS(*vlcDecCoeffIntra)(BitstreamDecVideo *stream,
Tcoef
*pTcoef/*, int intra_luma*/);
277
PV_STATUS(*vlcDecCoeffInter)(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
vlc_decode.cpp
839
PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream,
Tcoef
*pTcoef)
1022
PV_STATUS VlcDecTCOEFInter(BitstreamDecVideo *stream,
Tcoef
*pTcoef)
[
all
...]
vlc_dequant.cpp
23
typedef PV_STATUS(*VlcDecFuncP)(BitstreamDecVideo *stream,
Tcoef
*pTcoef);
68
Tcoef
run_level;
394
Tcoef
run_level;
519
Tcoef
run_level;
821
Tcoef
run_level;
1077
Tcoef
run_level;
[
all
...]
Completed in 317 milliseconds