Home
last modified time | relevance | path

Searched refs:PSLICE (Results 1 – 25 of 29) sorted by relevance

12

/external/libavc/encoder/
Dih264e_function_selector_generic.c198 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc; in ih264e_init_function_ptr_generic()
201 ps_codec->pf_write_mb_syntax_layer[CABAC][PSLICE] = ih264e_write_pslice_mb_cabac; in ih264e_init_function_ptr_generic()
260 ps_codec->apf_compute_me[PSLICE] = &ih264e_compute_me_single_reflist; in ih264e_init_function_ptr_generic()
264 ps_codec->apf_find_skip_params_me[PSLICE] = &ih264e_find_pskip_params_me; in ih264e_init_function_ptr_generic()
Dih264e_encode_header.c800 …if (ps_slice_hdr->u1_slice_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hd… in ih264e_generate_slice_header()
843 … (ps_slice_hdr->u1_slice_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE)) || in ih264e_generate_slice_header()
1360 …if (ps_proc->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_typ… in ih264e_populate_slice_header()
1403 (ps_proc->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE)) || in ih264e_populate_slice_header()
Dih264e_me.c654 max_reflist = (i4_slice_type == PSLICE) ? 1 : 2; in ih264e_mv_pred()
835 ps_me_ctxt->i4_skip_bias[PSLICE] = 4 * SKIP_BIAS_P; in ih264e_init_me()
839 ps_me_ctxt->i4_skip_bias[PSLICE] = SKIP_BIAS_P; in ih264e_init_me()
1845 i4_max_reflist = (ps_proc->i4_slice_type == PSLICE) ? PRED_L0 : PRED_L1; in ih264e_compute_me_multi_reflist()
2056 … ps_proc->ps_cur_mb->u4_mb_type = (ps_proc->i4_slice_type == PSLICE) ? P16x16 : B16x16; in ih264e_compute_me_multi_reflist()
Dih264e_process.c537 ps_entropy->u4_header_bits[i4_slice_type == PSLICE] += in ih264e_entropy()
986 if ((ps_proc->i4_slice_type == PSLICE) ||(ps_proc->i4_slice_type == BSLICE)) in ih264e_update_proc_ctxt()
1952 else if (ps_proc->i4_slice_type == PSLICE) in ih264e_process()
Dih264e_utils.c1450 ps_codec->i4_slice_type = PSLICE; in ih264e_pic_init()
Dih264e_cabac_encode.c1829 ih264e_cabac_enc_intra_mb_type(PSLICE, (UWORD8) luma_intra_mode, in ih264e_write_pslice_mb_cabac()
Dih264e_intra_modes_eval.c382 offset = (ps_proc->i4_slice_type == PSLICE) ? 5 : 23; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c197 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc; in ih264e_init_function_ptr_neon_av8()
200 ps_codec->pf_write_mb_syntax_layer[CABAC][PSLICE] = ih264e_write_pslice_mb_cabac; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c188 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc; in ih264e_init_function_ptr_neon_a9q()
190 ps_codec->pf_write_mb_syntax_layer[CABAC][PSLICE] = ih264e_write_pslice_mb_cabac; in ih264e_init_function_ptr_neon_a9q()
/external/libhevc/decoder/
Dihevcd_mv_merge.c175 if(PSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_collocated_mvp()
502 if(PSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_mv_merge()
903 if(slice_type == PSLICE) in ihevcd_mv_merge()
913 if(slice_type == PSLICE) in ihevcd_mv_merge()
Dihevcd_parse_slice_header.c162 if(ps_slice_hdr->i1_slice_type == PSLICE || ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_ref_pic_list_modification()
570 if((PSLICE == ps_slice_hdr->i1_slice_type) || in ihevcd_parse_slice_header()
645 … if((PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type) && in ihevcd_parse_slice_header()
665 if((ps_pps->i1_weighted_pred_flag && (PSLICE == ps_slice_hdr->i1_slice_type)) || in ihevcd_parse_slice_header()
Dihevcd_inter_pred.c190 ASSERT(PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type); in ihevcd_inter_pred_ctb()
225 weighted_pred = (ps_slice_hdr->i1_slice_type == PSLICE) ? ps_pps->i1_weighted_pred_flag : in ihevcd_inter_pred_ctb()
Dihevcd_ref_list.c394 if((PSLICE == ps_slice_hdr->i1_slice_type) || in ihevcd_ref_list()
Dihevcd_mv_pred.c410 if(PSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_mv_pred()
Dihevcd_process_slice.c660 if(PSLICE == ps_slice_hdr->i1_slice_type in ihevcd_process()
/external/libhevc/common/
Dihevc_defs.h58 PSLICE = 1, enumerator
/external/libavc/common/
Dih264_defs.h133 PSLICE = 0, enumerator
/external/libhevc/encoder/
Dihevce_frame_process_utils.c175 else if(PSLICE == slice_type) in ihevce_get_cur_frame_qp()
Dihevce_entropy_interface.c393 case PSLICE: in ihevce_entropy_encode_frame()
819 case PSLICE: in ihevce_entropy_encode_frame()
Dihevce_mv_pred_merge.c978 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
986 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
Dihevce_cabac_rdo.c246 else if(ps_slice_hdr->i1_slice_type == PSLICE) in ihevce_entropy_rdo_frame_init()
Dihevce_encode_header.c1746 if((PSLICE == ps_slice_hdr->i1_slice_type) || (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevce_generate_slice_header()
1812 if((ps_pps->i1_weighted_pred_flag && (PSLICE == ps_slice_hdr->i1_slice_type)) || in ihevce_generate_slice_header()
3033 if((PSLICE == ps_slice_hdr->i1_slice_type) || (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevce_populate_slice_header()
3080 else if(PSLICE == ps_slice_hdr->i1_slice_type) in ihevce_populate_slice_header()
Dihevce_recur_bracketing.c1098 (ps_ctxt->i4_slice_type == PSLICE)) in ihevce_bracketing_analysis()
1708 (ps_ctxt->i4_slice_type == PSLICE)) in ihevce_bracketing_analysis()
Dihevce_frame_process.c545 else if(PSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
1119 else if(PSLICE == slice_type) in ihevce_manage_ref_pics()
2051 else if(PSLICE == slice_type) in ihevce_get_frame_lambda_prms()
5126 slice_type = PSLICE; in ihevce_pre_enc_init()
Dihevce_cabac_cu_pu.c1949 else if(ps_slice_hdr->i1_slice_type == PSLICE) in ihevce_encode_slice_data()

12