Searched refs:hdr_ref0 (Results 1 – 2 of 2) sorted by relevance
88 H263Hdr hdr_ref0; member113 const H263Hdr *hdr_ref0 = &p->hdr_ref0; in h263d_fill_picture_parameters() local119 pp->wForwardRefPictureIndex = hdr_ref0->slot_idx; in h263d_fill_picture_parameters()125 pp->prev_coding_type = hdr_ref0->pict_type; in h263d_fill_picture_parameters()236 p->hdr_ref0.slot_idx = H263_INVALID_VOP; in mpp_h263_parser_init()267 H263Hdr *hdr_curr = &p->hdr_ref0; in mpp_h263_parser_flush()287 H263Hdr *hdr_curr = &p->hdr_ref0; in mpp_h263_parser_reset()288 H263Hdr *hdr_ref0 = &p->hdr_ref0; in mpp_h263_parser_reset() local298 index = hdr_ref0->slot_idx; in mpp_h263_parser_reset()301 hdr_ref0->slot_idx = -1; in mpp_h263_parser_reset()[all …]
190 Mpg4Hdr hdr_ref0; /* header for reference frame 0 */ member856 (p->hdr_ref0.slot_idx == -1 || p->hdr_ref1.slot_idx == -1)) { in mpeg4_parse_vop_header()950 const Mpg4Hdr *hdr_ref0 = &p->hdr_ref0; in mpg4d_fill_picture_parameters() local957 pp->wForwardRefPictureIndex = hdr_ref0->slot_idx; in mpg4d_fill_picture_parameters()991 …pp->prev_coding_type = (hdr_ref0->vop.coding_type == MPEG4_INVALID_VOP) ? (0) : (hdr_ref0->vop.cod… in mpg4d_fill_picture_parameters()1084 init_mpg4_header(&p->hdr_ref0); in mpp_mpg4_parser_init()1124 Mpg4Hdr *hdr_ref0 = &p->hdr_ref0; in mpp_mpg4_parser_flush() local1125 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_flush()1129 if (!hdr_ref0->enqueued && index >= 0) { in mpp_mpg4_parser_flush()1132 hdr_ref0->enqueued = 1; in mpp_mpg4_parser_flush()[all …]