Home
last modified time | relevance | path

Searched refs:time_pp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu1.c134 RK_U32 time_pp = pp->time_pp; in vdpu1_mpg4d_setup_regs_by_syntax() local
136 …RK_U32 trb_per_trd_d0 = MPP_DIV((((RK_S64)(1 * time_bp + 0)) << 27) + 1 * (time_pp - 1), time_pp); in vdpu1_mpg4d_setup_regs_by_syntax()
137 …rb_per_trd_d1 = MPP_DIV((((RK_S64)(2 * time_bp + 1)) << 27) + 2 * (time_pp - 0), 2 * time_pp + 1); in vdpu1_mpg4d_setup_regs_by_syntax()
138 …rb_per_trd_dm1 = MPP_DIV((((RK_S64)(2 * time_bp - 1)) << 27) + 2 * (time_pp - 1), 2 * time_pp - 1); in vdpu1_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu2.c132 RK_U32 time_pp = pp->time_pp; in vdpu2_mpg4d_setup_regs_by_syntax() local
134 …RK_U32 trb_per_trd_d0 = MPP_DIV((((RK_S64)(1 * time_bp + 0)) << 27) + 1 * (time_pp - 1), time_pp); in vdpu2_mpg4d_setup_regs_by_syntax()
135 …rb_per_trd_d1 = MPP_DIV((((RK_S64)(2 * time_bp + 1)) << 27) + 2 * (time_pp - 0), 2 * time_pp + 1); in vdpu2_mpg4d_setup_regs_by_syntax()
136 …rb_per_trd_dm1 = MPP_DIV((((RK_S64)(2 * time_bp - 1)) << 27) + 2 * (time_pp - 1), 2 * time_pp - 1); in vdpu2_mpg4d_setup_regs_by_syntax()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dmpg4d_syntax.h126 RK_U32 time_pp; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c150 RK_U32 time_pp; member
839 mp4Hdr->time_pp = (RK_S32)(mp4Hdr->time - mp4Hdr->last_non_b_time); in mpeg4_parse_vop_header()
843 mp4Hdr->time_bp = mp4Hdr->time_pp - (RK_S32)(mp4Hdr->last_non_b_time - mp4Hdr->time); in mpeg4_parse_vop_header()
993 pp->time_pp = hdr_curr->time_pp; in mpg4d_fill_picture_parameters()