OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSLICE
(Results
1 - 18
of
18
) sorted by null
/external/libavc/encoder/
ih264e_function_selector_generic.c
198
ps_codec->pf_write_mb_syntax_layer[CAVLC][
PSLICE
] = ih264e_write_pslice_mb_cavlc;
201
ps_codec->pf_write_mb_syntax_layer[CABAC][
PSLICE
] = ih264e_write_pslice_mb_cabac;
260
ps_codec->apf_compute_me[
PSLICE
] = &ih264e_compute_me_single_reflist;
264
ps_codec->apf_find_skip_params_me[
PSLICE
] = &ih264e_find_pskip_params_me;
ih264e_encode_header.c
599
if (ps_slice_hdr->u1_slice_type ==
PSLICE
|| ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == BSLICE)
642
(ps_slice_hdr->u1_slice_type ==
PSLICE
|| ps_slice_hdr->u1_slice_type == SPSLICE)) ||
[
all
...]
ih264e_me.c
654
max_reflist = (i4_slice_type ==
PSLICE
) ? 1 : 2;
835
ps_me_ctxt->i4_skip_bias[
PSLICE
] = 4 * SKIP_BIAS_P;
839
ps_me_ctxt->i4_skip_bias[
PSLICE
] = SKIP_BIAS_P;
[
all
...]
ih264e_process.c
536
ps_entropy->u4_header_bits[i4_slice_type ==
PSLICE
] +=
[
all
...]
ih264e_utils.c
[
all
...]
ih264e_cabac_encode.c
[
all
...]
ih264e_intra_modes_eval.c
382
offset = (ps_proc->i4_slice_type ==
PSLICE
) ? 5 : 23;
[
all
...]
/external/libavc/encoder/arm/
ih264e_function_selector_a9q.c
188
ps_codec->pf_write_mb_syntax_layer[CAVLC][
PSLICE
] = ih264e_write_pslice_mb_cavlc;
190
ps_codec->pf_write_mb_syntax_layer[CABAC][
PSLICE
] = ih264e_write_pslice_mb_cabac;
ih264e_function_selector_av8.c
197
ps_codec->pf_write_mb_syntax_layer[CAVLC][
PSLICE
] = ih264e_write_pslice_mb_cavlc;
200
ps_codec->pf_write_mb_syntax_layer[CABAC][
PSLICE
] = ih264e_write_pslice_mb_cabac;
/external/libhevc/common/
ihevc_defs.h
58
PSLICE
= 1,
/external/libavc/common/
ih264_defs.h
133
PSLICE
= 0,
/external/libhevc/decoder/
ihevcd_mv_merge.c
175
if(
PSLICE
== ps_slice_hdr->i1_slice_type)
502
if(
PSLICE
== ps_slice_hdr->i1_slice_type)
903
if(slice_type ==
PSLICE
)
913
if(slice_type ==
PSLICE
)
ihevcd_inter_pred.c
190
ASSERT(
PSLICE
== ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type);
225
weighted_pred = (ps_slice_hdr->i1_slice_type ==
PSLICE
) ? ps_pps->i1_weighted_pred_flag :
ihevcd_parse_slice_header.c
162
if(ps_slice_hdr->i1_slice_type ==
PSLICE
|| ps_slice_hdr->i1_slice_type == BSLICE)
548
if((
PSLICE
== ps_slice_hdr->i1_slice_type) ||
625
if((ps_pps->i1_weighted_pred_flag && (
PSLICE
== ps_slice_hdr->i1_slice_type)) ||
[
all
...]
ihevcd_ref_list.c
394
if((
PSLICE
== ps_slice_hdr->i1_slice_type) ||
ihevcd_mv_pred.c
410
if(
PSLICE
== ps_slice_hdr->i1_slice_type)
ihevcd_process_slice.c
658
if(
PSLICE
== ps_slice_hdr->i1_slice_type
[
all
...]
ihevcd_parse_slice.c
[
all
...]
Completed in 380 milliseconds