Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.h48 int refresh_last_frame,
Dvp9_denoiser.c400 int refresh_last_frame, in vp9_denoiser_update_frame_info() argument
413 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()
Dvp9_encoder.c1481 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 …]
Dvp9_firstpass.c2523 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()
Dvp9_encoder.h323 int refresh_last_frame; member
Dvp9_bitstream.c914 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()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h140 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1389 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 …]
Dbitstream.c1529 vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1285 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()
Donyxd_if.c264 if (cm->refresh_last_frame) in swap_frame_buffers()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c708 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()