Home
last modified time | relevance | path

Searched refs:hdr_ref0 (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c88 H263Hdr hdr_ref0; member
114 const H263Hdr *hdr_ref0 = &p->hdr_ref0; in h263d_fill_picture_parameters() local
120 pp->wForwardRefPictureIndex = hdr_ref0->slot_idx; in h263d_fill_picture_parameters()
126 pp->prev_coding_type = hdr_ref0->pict_type; in h263d_fill_picture_parameters()
237 p->hdr_ref0.slot_idx = H263_INVALID_VOP; in mpp_h263_parser_init()
268 H263Hdr *hdr_curr = &p->hdr_ref0; in mpp_h263_parser_flush()
288 H263Hdr *hdr_curr = &p->hdr_ref0; in mpp_h263_parser_reset()
289 H263Hdr *hdr_ref0 = &p->hdr_ref0; in mpp_h263_parser_reset() local
299 index = hdr_ref0->slot_idx; in mpp_h263_parser_reset()
302 hdr_ref0->slot_idx = -1; in mpp_h263_parser_reset()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c190 Mpg4Hdr hdr_ref0; /* header for reference frame 0 */ member
857 (p->hdr_ref0.slot_idx == -1 || p->hdr_ref1.slot_idx == -1)) { in mpeg4_parse_vop_header()
951 const Mpg4Hdr *hdr_ref0 = &p->hdr_ref0; in mpg4d_fill_picture_parameters() local
958 pp->wForwardRefPictureIndex = hdr_ref0->slot_idx; in mpg4d_fill_picture_parameters()
992 …pp->prev_coding_type = (hdr_ref0->vop.coding_type == MPEG4_INVALID_VOP) ? (0) : (hdr_ref0->vop.cod… in mpg4d_fill_picture_parameters()
1085 init_mpg4_header(&p->hdr_ref0); in mpp_mpg4_parser_init()
1125 Mpg4Hdr *hdr_ref0 = &p->hdr_ref0; in mpp_mpg4_parser_flush() local
1126 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_flush()
1130 if (!hdr_ref0->enqueued && index >= 0) { in mpp_mpg4_parser_flush()
1133 hdr_ref0->enqueued = 1; in mpp_mpg4_parser_flush()
[all …]