Home
last modified time | relevance | path

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

12

/external/libavc/encoder/
Dih264e_function_selector_generic.c199 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = ih264e_write_bslice_mb_cavlc; in ih264e_init_function_ptr_generic()
202 ps_codec->pf_write_mb_syntax_layer[CABAC][BSLICE] = ih264e_write_bslice_mb_cabac; in ih264e_init_function_ptr_generic()
261 ps_codec->apf_compute_me[BSLICE] = &ih264e_compute_me_multi_reflist; in ih264e_init_function_ptr_generic()
265 ps_codec->apf_find_skip_params_me[BSLICE] = &ih264e_find_bskip_params_me; in ih264e_init_function_ptr_generic()
Dih264e_encode_header.c905 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header()
911 …_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header()
921 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header()
942 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header()
955 (ps_slice_hdr->u1_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in ih264e_generate_slice_header()
1466 if (ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header()
1471 …->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header()
1480 if (ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header()
1515 (ps_proc->i4_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in ih264e_populate_slice_header()
Dih264e_me.c347 if (ps_proc->i4_slice_type == BSLICE) in ih264e_get_search_candidates()
831 ps_me_ctxt->i4_skip_bias[BSLICE] = SKIP_BIAS_B; in ih264e_init_me()
1744 …i4_mb_cost -= (ps_me_ctxt->i4_skip_bias[BSLICE]) * (ps_me_ctxt->i4_skip_type == PRED_BI) * (i == 0… in ih264e_evaluate_bipred()
1872 (ps_proc->i4_slice_type == BSLICE) ); in ih264e_compute_me_multi_reflist()
Dih264e_process.c1046 if ((ps_proc->i4_slice_type == PSLICE) ||(ps_proc->i4_slice_type == BSLICE)) in ih264e_update_proc_ctxt()
1165 if (ps_proc->i4_slice_type == BSLICE) in ih264e_update_proc_ctxt()
2033 else if (ps_proc->i4_slice_type == BSLICE) in ih264e_process()
2256 if (ps_proc->i4_slice_type == BSLICE) in ih264e_process()
Dih264e_cabac_encode.c233 if (u4_slice_type == BSLICE) in ih264e_cabac_enc_intra_mb_type()
2136 ih264e_cabac_enc_intra_mb_type(BSLICE, (UWORD8) luma_intra_mode, in ih264e_write_bslice_mb_cabac()
Dih264e_utils.c1461 ps_codec->i4_slice_type = BSLICE; in ih264e_pic_init()
/external/libhevc/decoder/
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()
177 if(ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_ref_pic_list_modification()
582 (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevcd_parse_slice_header()
596 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_header()
610 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_header()
629 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_header()
646 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_header()
656 … if((PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type) && in ihevcd_parse_slice_header()
664 … if(BSLICE == ps_slice_hdr->i1_slice_type && !ps_slice_hdr->i1_collocated_from_l0_flag) in ihevcd_parse_slice_header()
677 (ps_pps->i1_weighted_bipred_flag && (BSLICE == ps_slice_hdr->i1_slice_type))) in ihevcd_parse_slice_header()
Dihevcd_ref_list.c395 (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevcd_ref_list()
441 if(ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_ref_list()
Dihevcd_mv_merge.c178 if((ps_slice_hdr->i1_slice_type == BSLICE) && (ps_slice_hdr->i1_collocated_from_l0_flag == 0)) in ihevcd_collocated_mvp()
354 if((BSLICE == ps_slice_hdr->i1_slice_type)) in ihevcd_collocated_mvp()
832 if(slice_type == BSLICE) in ihevcd_mv_merge()
Dihevcd_get_mv.c435 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_get_mv_ctb()
Dihevcd_inter_pred.c190 ASSERT(PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type); in ihevcd_inter_pred_ctb()
Dihevcd_parse_slice.c648 if(ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_parse_pu_mvp()
2430 if(flag && (ps_slice_hdr->i1_slice_type == BSLICE)) in ihevcd_parse_slice_data()
3049 || BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_slice_data()
Dihevcd_process_slice.c661 || BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_process()
/external/libhevc/encoder/
Dihevce_encode_header.c510 if((BSLICE == ps_slice_hdr->i1_slice_type)) in ref_pic_list_modification()
661 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_generate_pred_weight_table()
1746 if((PSLICE == ps_slice_hdr->i1_slice_type) || (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevce_generate_slice_header()
1762 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_generate_slice_header()
1777 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_generate_slice_header()
1793 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_generate_slice_header()
1813 (ps_pps->i1_weighted_bipred_flag && (BSLICE == 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()
3054 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_populate_slice_header()
3062 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevce_populate_slice_header()
[all …]
Dihevce_mv_pred_merge.c195 if((ps_slice_hdr->i1_slice_type == BSLICE) && (ps_slice_hdr->i1_collocated_from_l0_flag == 0)) in ihevce_collocated_mvp()
379 if((BSLICE == ps_slice_hdr->i1_slice_type) && (-1 != ref_idx_l1)) in ihevce_collocated_mvp()
905 if(slice_type == BSLICE) in ihevce_mv_pred_merge()
Dihevce_frame_process_utils.c180 else if(BSLICE == slice_type) in ihevce_get_cur_frame_qp()
Dihevce_entropy_interface.c822 case BSLICE: in ihevce_entropy_encode_frame()
Dihevce_enc_cu_recursion.c1282 if(i1_slice_type != BSLICE) in ihevce_intra_mode_populator()
2001 if((BSLICE == ps_ctxt->i1_slice_type) && (ps_ctxt->i4_temporal_layer_id)) in ihevce_compute_rdo()
2084 if((ps_ctxt->i1_slice_type == BSLICE) && (ps_cu_analyse->u1_num_inter_cands)) in ihevce_compute_rdo()
Dihevce_frame_process.c555 if(BSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
1129 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1675 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1954 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
5147 slice_type = BSLICE; in ihevce_pre_enc_init()
5510 WORD32 is_curr_bslice = (ps_curr_out->s_slice_hdr.i1_slice_type == BSLICE); in ihevce_variance_calc_acc_activity()
5542 UWORD8 is_bslice = (ps_out->s_slice_hdr.i1_slice_type == BSLICE); in ihevce_variance_calc_acc_activity()
Dihevce_ipe_pass.c1252 if((BSLICE == i4_slice_type) && (i4_temporal_lyr_id)) in ihevce_populate_ipe_ol_cu_lambda_prms()
Dihevce_enc_loop_utils.c438 if((BSLICE == i4_slice_type) && (i4_temporal_lyr_id)) in ihevce_populate_cl_cu_lambda_prms()
761 if((ps_ctxt->i1_slice_type == BSLICE) && (ps_ctxt->i4_quality_preset == IHEVCE_QUALITY_P6)) in ihevce_compute_cu_level_QP()
3018 if(ps_ctxt->i1_slice_type != BSLICE) in ihevce_intra_rdopt_cu_ntu()
3394 if((BSLICE == ps_ctxt->i1_slice_type) && (ps_ctxt->i4_temporal_layer_id)) in ihevce_intra_rdopt_cu_ntu()
4498 if((BSLICE == ps_ctxt->i1_slice_type) && (ps_ctxt->i4_temporal_layer_id)) in ihevce_inter_rdopt_cu_ntu()
10037 if((ps_ctxt->i1_slice_type == BSLICE) && (ps_ctxt->i4_temporal_layer_id > 1) && in ihevce_set_eval_flags()
Dihevce_cabac_cu_pu.c910 if(ps_slice_hdr->i1_slice_type == BSLICE) in ihevce_cabac_encode_inter_pu()
/external/libhevc/common/
Dihevc_defs.h57 BSLICE = 0, enumerator
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c198 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = ih264e_write_bslice_mb_cavlc; in ih264e_init_function_ptr_neon_av8()
/external/libavc/common/
Dih264_defs.h134 BSLICE = 1, enumerator

12