Home
last modified time | relevance | path

Searched refs:is_alt_ref (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4579 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter() argument
4580 if (!is_alt_ref && threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter()
4658 const int is_alt_ref = frame_type == ALTREF_FRAME; in vp9_encode_frame() local
4661 if (is_alt_ref || !cpi->allow_comp_inter_inter) in vp9_encode_frame()
4673 cm->interp_filter = get_interp_filter(filter_thrs, is_alt_ref); in vp9_encode_frame()