Home
last modified time | relevance | path

Searched refs:VP8_GOLD_FRAME (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.h102 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in get_predictor_pointers()
120 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in get_reference_search_order()
Donyx_if.c800 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in vp8_set_speed_features()
847 (cpi->ref_frame_flags & VP8_GOLD_FRAME)) { in vp8_set_speed_features()
1386 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()
2632 if (ref_frame_flags & VP8_GOLD_FRAME) in vp8_update_reference()
2648 else if (ref_frame_flag == VP8_GOLD_FRAME) in vp8_get_reference()
2667 else if (ref_frame_flag == VP8_GOLD_FRAME) in vp8_set_reference()
3173 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME ; in update_reference_frames()
3175 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
3229 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME; in update_reference_frames()
3230 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
[all …]
Dencodeframe.c678 (cpi->ref_frame_flags == VP8_GOLD_FRAME)) in init_encode_frame_mb_context()
Dpickinter.c800 parent_ref_flag = (cpi->ref_frame_flags & VP8_GOLD_FRAME); in vp8_pick_inter_mode()
/external/libvpx/libvpx/vpx/
Dvp8.h97 VP8_GOLD_FRAME = 2, enumerator
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c134 else if (ref_frame_flag == VP8_GOLD_FRAME) in vp8dx_get_reference()
166 else if (ref_frame_flag == VP8_GOLD_FRAME) in vp8dx_set_reference()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c707 + pbi->common.refresh_golden_frame * (int) VP8_GOLD_FRAME in vp8_get_last_ref_updates()
728 (vp8dx_references_buffer( oci, GOLDEN_FRAME )?VP8_GOLD_FRAME:0) | in vp8_get_last_ref_frame()
Dvp8_cx_iface.c823 ref ^= VP8_GOLD_FRAME; in set_reference_and_update()
841 upd ^= VP8_GOLD_FRAME; in set_reference_and_update()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1288 if (((reference_updates & VP8_GOLD_FRAME) || in Decode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c109 case VP8_GOLD_FRAME: in ref_frame_to_vp9_reframe()