Searched refs:refresh_last_frame (Results 1 – 12 of 12) sorted by relevance
140 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
1572 cm->refresh_last_frame = 1; in vp8_change_config()2551 cpi->common.refresh_last_frame = 0; in vp8_update_reference()2554 cpi->common.refresh_last_frame = 1; in vp8_update_reference()3206 if (cm->refresh_last_frame) in update_reference_frames()3256 if(cm->refresh_last_frame) in update_reference_frames()4399 cm->refresh_last_frame = 1; in encode_frame_to_data_rate()4703 if (cm->refresh_last_frame & cm->refresh_golden_frame) in encode_frame_to_data_rate()4706 else if (cm->refresh_last_frame ^ cm->refresh_golden_frame) in encode_frame_to_data_rate()4710 if (cm->refresh_last_frame & cm->refresh_alt_ref_frame) in encode_frame_to_data_rate()4713 else if (cm->refresh_last_frame ^ cm->refresh_alt_ref_frame) in encode_frame_to_data_rate()[all …]
515 cpi->common.refresh_last_frame) in evaluate_inter_mode()
1528 vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
888 cpi->refresh_last_frame = 1; in vp9_change_config()2094 if (cpi->refresh_last_frame) {2208 cpi->refresh_last_frame, cpi->refresh_golden_frame,2490 if (cpi->refresh_last_frame & cpi->refresh_golden_frame)2492 else if (cpi->refresh_last_frame ^ cpi->refresh_golden_frame)2495 if (cpi->refresh_last_frame & cpi->refresh_alt_ref_frame)2497 else if (cpi->refresh_last_frame ^ cpi->refresh_alt_ref_frame)2530 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;2720 cpi->refresh_last_frame = 1;2933 cpi->refresh_last_frame ||[all …]
320 int refresh_last_frame; member
908 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |921 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
422 int refresh_last_frame; member
1275 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc); in vp8_decode_frame()1281 pc->refresh_last_frame = 1; in vp8_decode_frame()1292 pc->refresh_last_frame, in vp8_decode_frame()
253 if (cm->refresh_last_frame) in swap_frame_buffers()
409 if (data->codec_data->refresh_last_frame) { in refreshLastReference()
834 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()