Searched refs:PSLICE (Results 1 – 18 of 18) sorted by relevance
198 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()
800 …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()
654 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()
537 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()
1440 ps_codec->i4_slice_type = PSLICE; in ih264e_pic_init()
1829 ih264e_cabac_enc_intra_mb_type(PSLICE, (UWORD8) luma_intra_mode, in ih264e_write_pslice_mb_cabac()
382 offset = (ps_proc->i4_slice_type == PSLICE) ? 5 : 23; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
197 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()
188 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()
175 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()
162 if(ps_slice_hdr->i1_slice_type == PSLICE || ps_slice_hdr->i1_slice_type == BSLICE) in ihevcd_ref_pic_list_modification()560 if((PSLICE == ps_slice_hdr->i1_slice_type) || in ihevcd_parse_slice_header()637 if((ps_pps->i1_weighted_pred_flag && (PSLICE == ps_slice_hdr->i1_slice_type)) || in ihevcd_parse_slice_header()
190 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()
394 if((PSLICE == ps_slice_hdr->i1_slice_type) || in ihevcd_ref_list()
410 if(PSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_mv_pred()
660 if(PSLICE == ps_slice_hdr->i1_slice_type in ihevcd_process()
2450 else if(ps_slice_hdr->i1_slice_type == PSLICE) in ihevcd_parse_slice_data()3048 if(PSLICE == ps_slice_hdr->i1_slice_type in ihevcd_parse_slice_data()
58 PSLICE = 1, enumerator
133 PSLICE = 0, enumerator