Searched refs:hrd (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_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() argument 50 READ_UE(p_bitctx, &hrd->cpb_cnt_minus1); in read_hrd_parameters() 51 VAL_CHECK(ret, hrd->cpb_cnt_minus1 < MAXIMUMVALUEOFcpb_cnt); in read_hrd_parameters() 52 hrd->cpb_cnt_minus1 += 1; in read_hrd_parameters() 53 READ_BITS(p_bitctx, 4, &hrd->bit_rate_scale); in read_hrd_parameters() 54 READ_BITS(p_bitctx, 4, &hrd->cpb_size_scale); in read_hrd_parameters() 55 for (SchedSelIdx = 0; SchedSelIdx < hrd->cpb_cnt_minus1; SchedSelIdx++) { in read_hrd_parameters() 56 READ_UE(p_bitctx, &hrd->bit_rate_value_minus1[SchedSelIdx]); in read_hrd_parameters() 57 READ_UE(p_bitctx, &hrd->cpb_size_value_minus1[SchedSelIdx]); in read_hrd_parameters() 58 READ_ONEBIT(p_bitctx, &hrd->cbr_flag[SchedSelIdx]); in read_hrd_parameters() [all …]
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.h | 70 } hrd; member
|