55 |
uint32_t time_pp; |
uint32_t time_pp; |
56 |
uint32_t time_bp; |
uint32_t time_bp; |
57 |
uint8_t low_delay; // low_delay flage (1 means no B_VOP) |
uint8_t low_delay; // low_delay flage (1 means no B_VOP) |
58 |
} DECODER; |
} |
59 |
|
DECODER; |
60 |
|
|
61 |
void init_decoder(uint32_t cpu_flags); |
void init_decoder(uint32_t cpu_flags); |
62 |
|
|
63 |
int decoder_create(XVID_DEC_PARAM * param); |
int decoder_create(XVID_DEC_PARAM * param); |
64 |
int decoder_destroy(DECODER * dec); |
int decoder_destroy(DECODER * dec); |
65 |
int decoder_decode(DECODER * dec, XVID_DEC_FRAME * frame); |
int decoder_decode(DECODER * dec, |
66 |
|
XVID_DEC_FRAME * frame); |
67 |
|
|
68 |
|
|
69 |
#endif /* _DECODER_H_ */ |
#endif /* _DECODER_H_ */ |