Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Drdopt.h98 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_predictor_pointers()
118 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_reference_search_order()
Donyx_if.c798 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in vp8_set_speed_features()
846 (cpi->ref_frame_flags & VP8_LAST_FRAME) && in vp8_set_speed_features()
1386 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()
2629 if (ref_frame_flags & VP8_LAST_FRAME) in vp8_update_reference()
2646 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_get_reference()
2665 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_set_reference()
3268 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME; in update_reference_frames()
3269 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME; in update_reference_frames()
3701 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in encode_frame_to_data_rate()
3758 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in encode_frame_to_data_rate()
[all …]
Dpickinter.c732 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in vp8_pick_inter_mode()
798 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME); in vp8_pick_inter_mode()
Dencodeframe.c674 if (cpi->ref_frame_flags == VP8_LAST_FRAME) in init_encode_frame_mb_context()
/external/libvpx/libvpx/vpx/
Dvp8.h96 VP8_LAST_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c132 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_get_reference()
164 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_set_reference()
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c171 ref.frame_type = VP8_LAST_FRAME; in main()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc116 ref_copy.frame_type = VP8_LAST_FRAME; in TestVp9Controls()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c708 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()
729 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0); in vp8_get_last_ref_frame()
Dvp8_cx_iface.c820 ref ^= VP8_LAST_FRAME; in set_reference_and_update()
838 upd ^= VP8_LAST_FRAME; in set_reference_and_update()
/external/libvpx/libvpx/
Dvpxenc.c1832 ref_enc.frame_type = VP8_LAST_FRAME; in test_decode()
1833 ref_dec.frame_type = VP8_LAST_FRAME; in test_decode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c107 case VP8_LAST_FRAME: in ref_frame_to_vp9_reframe()