Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyxc_int.h157 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
/external/libvpx/vp8/encoder/
Donyx_if.c1628 cm->refresh_last_frame = 1; in vp8_change_config()
2506 cpi->common.refresh_last_frame = 0; in vp8_update_reference()
2509 cpi->common.refresh_last_frame = 1; in vp8_update_reference()
3294 if (cm->refresh_last_frame) in loopfilter_frame()
3308 if (cm->refresh_last_frame) in loopfilter_frame()
4211 cm->refresh_last_frame = 1; in encode_frame_to_data_rate()
4228 if (cm->refresh_last_frame) in encode_frame_to_data_rate()
4495 if (cm->refresh_last_frame & cm->refresh_golden_frame) // both refreshed in encode_frame_to_data_rate()
4497 else if (cm->refresh_last_frame ^ cm->refresh_golden_frame) // 1 refreshed but not the other in encode_frame_to_data_rate()
4500 if (cm->refresh_last_frame & cm->refresh_alt_ref_frame) // both refreshed in encode_frame_to_data_rate()
[all …]
Dbitstream.c1591 vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
/external/libvpx/vp8/decoder/
Donyxd_if.c233 if (cm->refresh_last_frame) in swap_frame_buffers()
Ddecodframe.c808 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc); in vp8_decode_frame()
818 pc->refresh_last_frame, in vp8_decode_frame()
/external/libvpx/vp8/
Dvp8_dx_iface.c672 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()