Searched refs:PSLICE (Results 1 - 18 of 18) sorted by relevance

/external/libavc/encoder/
H A Dih264e_function_selector_generic.c198 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;
H A Dih264e_encode_header.c599 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)) ||
1157 if (ps_proc->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_type == BSLICE)
1200 (ps_proc->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE)) ||
H A Dih264e_me.c654 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;
1845 i4_max_reflist = (ps_proc->i4_slice_type == PSLICE) ? PRED_L0 : PRED_L1;
2056 ps_proc->ps_cur_mb->u4_mb_type = (ps_proc->i4_slice_type == PSLICE) ? P16x16 : B16x16;
H A Dih264e_process.c536 ps_entropy->u4_header_bits[i4_slice_type == PSLICE] +=
978 if ((ps_proc->i4_slice_type == PSLICE) ||(ps_proc->i4_slice_type == BSLICE))
1944 else if (ps_proc->i4_slice_type == PSLICE)
H A Dih264e_utils.c1440 ps_codec->i4_slice_type = PSLICE;
H A Dih264e_cabac_encode.c1831 ih264e_cabac_enc_intra_mb_type(PSLICE, (UWORD8) luma_intra_mode,
H A Dih264e_intra_modes_eval.c382 offset = (ps_proc->i4_slice_type == PSLICE) ? 5 : 23;
/external/libavc/encoder/arm/
H A Dih264e_function_selector_a9q.c188 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;
H A Dih264e_function_selector_av8.c197 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/
H A Dihevc_defs.h58 PSLICE = 1, enumerator in enum:__anon9526
/external/libavc/common/
H A Dih264_defs.h133 PSLICE = 0, enumerator in enum:__anon8522
/external/libhevc/decoder/
H A Dihevcd_mv_merge.c175 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)
H A Dihevcd_inter_pred.c190 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 :
H A Dihevcd_parse_slice_header.c162 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)) ||
H A Dihevcd_ref_list.c394 if((PSLICE == ps_slice_hdr->i1_slice_type) ||
H A Dihevcd_mv_pred.c410 if(PSLICE == ps_slice_hdr->i1_slice_type)
H A Dihevcd_process_slice.c658 if(PSLICE == ps_slice_hdr->i1_slice_type
H A Dihevcd_parse_slice.c2333 else if(ps_slice_hdr->i1_slice_type == PSLICE)
2904 if(PSLICE == ps_slice_hdr->i1_slice_type

Completed in 298 milliseconds