Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.h101 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in get_predictor_pointers()
117 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in get_reference_search_order()
Donyx_if.c795 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in vp8_set_speed_features()
1569 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in vp8_change_config()
2559 if (ref_frame_flags & VP8_ALTR_FRAME) in vp8_update_reference()
2574 else if (ref_frame_flag == VP8_ALTR_FRAME) in vp8_get_reference()
2593 else if (ref_frame_flag == VP8_ALTR_FRAME) in vp8_set_reference()
3099 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME ; in update_reference_frames()
3102 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
3117 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
3118 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
3133 yv12_fb[cm->lst_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
[all …]
Dpickinter.c642 parent_ref_flag = (cpi->ref_frame_flags & VP8_ALTR_FRAME); in vp8_pick_inter_mode()
Dencodeframe.c663 (cpi->ref_frame_flags == VP8_ALTR_FRAME)) in init_encode_frame_mb_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h98 VP8_ALTR_FRAME = 4 enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c119 else if (ref_frame_flag == VP8_ALTR_FRAME) in vp8dx_get_reference()
151 else if (ref_frame_flag == VP8_ALTR_FRAME) in vp8dx_set_reference()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c832 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME in vp8_get_last_ref_updates()
854 (vp8dx_references_buffer( oci, ALTREF_FRAME )?VP8_ALTR_FRAME:0) | in vp8_get_last_ref_frame()
Dvp8_cx_iface.c785 ref ^= VP8_ALTR_FRAME; in vp8e_encode()
803 upd ^= VP8_ALTR_FRAME; in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c99 case VP8_ALTR_FRAME: in ref_frame_to_vp9_reframe()