Searched refs:scaling_list (Results 1 – 8 of 8) 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() argument 192 scaling_list[scanj] = (next_scale == 0) ? last_scale : next_scale; in parse_scalingList() 193 last_scale = scaling_list[scanj]; in parse_scalingList()
|
| 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…
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 232 ScalingList scaling_list; member 355 ScalingList scaling_list; member 606 RK_U8 scaling_list[81][1360]; member
|
| H A D | h265d_parser2_syntax.c | 305 &pps->scaling_list : &sps->scaling_list; in fill_scaling_lists()
|
| H A D | h265d_ps.c | 1667 set_default_scaling_list_data(&sps->scaling_list); in mpp_hevc_decode_nal_sps() 1670 ret = scaling_list_data(s, &sps->scaling_list, sps); in mpp_hevc_decode_nal_sps() 2153 set_default_scaling_list_data(&pps->scaling_list); in mpp_hevc_decode_nal_pps() 2154 ret = scaling_list_data(s, &pps->scaling_list, sps); in mpp_hevc_decode_nal_pps()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 137 …ENTRY(prefix, s32, rk_s32, scaling_list, FLAG_INCR, h264, … 162 …ENTRY(prefix, u32, rk_u32, scaling_list, FLAG_INCR, h265, …
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 676 | h264:scaling_list | S32 | RK_S32 | 表示H.264协议中scaling_list_mat… 696 | h265:scaling_list | S32 | RK_S32 | 表示H.265协议中scaling_list_mat…
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 617 |h264:scaling_list|S32|RK_S32|1-to enable, selectable to enable in High profile.| 631 |h265:scaling_list|S32|RK_S32|Fixed at 1, Main profile|
|