Searched refs:alt_is_last (Results 1 – 4 of 4) sorted by relevance
312 int alt_is_last; member
1806 cpi->alt_is_last = 0; in vp8_create_compressor()4671 cpi->alt_is_last = 1; in encode_frame_to_data_rate()4674 cpi->alt_is_last = 0; in encode_frame_to_data_rate()4689 if (cpi->alt_is_last) cpi->ref_frame_flags &= ~VP8_ALTR_FRAME; in encode_frame_to_data_rate()
259 const int alt_is_last = (alt_buf == last_buf); in get_ref_frame_flags() local297 if (alt_is_last) flags &= ~AOM_ALT_FLAG; in get_ref_frame_flags()
4351 const int alt_is_last = map[cpi->alt_fb_idx] == map[cpi->lst_fb_idx]; local4362 if (alt_is_last) flags &= ~VP9_ALT_FLAG;