Home
last modified time | relevance | path

Searched refs:VP8_LAST_FRAME (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.h93 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_predictor_pointers()
113 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_reference_search_order()
Donyx_if.c791 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in vp8_set_speed_features()
1569 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in vp8_change_config()
2553 if (ref_frame_flags & VP8_LAST_FRAME) in vp8_update_reference()
2570 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_get_reference()
2589 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_set_reference()
3208 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME; in update_reference_frames()
3209 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME; in update_reference_frames()
3443 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in encode_frame_to_data_rate()
4724 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in encode_frame_to_data_rate()
Dpickinter.c514 if ((cpi->ref_frame_flags & VP8_LAST_FRAME & in evaluate_inter_mode()
638 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME); in vp8_pick_inter_mode()
Dencodeframe.c655 if (cpi->ref_frame_flags == VP8_LAST_FRAME) in init_encode_frame_mb_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h96 VP8_LAST_FRAME = 1, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c166 ref.frame_type = VP8_LAST_FRAME; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c115 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_get_reference()
147 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_set_reference()
/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()
856 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0); in vp8_get_last_ref_frame()
Dvp8_cx_iface.c779 ref ^= VP8_LAST_FRAME; in vp8e_encode()
797 upd ^= VP8_LAST_FRAME; in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1457 ref_enc.frame_type = VP8_LAST_FRAME; in test_decode()
1458 ref_dec.frame_type = VP8_LAST_FRAME; in test_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c95 case VP8_LAST_FRAME: in ref_frame_to_vp9_reframe()