Searched defs:p_bitctx (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sps.c | 46 static MPP_RET read_hrd_parameters(BitReadCtx_t *p_bitctx, H264_HRD_t *hrd) in read_hrd_parameters() 80 static MPP_RET read_VUI(BitReadCtx_t *p_bitctx, H264_VUI_t *vui) in read_VUI() 171 static MPP_RET parser_sps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_DecCtx_t *p_Dec) in parser_sps() 287 static MPP_RET sps_mvc_extension(BitReadCtx_t *p_bitctx, H264_subSPS_t *subset_sps) in sps_mvc_extension() 359 static MPP_RET parser_subsps_ext(BitReadCtx_t *p_bitctx, H264_subSPS_t *cur_subsps) in parser_subsps_ext() 452 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in process_sps() local 527 BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx; in process_subsps() local
|
| H A D | h264d_pps.c | 35 static MPP_RET parse_pps_calingLists(BitReadCtx_t *p_bitctx, H264_SPS_t *sps, H264_PPS_t *pps) in parse_pps_calingLists() 65 static MPP_RET parser_pps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_PPS_t *cur_pps) in parser_pps() 135 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in process_pps() local 192 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in process_prefix() local
|
| H A D | h264d_sei.c | 29 BitReadCtx_t *p_bitctx, in interpret_picture_timing_info() 160 BitReadCtx_t *p_bitctx, in interpret_buffering_period_info() 204 static MPP_RET interpret_recovery_point(BitReadCtx_t *p_bitctx, H264dVideoCtx_t *p_videoctx) in interpret_recovery_point() 238 BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx; in process_sei() local
|
| H A D | h264d_slice.c | 49 BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx; in ref_pic_list_mvc_modification() local 117 BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx; in pred_weight_table() local 172 BitReadCtx_t *p_bitctx = &pSlice->p_Cur->bitctx; in dec_ref_pic_marking() local 458 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in process_slice() local
|
| H A D | h264d_scalist.c | 174 MPP_RET parse_scalingList(BitReadCtx_t *p_bitctx, RK_S32 size, RK_S32 *scaling_list, RK_S32 *use_de… in parse_scalingList() 303 MPP_RET parse_sps_scalinglists(BitReadCtx_t *p_bitctx, H264_SPS_t *sps) in parse_sps_scalinglists()
|
| H A D | h264d_parse.c | 155 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in parser_nalu_header() local 406 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in judge_is_new_frame() local
|