Home
last modified time | relevance | path

Searched refs:MV_REFERENCE_FRAME (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c145 const MV_REFERENCE_FRAME vrfa = a_sg ? above_mbmi->ref_frame[0] in vp9_get_pred_context_comp_ref_p()
147 const MV_REFERENCE_FRAME vrfl = l_sg ? left_mbmi->ref_frame[0] in vp9_get_pred_context_comp_ref_p()
161 const MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()
162 const MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()
221 const MV_REFERENCE_FRAME above0 = above_mbmi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1()
222 const MV_REFERENCE_FRAME above1 = above_mbmi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1()
223 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1()
224 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1()
230 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
231 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
[all …]
Dvp9_mvref_common.h34 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
Dvp9_mvref_common.c138 const MV_REFERENCE_FRAME this_ref_frame, in scale_mv()
193 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame, in find_mv_refs_idx()
288 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame, in vp9_find_mv_refs()
Dvp9_blockd.h108 } MV_REFERENCE_FRAME; typedef
135 MV_REFERENCE_FRAME ref_frame[2];
Dvp9_onyxc_int.h172 MV_REFERENCE_FRAME comp_fixed_ref;
173 MV_REFERENCE_FRAME comp_var_ref[2];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h132 MV_REFERENCE_FRAME best_reference_frame;
133 MV_REFERENCE_FRAME best_zeromv_reference_frame;
Ddenoising.c197 MV_REFERENCE_FRAME frame = x->best_reference_frame; in vp8_denoiser_denoise_mb()
198 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame; in vp8_denoiser_denoise_mb()
Dbitstream.c569 const MV_REFERENCE_FRAME rf = mi->ref_frame; in pack_inter_mode_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dec_types.h51 MV_REFERENCE_FRAME ref_frame;
Ddecodemv.c342 mbmi->ref_frame = (MV_REFERENCE_FRAME) vp8_read(bc, pbi->prob_intra); in read_mb_modes_mv()
361 (MV_REFERENCE_FRAME)((int)(2 + vp8_read(bc, pbi->prob_gf))); in read_mb_modes_mv()
Derror_concealment.c499 MV_REFERENCE_FRAME dom_ref_frame) in interpolate_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h575 MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_idx()
586 VP9_COMP *cpi, MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_buffer()
628 MV_REFERENCE_FRAME ref0, in set_ref_ptrs()
629 MV_REFERENCE_FRAME ref1) { in set_ref_ptrs()
Dvp9_rdopt.h45 MV_REFERENCE_FRAME ref_frame,
Dvp9_pickmode.c214 MV_REFERENCE_FRAME ref_frame, best_ref_frame = LAST_FRAME; in vp9_pick_inter_mode()
Dvp9_rdopt.c60 MV_REFERENCE_FRAME ref_frame[2];
64 MV_REFERENCE_FRAME ref_frame[2];
1763 const MV_REFERENCE_FRAME frame = mbmi->ref_frame[ref]; in rd_check_segment_txsize()
2320 MV_REFERENCE_FRAME ref_frame, in vp9_setup_buffer_inter()
3134 MV_REFERENCE_FRAME ref_frame, second_ref_frame; in vp9_rd_pick_inter_mode_sb()
3156 MV_REFERENCE_FRAME best_inter_ref_frame = LAST_FRAME; in vp9_rd_pick_inter_mode_sb()
3764 MV_REFERENCE_FRAME ref_frame, second_ref_frame; in vp9_rd_pick_inter_mode_sub8x8()
3784 MV_REFERENCE_FRAME best_inter_ref_frame = LAST_FRAME; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_bitstream.c1003 MV_REFERENCE_FRAME ref_frame;
1081 MV_REFERENCE_FRAME ref_frame;
Dvp9_encodeframe.c1121 const MV_REFERENCE_FRAME ref0 = mbmi->ref_frame[0]; in update_stats()
2494 static MV_REFERENCE_FRAME get_frame_type(const VP9_COMP *cpi) { in get_frame_type()
2514 const MV_REFERENCE_FRAME frame_type = get_frame_type(cpi); in select_tx_mode()
3231 const MV_REFERENCE_FRAME frame_type = get_frame_type(cpi); in vp9_encode_frame()
Dvp9_onyx_if.c1759 MV_REFERENCE_FRAME ref_frame = NONE; in get_vp9_ref_frame_buffer()
2127 MV_REFERENCE_FRAME ref_frame;
2995 MV_REFERENCE_FRAME ref_frame;
Dvp9_firstpass.c511 MV_REFERENCE_FRAME ref_frame = LAST_FRAME; in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h153 } MV_REFERENCE_FRAME; typedef
179 MV_REFERENCE_FRAME ref_frame;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c275 int segment_id, MV_REFERENCE_FRAME ref_frame[2]) { in read_ref_frames()
280 ref_frame[0] = (MV_REFERENCE_FRAME)vp9_get_segdata(&cm->seg, segment_id, in read_ref_frames()
438 const MV_REFERENCE_FRAME frame = mbmi->ref_frame[ref]; in read_inter_block_mode_info()