Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h140 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1572 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 …]
Dpickinter.c515 cpi->common.refresh_last_frame) in evaluate_inter_mode()
Dbitstream.c1528 vp8_write_bit(bc, pc->refresh_last_frame); in vp8_pack_bitstream()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c888 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 …]
Dvp9_onyx_int.h320 int refresh_last_frame; member
Dvp9_bitstream.c908 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
921 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h422 int refresh_last_frame; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1275 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()
Donyxd_if.c253 if (cm->refresh_last_frame) in swap_frame_buffers()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderVP8.cpp409 if (data->codec_data->refresh_last_frame) { in refreshLastReference()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c834 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()