/external/libavc/encoder/ |
D | ih264e_function_selector_generic.c | 199 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()
|
D | ih264e_encode_header.c | 915 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header() 921 …_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header() 931 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header() 952 if (ps_slice_hdr->u1_slice_type == BSLICE) in ih264e_generate_slice_header() 965 (ps_slice_hdr->u1_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in ih264e_generate_slice_header() 1476 if (ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header() 1481 …->i4_slice_type == PSLICE || ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header() 1490 if (ps_proc->i4_slice_type == BSLICE) in ih264e_populate_slice_header() 1525 (ps_proc->i4_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in ih264e_populate_slice_header()
|
D | ih264e_me.c | 347 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()
|
D | ih264e_process.c | 1049 if ((ps_proc->i4_slice_type == PSLICE) ||(ps_proc->i4_slice_type == BSLICE)) in ih264e_update_proc_ctxt() 1168 if (ps_proc->i4_slice_type == BSLICE) in ih264e_update_proc_ctxt() 2048 else if (ps_proc->i4_slice_type == BSLICE) in ih264e_process() 2272 if (ps_proc->i4_slice_type == BSLICE) in ih264e_process()
|
D | ih264e_cabac_encode.c | 233 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()
|
/external/libavc/encoder/svc/ |
D | isvce_encode_header.c | 523 if(u1_slice_type == BSLICE) in isvce_generate_slice_header() 530 if(u1_slice_type == PSLICE || u1_slice_type == SPSLICE || u1_slice_type == BSLICE) in isvce_generate_slice_header() 542 if(u1_slice_type == BSLICE) in isvce_generate_slice_header() 595 if(u1_slice_type == BSLICE) in isvce_generate_slice_header() 639 (u1_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in isvce_generate_slice_header() 1150 if(ps_proc->i4_slice_type == BSLICE) in isvce_populate_slice_header() 1156 ps_proc->i4_slice_type == BSLICE) in isvce_populate_slice_header() 1165 if(ps_proc->i4_slice_type == BSLICE) in isvce_populate_slice_header() 1193 if(ps_proc->i4_slice_type == BSLICE) in isvce_populate_slice_header() 1208 (ps_proc->i4_slice_type == BSLICE && ps_pps->i1_weighted_bipred_idc == 1)) in isvce_populate_slice_header() [all …]
|
D | isvce_function_selector_generic.c | 242 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = isvce_write_bslice_mb_cavlc; in isvce_init_function_ptr_generic() 245 ps_codec->pf_write_mb_syntax_layer[CABAC][BSLICE] = isvce_write_bslice_mb_cabac; in isvce_init_function_ptr_generic() 309 ps_codec->apf_compute_me[BSLICE] = &isvce_compute_me_multi_reflist; in isvce_init_function_ptr_generic() 313 ps_codec->apf_find_skip_params_me[BSLICE] = &isvce_find_bskip_params_me; in isvce_init_function_ptr_generic()
|
D | isvce_me.c | 1110 if(ps_proc->i4_slice_type == BSLICE) in isvce_get_search_candidates() 1588 ps_me_ctxt->i4_skip_bias[BSLICE] = SKIP_BIAS_B; in isvce_init_me() 2531 (ps_me_ctxt->i4_skip_bias[BSLICE]) * (ps_me_ctxt->i4_skip_type == BI) * (i == 0); in isvce_evaluate_bipred() 2657 (ps_proc->i4_slice_type == BSLICE)); in isvce_compute_me_multi_reflist()
|
/external/libhevc/decoder/ |
D | ihevcd_parse_slice_header.c | 162 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()
|
D | ihevcd_ref_list.c | 395 (BSLICE == ps_slice_hdr->i1_slice_type)) in ihevcd_ref_list() 441 if(ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_ref_list()
|
D | ihevcd_mv_merge.c | 178 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()
|
D | ihevcd_get_mv.c | 435 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_get_mv_ctb()
|
D | ihevcd_inter_pred.c | 190 ASSERT(PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type); in ihevcd_inter_pred_ctb()
|
/external/libavc/common/mvc/ |
D | imvc_defs.h | 107 BSLICE = 1, enumerator
|
/external/libhevc/encoder/ |
D | ihevce_encode_header.c | 510 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 …]
|
D | ihevce_mv_pred_merge.c | 195 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()
|
D | ihevce_frame_process_utils.c | 180 else if(BSLICE == slice_type) in ihevce_get_cur_frame_qp()
|
D | ihevce_entropy_interface.c | 822 case BSLICE: in ihevce_entropy_encode_frame()
|
D | ihevce_enc_cu_recursion.c | 1282 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()
|
D | ihevce_frame_process.c | 555 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() 5152 slice_type = BSLICE; in ihevce_pre_enc_init() 5515 WORD32 is_curr_bslice = (ps_curr_out->s_slice_hdr.i1_slice_type == BSLICE); in ihevce_variance_calc_acc_activity() 5547 UWORD8 is_bslice = (ps_out->s_slice_hdr.i1_slice_type == BSLICE); in ihevce_variance_calc_acc_activity()
|
/external/libhevc/common/ |
D | ihevc_defs.h | 57 BSLICE = 0, enumerator
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_av8.c | 198 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = ih264e_write_bslice_mb_cavlc; in ih264e_init_function_ptr_neon_av8()
|
/external/libavc/encoder/arm/svc/ |
D | isvce_function_selector_a9q.c | 221 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = isvce_write_bslice_mb_cavlc; in isvce_init_function_ptr_neon_a9q()
|
D | isvce_function_selector_av8.c | 221 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = isvce_write_bslice_mb_cavlc; in isvce_init_function_ptr_neon_av8()
|
/external/libavc/common/ |
D | ih264_defs.h | 134 BSLICE = 1, enumerator
|