| Index: source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodeframe.h b/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| index 1acde0283e973058abbfd5873d0c151247105c2d..6aaa56463b03dcc26430dedc851fb650da1f58a7 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| @@ -40,7 +40,7 @@ void vp9_init_tile_data(struct VP9_COMP *cpi);
|
| void vp9_encode_tile(struct VP9_COMP *cpi, struct ThreadData *td,
|
| int tile_row, int tile_col);
|
|
|
| -void vp9_set_vbp_thresholds(struct VP9_COMP *cpi, int q);
|
| +void vp9_set_variance_partition_thresholds(struct VP9_COMP *cpi, int q);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|