OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gau1_ihevc_next_state
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/common/
ihevc_cabac_tables.c
34
* -
gau1_ihevc_next_state
[]
134
const UWORD8
gau1_ihevc_next_state
[64 * 2 * 2] =
variable
[
all
...]
ihevc_cabac_tables.h
125
extern const UWORD8
gau1_ihevc_next_state
[128*2];
/external/libhevc/decoder/
ihevcd_cabac.h
92
*pu1_ctxt_model =
gau1_ihevc_next_state
[(state_mps << 1) | u4_bin]; \
ihevcd_cabac.c
265
*pu1_ctxt_model =
gau1_ihevc_next_state
[(state_mps << 1) | u4_bin];
Completed in 636 milliseconds