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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3381 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) {
3382 if (!is_alt_ref &&
3435 const int is_alt_ref = frame_type == ALTREF_FRAME; local
3438 if (is_alt_ref || !cm->allow_comp_inter_inter)
3452 cm->interp_filter = get_interp_filter(filter_thrs, is_alt_ref);
3380 get_interp_filter( const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) argument

Completed in 509 milliseconds