Home
last modified time | relevance | path

Searched refs:coding_type (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c120 RK_S32 coding_type; member
327 …omplexity_estimation_header(Mpeg4Estimation *e, BitReadCtx_t *gb, Mpg4Hdr *mp4Hdr, int coding_type) in read_vop_complexity_estimation_header() argument
330 if (coding_type == MPEG4_I_VOP) { in read_vop_complexity_estimation_header()
346 if (coding_type == MPEG4_P_VOP) { in read_vop_complexity_estimation_header()
370 if (coding_type == MPEG4_B_VOP) { in read_vop_complexity_estimation_header()
396 if (coding_type == MPEG4_S_VOP && mp4Hdr->vol.sprite_enable == MPEG4_SPRITE_STATIC) { in read_vop_complexity_estimation_header()
432 header->vop.coding_type = MPEG4_INVALID_VOP; in init_mpg4_hdr_vop()
821 READ_BITS(gb, 2, &(mp4Hdr->vop.coding_type)); /* vop_coding_type */ in mpeg4_parse_vop_header()
836 if (mp4Hdr->vop.coding_type != MPEG4_B_VOP) { in mpeg4_parse_vop_header()
851 mp4Hdr->vop.coding_type = MPEG4_N_VOP; in mpeg4_parse_vop_header()
[all …]
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c200 MppCodingType coding_type; member
390 mpp_sys_cfg_set_u32(impl->sys_cfg, "dec_buf_chk:type", impl->coding_type); in prepare_info_set_by_sys_cfg()
1227 if (impl->coding_type != MPP_VIDEO_CodingMJPEG) in mpp_buf_slot_set_prop()
1492 impl->coding_type = *((MppCodingType *)val); in mpp_slots_set_prop()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h214 RK_U32 coding_type; member
H A Dhal_vp8e_vepu1_v2.c87 regs->sw14.encoding_mode = hw_cfg->coding_type; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c90 regs->sw103.encoding_mode = hw_cfg->coding_type; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.c1216 hw_cfg->coding_type = 1; in alloc_buffer()