OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_high_profile
(Results
1 - 2
of
2
) sorted by null
/external/libavc/decoder/
ih264d_parse_slice.c
179
high_profile_tools_t
s_high_profile
;
local
380
ps_dec->
s_high_profile
.u1_scaling_present = 0;
381
ps_dec->
s_high_profile
.u1_transform8x8_present = 0;
677
ps_dec->
s_high_profile
.u1_scaling_present = 1;
686
ps_dec->
s_high_profile
.u1_transform8x8_present = 1;
695
ps_dec->
s_high_profile
.u1_direct_8x8_inference_flag =
697
ps_dec->
s_high_profile
.s_cavlc_ctxt = ps_dec->s_cavlc_ctxt;
[
all
...]
ih264d_structs.h
1203
high_profile_tools_t
s_high_profile
;
member in struct:_DecStruct
[
all
...]
Completed in 34 milliseconds