OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_slice_type
(Results
1 - 6
of
6
) sorted by null
/external/libavc/encoder/
ih264e_encode_header.c
[
all
...]
ih264e_process.c
297
WORD32
i4_slice_type
= ps_proc->
i4_slice_type
;
local
448
ps_entropy->i4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode_flag][
i4_slice_type
](ps_entropy);
485
if ((
i4_slice_type
!= ISLICE)
537
ps_entropy->u4_header_bits[
i4_slice_type
== PSLICE] +=
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_me.c
334
[ps_proc->
i4_slice_type
](ps_proc, i4_reflist);
347
if (ps_proc->
i4_slice_type
== BSLICE)
618
void ih264e_mv_pred(process_ctxt_t *ps_proc, WORD32
i4_slice_type
)
654
max_reflist = (
i4_slice_type
== PSLICE) ? 1 : 2;
[
all
...]
ih264e_structs.h
1437
WORD32
i4_slice_type
;
member in struct:_proc_t
2044
WORD32
i4_slice_type
;
member in struct:_codec_t
[
all
...]
ih264e_intra_modes_eval.c
379
if (ps_proc->
i4_slice_type
!= ISLICE)
382
offset = (ps_proc->
i4_slice_type
== PSLICE) ? 5 : 23;
444
ps_proc->
i4_slice_type
== ISLICE))
[
all
...]
Completed in 613 milliseconds