Sync definition of av1_get_switchable_rate in rd.c/h
Change-Id: I720934e02a15fd6184bdda6c1b8a23d5b02a5284
This commit is contained in:
@@ -719,7 +719,7 @@ YV12_BUFFER_CONFIG *av1_get_scaled_ref_frame(const AV1_COMP *cpi,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if CONFIG_DUAL_FILTER
|
#if CONFIG_DUAL_FILTER
|
||||||
int av1_get_switchable_rate(const AV1_COMP *cpi, const MACROBLOCKD *const xd) {
|
int av1_get_switchable_rate(const AV1_COMP *cpi, const MACROBLOCKD *xd) {
|
||||||
const AV1_COMMON *const cm = &cpi->common;
|
const AV1_COMMON *const cm = &cpi->common;
|
||||||
if (cm->interp_filter == SWITCHABLE) {
|
if (cm->interp_filter == SWITCHABLE) {
|
||||||
const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
|
const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
|
||||||
@@ -741,7 +741,7 @@ int av1_get_switchable_rate(const AV1_COMP *cpi, const MACROBLOCKD *const xd) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int av1_get_switchable_rate(const AV1_COMP *cpi, const MACROBLOCKD *const xd) {
|
int av1_get_switchable_rate(const AV1_COMP *cpi, const MACROBLOCKD *xd) {
|
||||||
const AV1_COMMON *const cm = &cpi->common;
|
const AV1_COMMON *const cm = &cpi->common;
|
||||||
if (cm->interp_filter == SWITCHABLE) {
|
if (cm->interp_filter == SWITCHABLE) {
|
||||||
#if CONFIG_EXT_INTERP
|
#if CONFIG_EXT_INTERP
|
||||||
|
Reference in New Issue
Block a user