onyxd_int.h: add missing prototypes
vp8cx_init_de_quantizer, vp8_mb_init_dequantizer quiets -Wmissing-prototypes Change-Id: Ib63d14caf0144eff31a75b7cdb667b7e1f9d83ae
This commit is contained in:
parent
7c0788b07f
commit
a377f99088
@ -41,7 +41,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void vp8_init_loop_filter(VP8_COMMON *cm);
|
extern void vp8_init_loop_filter(VP8_COMMON *cm);
|
||||||
extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
|
|
||||||
static int get_free_fb(VP8_COMMON *cm);
|
static int get_free_fb(VP8_COMMON *cm);
|
||||||
static void ref_cnt_fb(int *buf, int *idx, int new_idx);
|
static void ref_cnt_fb(int *buf, int *idx, int new_idx);
|
||||||
|
|
||||||
|
@ -119,6 +119,8 @@ typedef struct VP8D_COMP {
|
|||||||
void *decrypt_state;
|
void *decrypt_state;
|
||||||
} VP8D_COMP;
|
} VP8D_COMP;
|
||||||
|
|
||||||
|
void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
|
||||||
|
void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
|
||||||
int vp8_decode_frame(VP8D_COMP *cpi);
|
int vp8_decode_frame(VP8D_COMP *cpi);
|
||||||
|
|
||||||
int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
|
int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
memset((p), 0, (n) * sizeof(*(p))); \
|
memset((p), 0, (n) * sizeof(*(p))); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
|
|
||||||
|
|
||||||
static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd,
|
static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd,
|
||||||
MB_ROW_DEC *mbrd, int count) {
|
MB_ROW_DEC *mbrd, int count) {
|
||||||
VP8_COMMON *const pc = &pbi->common;
|
VP8_COMMON *const pc = &pbi->common;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user