Change vp9_ prefix function names in vpx_scale to vpx_

Change-Id: Iac85902cbbb3e752801dc85de9a3c778e47304aa
This commit is contained in:
Jingning Han
2015-08-14 15:27:02 -07:00
parent d04a0d77fb
commit 89af744ba6
25 changed files with 100 additions and 100 deletions

View File

@@ -1112,7 +1112,7 @@ void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) {
++twopass->sr_update_lag;
}
vp9_extend_frame_borders(new_yv12);
vpx_extend_frame_borders(new_yv12);
if (lc != NULL) {
vp9_update_reference_frames(cpi);