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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h140 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member in struct:VP8Common
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h422 int refresh_last_frame; member in struct:_vbp_codec_data_vp8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c888 cpi->refresh_last_frame = 1;
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...]
H A Dvp9_onyx_int.h320 int refresh_last_frame; member in struct:VP9_COMP
H A Dvp9_bitstream.c908 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
921 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1572 cm->refresh_last_frame = 1;
2551 cpi->common.refresh_last_frame = 0;
2554 cpi->common.refresh_last_frame = 1;
3206 if (cm->refresh_last_frame)
3256 if(cm->refresh_last_frame)
4399 cm->refresh_last_frame = 1;
4703 if (cm->refresh_last_frame & cm->refresh_golden_frame)
4706 else if (cm->refresh_last_frame ^ cm->refresh_golden_frame)
4710 if (cm->refresh_last_frame & cm->refresh_alt_ref_frame)
4713 else if (cm->refresh_last_frame
[all...]
H A Dbitstream.c1528 vp8_write_bit(bc, pc->refresh_last_frame);
H A Dpickinter.c515 cpi->common.refresh_last_frame)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c1275 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc);
1281 pc->refresh_last_frame = 1;
1292 pc->refresh_last_frame,
H A Donyxd_if.c253 if (cm->refresh_last_frame)
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp409 if (data->codec_data->refresh_last_frame) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c834 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME;

Completed in 525 milliseconds