HomeSort by relevance Sort by last modified time
    Searched refs:ps_cur_pps (Results 1 - 14 of 14) sorted by null

  /external/libavc/decoder/
ih264d_thread_parse_decode.c 400 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
402 ps_dec->ps_cur_pps->i1_second_chroma_qp_index_offset;
547 && (ps_dec->ps_cur_pps->u1_wted_pred_flag == 0));
ih264d_process_pslice.c 147 if(ps_dec->ps_cur_pps->u1_wted_pred_flag)
457 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
459 ps_dec->ps_cur_pps->i1_second_chroma_qp_index_offset;
586 if(!ps_dec->ps_cur_pps->u1_entropy_coding_mode)
    [all...]
ih264d_parse_bslice.c     [all...]
ih264d_deblocking.c 726 WORD8 i1_cb_qp_idx_ofst = ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
728 ps_dec->ps_cur_pps->i1_second_chroma_qp_index_offset;
    [all...]
ih264d_thread_compute_bs.c 328 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
330 ps_dec->ps_cur_pps->i1_second_chroma_qp_index_offset;
ih264d_utils.c 721 ps_dec->ps_cur_pps = ps_pps;
722 ps_dec->ps_cur_pps->pv_codec_handle = ps_dec;
    [all...]
ih264d_inter_pred.c 534 if(ps_dec->ps_cur_pps->u1_wted_pred_flag)
568 u1_wted_bipred_idc = ps_dec->ps_cur_pps->u1_wted_bipred_idc;
573 u1_wght_pred_type = ps_dec->ps_cur_pps->u1_wted_pred_flag;
    [all...]
ih264d_process_bslice.c 177 if(ps_dec->ps_cur_pps->u1_wted_bipred_idc)
191 if(u1_scale_ref && (ps_dec->ps_cur_pps->u1_wted_bipred_idc == 2))
815 if(ps_dec->ps_cur_pps->u1_wted_bipred_idc)
826 && (ps_dec->ps_cur_pps->u1_wted_bipred_idc
    [all...]
ih264d_parse_islice.c     [all...]
ih264d_parse_slice.c     [all...]
ih264d_process_intra_mb.c 780 if(ps_dec->ps_cur_pps->u1_constrained_intra_pred_flag)
897 if(!ps_dec->ps_cur_pps->u1_entropy_coding_mode)
    [all...]
ih264d_parse_pslice.c     [all...]
ih264d_structs.h 714 dec_pic_params_t *ps_cur_pps; member in struct:_DecStruct
    [all...]
ih264d_api.c     [all...]

Completed in 209 milliseconds