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