Searched refs:refresh_last_frame (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 425 int refresh_alt_ref_frame, int refresh_golden_frame, int refresh_last_frame, in vp9_denoiser_update_frame_info() argument 441 if ((refresh_alt_ref_frame + refresh_golden_frame + refresh_last_frame) > 1) { in vp9_denoiser_update_frame_info() 450 if (refresh_last_frame) { in vp9_denoiser_update_frame_info() 463 if (refresh_last_frame) { in vp9_denoiser_update_frame_info()
|
D | vp9_denoiser.h | 63 int refresh_alt_ref_frame, int refresh_golden_frame, int refresh_last_frame,
|
D | vp9_encoder.c | 1836 cpi->refresh_last_frame = 1; in vp9_change_config() 2905 if (cpi->refresh_last_frame) { 2927 cpi->refresh_last_frame, cpi->resize_pending, svc_base_is_key); 2938 if (cpi->refresh_last_frame) 2953 (cm->frame_type == KEY_FRAME || cpi->refresh_last_frame || 3108 refresh[0] = (cpi->refresh_last_frame) ? 1 : 0; 3227 cpi->refresh_last_frame, cpi->refresh_golden_frame, 4031 cpi->refresh_last_frame = cpi->ext_refresh_last_frame; 4479 if (cm->frame_type == KEY_FRAME) cpi->refresh_last_frame = 1; 4696 return cm->frame_type == KEY_FRAME || cpi->refresh_last_frame || [all …]
|
D | vp9_firstpass.c | 3000 cpi->refresh_last_frame = 1; in configure_buffer_updates() 3005 cpi->refresh_last_frame = 1; in configure_buffer_updates() 3010 cpi->refresh_last_frame = 1; in configure_buffer_updates() 3015 cpi->refresh_last_frame = 0; in configure_buffer_updates() 3021 cpi->refresh_last_frame = 0; in configure_buffer_updates() 3029 cpi->refresh_last_frame = 0; in configure_buffer_updates()
|
D | vp9_encoder.h | 482 int refresh_last_frame; member
|
D | vp9_bitstream.c | 908 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in vp9_get_refresh_mask() 916 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in vp9_get_refresh_mask()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 136 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1317 cm->refresh_last_frame = 1; in init_config() 2420 cpi->common.refresh_last_frame = 0; in vp8_update_reference() 2422 if (ref_frame_flags & VP8_LAST_FRAME) cpi->common.refresh_last_frame = 1; in vp8_update_reference() 2986 if (cm->refresh_last_frame) { in update_reference_frames() 3017 if (cm->refresh_last_frame) { in update_reference_frames() 3184 if (cpi->common.refresh_last_frame == 0 && in vp8_loopfilter_frame() 4371 if (cm->frame_type == KEY_FRAME) cm->refresh_last_frame = 1; in encode_frame_to_data_rate() 4701 if (cm->refresh_last_frame & cm->refresh_golden_frame) { /* both refreshed */ in encode_frame_to_data_rate() 4703 } else if (cm->refresh_last_frame ^ cm->refresh_golden_frame) { in encode_frame_to_data_rate() 4708 if (cm->refresh_last_frame & cm->refresh_alt_ref_frame) { /* both refreshed */ in encode_frame_to_data_rate() [all …]
|
D | bitstream.c | 1288 if (pc->frame_type != KEY_FRAME) vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 1146 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc); in vp8_decode_frame() 1151 if (pbi->ec_active && xd->corrupted) pc->refresh_last_frame = 1; in vp8_decode_frame() 1158 pc->refresh_last_frame, pc->base_qindex); in vp8_decode_frame()
|
D | onyxd_if.c | 257 if (cm->refresh_last_frame) { in swap_frame_buffers()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 575 pbi->common.refresh_last_frame * (int)VP8_LAST_FRAME; in vp8_get_last_ref_updates()
|