Moving {restore, save}_coding_context to vp9_onyx_if.c

These functions do nothing about rate control.

Change-Id: I714e80b1c1f4f9aa157a56df705247fce6db138d
This commit is contained in:
Dmitry Kovalev
2014-04-04 15:54:31 -07:00
parent f9c7e2c304
commit 22580c462b
3 changed files with 47 additions and 50 deletions

View File

@@ -85,9 +85,6 @@ typedef struct {
struct VP9_COMP;
void vp9_save_coding_context(struct VP9_COMP *cpi);
void vp9_restore_coding_context(struct VP9_COMP *cpi);
double vp9_convert_qindex_to_q(int qindex);
void vp9_rc_init_minq_luts();