Searched refs:refresh_last_frame (Results 1 – 12 of 12) sorted by relevance
48 int refresh_last_frame,
400 int refresh_last_frame, in vp9_denoiser_update_frame_info() argument413 if ((refresh_alt_ref_frame + refresh_golden_frame + refresh_last_frame) in vp9_denoiser_update_frame_info()423 if (refresh_last_frame) { in vp9_denoiser_update_frame_info()436 if (refresh_last_frame) { in vp9_denoiser_update_frame_info()
1481 cpi->refresh_last_frame = 1; in vp9_change_config()2744 if (cpi->refresh_last_frame) {2759 cpi->refresh_last_frame,2903 refresh[0] = (cpi->refresh_last_frame) ? 1 : 0;2993 cpi->refresh_last_frame, cpi->refresh_golden_frame,3639 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;3857 cpi->refresh_last_frame = 1;4070 cpi->refresh_last_frame ||4155 cpi->refresh_last_frame = 0;4218 cpi->refresh_last_frame = 1;[all …]
2523 cpi->refresh_last_frame = 1; in configure_buffer_updates()2528 cpi->refresh_last_frame = 1; in configure_buffer_updates()2533 cpi->refresh_last_frame = 1; in configure_buffer_updates()2538 cpi->refresh_last_frame = 0; in configure_buffer_updates()2544 cpi->refresh_last_frame = 0; in configure_buffer_updates()2554 cpi->refresh_last_frame = 0; in configure_buffer_updates()
323 int refresh_last_frame; member
914 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in get_refresh_mask()922 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in get_refresh_mask()
140 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
1389 cm->refresh_last_frame = 1; in init_config()2627 cpi->common.refresh_last_frame = 0; in vp8_update_reference()2630 cpi->common.refresh_last_frame = 1; in vp8_update_reference()3266 if (cm->refresh_last_frame) in update_reference_frames()3306 if(cm->refresh_last_frame) in update_reference_frames()3490 if (cpi->common.refresh_last_frame == 0 && in vp8_loopfilter_frame()4749 cm->refresh_last_frame = 1; in encode_frame_to_data_rate()5097 if (cm->refresh_last_frame & cm->refresh_golden_frame) in encode_frame_to_data_rate()5100 else if (cm->refresh_last_frame ^ cm->refresh_golden_frame) in encode_frame_to_data_rate()5104 if (cm->refresh_last_frame & cm->refresh_alt_ref_frame) in encode_frame_to_data_rate()[all …]
1529 vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
1285 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc); in vp8_decode_frame()1291 pc->refresh_last_frame = 1; in vp8_decode_frame()1302 pc->refresh_last_frame, in vp8_decode_frame()
264 if (cm->refresh_last_frame) in swap_frame_buffers()
708 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()