Home
last modified time | relevance | path

Searched refs:ISLICE (Results 1 – 15 of 15) sorted by relevance

/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c196 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc; in ih264e_init_function_ptr_neon_av8()
199 ps_codec->pf_write_mb_syntax_layer[CABAC][ISLICE] = ih264e_write_islice_mb_cabac; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c187 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc; in ih264e_init_function_ptr_neon_a9q()
189 ps_codec->pf_write_mb_syntax_layer[CABAC][ISLICE] = ih264e_write_islice_mb_cabac; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c197 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc; in ih264e_init_function_ptr_generic()
200 ps_codec->pf_write_mb_syntax_layer[CABAC][ISLICE] = ih264e_write_islice_mb_cabac; in ih264e_init_function_ptr_generic()
Dih264e_cabac_init.c212 if (ISLICE != u1_slice_type) in ih264e_init_cabac_ctxt()
Dih264e_encode_header.c619 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE)) in ih264e_generate_slice_header()
672 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE && in ih264e_generate_slice_header()
1176 if ((ps_proc->i4_slice_type != ISLICE) && (ps_proc->i4_slice_type != SISLICE)) in ih264e_populate_slice_header()
1233 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in ih264e_populate_slice_header()
Dih264e_process.c484 if ((i4_slice_type != ISLICE) in ih264e_entropy()
561 if ((i4_slice_type != ISLICE) && *ps_entropy->pi4_mb_skip_run) in ih264e_entropy()
935 if (ps_proc->i4_slice_type != ISLICE) in ih264e_update_proc_ctxt()
1928 if (ps_proc->i4_slice_type == ISLICE) in ih264e_process()
2097 … if (i4_air_enable_inter && ps_proc->i4_slice_type != ISLICE && ps_codec->u4_inter_gate) in ih264e_process()
2169 if (ps_proc->i4_slice_type != ISLICE) in ih264e_process()
Dih264e_utils.c1045 if (ps_proc->i4_slice_type != ISLICE in ih264e_init_quant_params()
1436 ps_codec->i4_slice_type = ISLICE; in ih264e_pic_init()
1504 || ps_codec->i4_slice_type == ISLICE) in ih264e_pic_init()
1511 if (ps_codec->i4_slice_type == ISLICE) in ih264e_pic_init()
Dih264e_cabac_encode.c219 u4_ctx_inc = u4_mb_ctxinc[(u4_slice_type != ISLICE)][u4_intra_mb_type]; in ih264e_cabac_enc_intra_mb_type()
221 if (u4_slice_type == ISLICE) in ih264e_cabac_enc_intra_mb_type()
1670 ih264e_cabac_enc_intra_mb_type(ISLICE, luma_intra_mode, ps_cabac_ctxt, in ih264e_write_islice_mb_cabac()
Dih264e_intra_modes_eval.c379 if (ps_proc->i4_slice_type != ISLICE) in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
444 ps_proc->i4_slice_type == ISLICE)) in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
/external/libhevc/common/
Dihevc_defs.h59 ISLICE = 2, enumerator
/external/libavc/common/
Dih264_defs.h135 ISLICE = 2, enumerator
/external/libhevc/decoder/
Dihevcd_parse_slice_header.c384 ps_slice_hdr->i1_slice_type = ISLICE; in ihevcd_parse_slice_header()
1033 (ISLICE != ps_slice_hdr->i1_slice_type)) in ihevcd_parse_slice_header()
Dihevcd_utils.c974 if(ps_slice_hdr->i1_slice_type != ISLICE) in ihevcd_parse_pic_init()
983 if((ps_slice_hdr->i1_slice_type != ISLICE) && in ihevcd_parse_pic_init()
Dihevcd_parse_slice.c1233 if(ps_slice_hdr->i1_slice_type != ISLICE) in ihevcd_parse_coding_unit()
1363 if(ps_slice_hdr->i1_slice_type != ISLICE) in ihevcd_parse_coding_unit()
2329 if(ps_slice_hdr->i1_slice_type == ISLICE) in ihevcd_parse_slice_data()
3089 if(ISLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_data()
Dihevcd_process_slice.c814 if(ISLICE == ps_slice_hdr->i1_slice_type) in ihevcd_process()