OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISLICE
(Results
1 - 15
of
15
) sorted by null
/external/libavc/encoder/
ih264e_cabac_init.c
212
if (
ISLICE
!= u1_slice_type)
ih264e_function_selector_generic.c
197
ps_codec->pf_write_mb_syntax_layer[CAVLC][
ISLICE
] = ih264e_write_islice_mb_cavlc;
200
ps_codec->pf_write_mb_syntax_layer[CABAC][
ISLICE
] = ih264e_write_islice_mb_cabac;
ih264e_encode_header.c
820
if ((ps_slice_hdr->u1_slice_type !=
ISLICE
) && (ps_slice_hdr->u1_slice_type != SISLICE))
[
all
...]
ih264e_process.c
485
if ((i4_slice_type !=
ISLICE
)
562
if ((i4_slice_type !=
ISLICE
) && *ps_entropy->pi4_mb_skip_run)
936
if (ps_proc->i4_slice_type !=
ISLICE
)
[
all
...]
ih264e_utils.c
[
all
...]
ih264e_cabac_encode.c
219
u4_ctx_inc = u4_mb_ctxinc[(u4_slice_type !=
ISLICE
)][u4_intra_mb_type];
221
if (u4_slice_type ==
ISLICE
)
[
all
...]
ih264e_intra_modes_eval.c
379
if (ps_proc->i4_slice_type !=
ISLICE
)
444
ps_proc->i4_slice_type ==
ISLICE
))
[
all
...]
/external/libavc/encoder/arm/
ih264e_function_selector_a9q.c
187
ps_codec->pf_write_mb_syntax_layer[CAVLC][
ISLICE
] = ih264e_write_islice_mb_cavlc;
189
ps_codec->pf_write_mb_syntax_layer[CABAC][
ISLICE
] = ih264e_write_islice_mb_cabac;
ih264e_function_selector_av8.c
196
ps_codec->pf_write_mb_syntax_layer[CAVLC][
ISLICE
] = ih264e_write_islice_mb_cavlc;
199
ps_codec->pf_write_mb_syntax_layer[CABAC][
ISLICE
] = ih264e_write_islice_mb_cabac;
/external/libhevc/common/
ihevc_defs.h
59
ISLICE
= 2,
/external/libavc/common/
ih264_defs.h
135
ISLICE
= 2,
/external/libhevc/decoder/
ihevcd_parse_slice_header.c
381
/* If the picture is IRAP, slice type must be equal to
ISLICE
*/
384
ps_slice_hdr->i1_slice_type =
ISLICE
;
[
all
...]
ihevcd_utils.c
974
if(ps_slice_hdr->i1_slice_type !=
ISLICE
)
982
/* If pic count hits non-degrade interval or it is an
islice
, then do not degrade */
983
if((ps_slice_hdr->i1_slice_type !=
ISLICE
) &&
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_process_slice.c
816
if(
ISLICE
== ps_slice_hdr->i1_slice_type)
[
all
...]
Completed in 2701 milliseconds