OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_DCT3Dtab1
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dec_tab.h
154
extern const VLCtab2
PV_DCT3Dtab1
[];
vlc_decode.cpp
1039
tab = &
PV_DCT3Dtab1
[(code >> 3) - 32];
1082
tab = &
PV_DCT3Dtab1
[(code >> 3) - 32];
1129
tab = &
PV_DCT3Dtab1
[(code >> 3) - 32];
[
all
...]
vlc_tab.cpp
220
const VLCtab2
PV_DCT3Dtab1
[] =
[
all
...]
Completed in 22 milliseconds