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

/external/libavc/encoder/
H A Dih264e_cabac_init.c212 if (ISLICE != u1_slice_type)
H A Dih264e_function_selector_generic.c197 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;
H A Dih264e_encode_header.c539 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE))
592 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE &&
1043 if ((ps_proc->i4_slice_type != ISLICE) && (ps_proc->i4_slice_type != SISLICE))
1100 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE &&
H A Dih264e_process.c484 if ((i4_slice_type != ISLICE)
561 if ((i4_slice_type != ISLICE) && *ps_entropy->pi4_mb_skip_run)
935 if (ps_proc->i4_slice_type != ISLICE)
1928 if (ps_proc->i4_slice_type == ISLICE)
2098 if (i4_air_enable_inter && ps_proc->i4_slice_type != ISLICE && ps_codec->u4_inter_gate)
2170 if (ps_proc->i4_slice_type != ISLICE)
H A Dih264e_utils.c1045 if (ps_proc->i4_slice_type != ISLICE
1436 ps_codec->i4_slice_type = ISLICE;
1504 || ps_codec->i4_slice_type == ISLICE)
1511 if (ps_codec->i4_slice_type == ISLICE)
H A Dih264e_cabac_encode.c219 u4_ctx_inc = u4_mb_ctxinc[(u4_slice_type != ISLICE)][u4_intra_mb_type];
221 if (u4_slice_type == ISLICE)
1670 ih264e_cabac_enc_intra_mb_type(ISLICE, luma_intra_mode, ps_cabac_ctxt,
H A Dih264e_intra_modes_eval.c377 if (ps_proc->i4_slice_type != ISLICE)
447 ps_proc->i4_slice_type == ISLICE))
/external/libavc/encoder/arm/
H A Dih264e_function_selector_a9q.c187 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;
H A Dih264e_function_selector_av8.c196 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/
H A Dihevc_defs.h59 ISLICE = 2, enumerator in enum:__anon8028
/external/libavc/common/
H A Dih264_defs.h135 ISLICE = 2, enumerator in enum:__anon7409
/external/libhevc/decoder/
H A Dihevcd_parse_slice_header.c381 /* If the picture is IRAP, slice type must be equal to ISLICE */
384 ps_slice_hdr->i1_slice_type = ISLICE;
1030 (ISLICE != ps_slice_hdr->i1_slice_type))
H A Dihevcd_utils.c1043 if(ps_slice_hdr->i1_slice_type != ISLICE)
1052 if((ps_slice_hdr->i1_slice_type != ISLICE) &&
H A Dihevcd_parse_slice.c1233 if(ps_slice_hdr->i1_slice_type != ISLICE)
1363 if(ps_slice_hdr->i1_slice_type != ISLICE)
2329 if(ps_slice_hdr->i1_slice_type == ISLICE)
3089 if(ISLICE == ps_slice_hdr->i1_slice_type)
H A Dihevcd_process_slice.c814 if(ISLICE == ps_slice_hdr->i1_slice_type)

Completed in 254 milliseconds