Home
last modified time | relevance | path

Searched refs:VP8_ALTR_FRAME (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.h96 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) { in get_predictor_pointers()
109 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) ref_frame_map[i++] = ALTREF_FRAME; in get_reference_search_order()
Donyx_if.c809 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) ref_frames++; in vp8_set_speed_features()
1335 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()
2411 if (ref_frame_flags & VP8_ALTR_FRAME) cpi->common.refresh_alt_ref_frame = 1; in vp8_update_reference()
2425 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8_get_reference()
2445 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8_set_reference()
2864 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME; in update_reference_frames()
2867 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
2877 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
2878 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
2887 yv12_fb[cm->lst_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
[all …]
Dencodeframe.c627 (cpi->ref_frame_flags == VP8_ALTR_FRAME)) { in init_encode_frame_mb_context()
/external/libvpx/libvpx/vpx/
Dvp8.h94 VP8_ALTR_FRAME = 4 enumerator
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c133 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8dx_get_reference()
164 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8dx_set_reference()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h140 case VP8_ALTR_FRAME: return VP9_ALT_FLAG; in ref_frame_to_vp9_reframe()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c626 *update_info = pbi->common.refresh_alt_ref_frame * (int)VP8_ALTR_FRAME + in vp8_get_last_ref_updates()
644 (vp8dx_references_buffer(oci, ALTREF_FRAME) ? VP8_ALTR_FRAME : 0) | in vp8_get_last_ref_frame()
Dvp8_cx_iface.c771 if (flags & VP8_EFLAG_NO_REF_ARF) ref ^= VP8_ALTR_FRAME; in set_reference_and_update()
785 if (flags & VP8_EFLAG_NO_UPD_ARF) upd ^= VP8_ALTR_FRAME; in set_reference_and_update()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1289 (reference_updates & VP8_ALTR_FRAME)) && in Decode()