Searched refs:parse_scalingList (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| 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() function 312 FUN_CHECK(ret = parse_scalingList(p_bitctx, H264ScalingList4x4Length, in parse_sps_scalinglists() 320 FUN_CHECK(ret = parse_scalingList(p_bitctx, H264ScalingList8x8Length, in parse_sps_scalinglists()
|
| H A D | h264d_scalist.h | 32 MPP_RET parse_scalingList(BitReadCtx_t *p_bitctx, RK_S32 size, RK_S32 *scaling_list, RK_S32 *use_de…
|
| H A D | h264d_pps.c | 44 FUN_CHECK (ret = parse_scalingList(p_bitctx, H264ScalingList4x4Length, in parse_pps_calingLists() 52 FUN_CHECK(ret = parse_scalingList(p_bitctx, H264ScalingList8x8Length, in parse_pps_calingLists()
|