VP9_COMP -> VP10_COMP

Change-Id: I83b5c69621f9f28b742e5b13517d4e5b99c6cd26
This commit is contained in:
Yaowu Xu
2015-08-13 09:42:27 -07:00
parent fc7cbd1f60
commit 26a9afc32c
46 changed files with 471 additions and 465 deletions

View File

@@ -18,17 +18,17 @@ extern "C" {
#include "vp10/common/enums.h"
struct VP9_COMP;
struct VP10_COMP;
struct macroblock;
// Select a segment for the current Block.
void vp10_caq_select_segment(struct VP9_COMP *cpi, struct macroblock *,
void vp10_caq_select_segment(struct VP10_COMP *cpi, struct macroblock *,
BLOCK_SIZE bs,
int mi_row, int mi_col, int projected_rate);
// This function sets up a set of segments with delta Q values around
// the baseline frame quantizer.
void vp10_setup_in_frame_q_adj(struct VP9_COMP *cpi);
void vp10_setup_in_frame_q_adj(struct VP10_COMP *cpi);
#ifdef __cplusplus
} // extern "C"