Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c117 const MV_REFERENCE_FRAME vrfa = in vp9_get_pred_context_comp_ref_p()
119 const MV_REFERENCE_FRAME vrfl = in vp9_get_pred_context_comp_ref_p()
133 const MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()
134 const MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()
193 const MV_REFERENCE_FRAME above0 = above_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1()
194 const MV_REFERENCE_FRAME above1 = above_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1()
195 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1()
196 const MV_REFERENCE_FRAME left1 = left_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1()
202 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
203 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
[all …]
Dvp9_onyxc_int.h63 MV_REFERENCE_FRAME ref_frame[2];
220 MV_REFERENCE_FRAME comp_fixed_ref;
221 MV_REFERENCE_FRAME comp_var_ref[2];
Dvp9_mvref_common.h235 const MV_REFERENCE_FRAME this_ref_frame, in scale_mv()
304 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
Dvp9_blockd.h64 typedef int8_t MV_REFERENCE_FRAME; typedef
84 MV_REFERENCE_FRAME ref_frame[2];
Dvp9_mvref_common.c17 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame, in find_mv_refs_idx()
134 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame, in vp9_find_mv_refs()
/external/libaom/libaom/av1/common/
Dmvref_common.h106 static INLINE int8_t get_uni_comp_ref_idx(const MV_REFERENCE_FRAME *const rf) { in get_uni_comp_ref_idx()
120 static INLINE int8_t av1_ref_frame_type(const MV_REFERENCE_FRAME *const rf) { in av1_ref_frame_type()
137 static MV_REFERENCE_FRAME ref_frame_map[TOTAL_COMP_REFS][2] = {
159 static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf, in av1_set_ref_frame()
160 MV_REFERENCE_FRAME ref_frame_type) { in av1_set_ref_frame()
178 const int16_t *const mode_context, const MV_REFERENCE_FRAME *const rf) { in av1_mode_context_analyzer()
251 MB_MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
Dmvref_common.c57 MV_REFERENCE_FRAME ref_frame = mi->ref_frame[idx]; in av1_copy_frame_mvs()
75 const MB_MODE_INFO *const candidate, const MV_REFERENCE_FRAME rf[2], in add_ref_mv_candidate()
142 const MV_REFERENCE_FRAME rf[2], int row_offset, in scan_row_mbmi()
192 const MV_REFERENCE_FRAME rf[2], int col_offset, in scan_col_mbmi()
241 const MV_REFERENCE_FRAME rf[2], int row_offset, in scan_blk_mbmi()
327 int mi_row, int mi_col, MV_REFERENCE_FRAME ref_frame, in add_tpl_ref_mv()
345 MV_REFERENCE_FRAME rf[2]; in add_tpl_ref_mv()
439 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate()
442 MV_REFERENCE_FRAME can_rf = candidate->ref_frame[rf_idx]; in process_compound_ref_mv_candidate()
464 MV_REFERENCE_FRAME ref_frame, uint8_t refmv_count[MODE_CTX_REF_FRAMES], in process_single_ref_mv_candidate()
[all …]
Dpred_common.c21 MV_REFERENCE_FRAME ref_frame) { in get_ref_filter_type()
35 const MV_REFERENCE_FRAME ref_frame = mbmi->ref_frame[0]; in av1_get_pred_context_switchable_interp()
210 const MV_REFERENCE_FRAME frfa = above_mbmi->ref_frame[0]; in av1_get_comp_reference_type_context()
211 const MV_REFERENCE_FRAME frfl = left_mbmi->ref_frame[0]; in av1_get_comp_reference_type_context()
Dblockd.h258 MV_REFERENCE_FRAME ref_frame[2];
314 static INLINE MV_REFERENCE_FRAME comp_ref0(int ref_idx) { in comp_ref0()
315 static const MV_REFERENCE_FRAME lut[] = { in comp_ref0()
330 static INLINE MV_REFERENCE_FRAME comp_ref1(int ref_idx) { in comp_ref1()
331 static const MV_REFERENCE_FRAME lut[] = { in comp_ref1()
974 static INLINE int is_interintra_allowed_ref(const MV_REFERENCE_FRAME rf[2]) { in is_interintra_allowed_ref()
Donyxc_int.h109 MV_REFERENCE_FRAME ref_frame;
481 MV_REFERENCE_FRAME comp_fwd_ref[FWD_REFS];
482 MV_REFERENCE_FRAME comp_bwd_ref[BWD_REFS];
664 const MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_map_idx()
671 const AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_buf()
679 const AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_scale_factors_const()
685 AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_scale_factors()
/external/libaom/libaom/av1/encoder/
Dencodemv.h34 const MV_REFERENCE_FRAME *ref_frame,
39 MV_REFERENCE_FRAME ref_frame,
Dencodemv.c189 const MV_REFERENCE_FRAME *ref_frame, in av1_get_ref_mv_from_stack()
230 MV_REFERENCE_FRAME ref_frame, in av1_find_best_ref_mvs_from_stack()
234 MV_REFERENCE_FRAME ref_frames[2] = { ref_frame, NONE_FRAME }; in av1_find_best_ref_mvs_from_stack()
Dencoder.h1124 const AV1_COMMON *cm, MV_REFERENCE_FRAME ref_frame) { in av1_get_ref_frame_hash_map()
1132 const AV1_COMMON *const cm, MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_yv12_buf()
1139 MV_REFERENCE_FRAME ref_frame; in enc_is_ref_frame_buf()
1208 MV_REFERENCE_FRAME ref0, in set_ref_ptrs()
1209 MV_REFERENCE_FRAME ref1) { in set_ref_ptrs()
Drdopt.c176 MV_REFERENCE_FRAME ref_frame[2];
648 MV_REFERENCE_FRAME ref_frame, in get_prediction_mode_idx()
649 MV_REFERENCE_FRAME second_ref_frame) { in get_prediction_mode_idx()
687 MV_REFERENCE_FRAME ref_frame;
733 MV_REFERENCE_FRAME single_rd_order[2][SINGLE_INTER_MODE_NUM][FWD_REFS];
7008 const AV1_COMP *const cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame, in setup_buffer_ref_mvs_inter()
7484 const MV_REFERENCE_FRAME *ref_frame,
7495 const MV_REFERENCE_FRAME tmp_ref_frames[2] = { mbmi->ref_frame[0], in discount_newmv_test()
8043 const MV_REFERENCE_FRAME ref_frames[2], in skip_repeated_mv()
9365 const MV_REFERENCE_FRAME ref_frame_1 = mbmi->ref_frame[1]; in motion_mode_rd()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h67 MV_REFERENCE_FRAME best_reference_frame;
68 MV_REFERENCE_FRAME best_zeromv_reference_frame;
Dvp9_encoder.h928 MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_map_idx()
950 VP9_COMP *cpi, MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_buffer()
1031 MV_REFERENCE_FRAME ref0, in set_ref_ptrs()
1032 MV_REFERENCE_FRAME ref1) { in set_ref_ptrs()
Dvp9_denoiser.h65 MV_REFERENCE_FRAME best_ref_frame;
Dvp9_pickmode.c49 MV_REFERENCE_FRAME best_ref_frame;
50 MV_REFERENCE_FRAME best_second_ref_frame;
61 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame, in mv_refs_rt()
889 MV_REFERENCE_FRAME ref_frame, PREDICTION_MODE this_mode, unsigned int var_y, in encode_breakout_test()
1078 int thresh_freq_fact_idx, MV_REFERENCE_FRAME ref_frame, in update_thresh_freq_fact_row_mt()
1096 BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx, in update_thresh_freq_fact()
1189 MV_REFERENCE_FRAME ref_frame;
1212 VP9_COMP *cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame, in find_predictors()
1507 MV_REFERENCE_FRAME ref_frame, int gf_temporal_ref, in search_new_mv()
1627 MV_REFERENCE_FRAME ref_frame; in vp9_pick_inter_mode()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dblock.h128 MV_REFERENCE_FRAME best_reference_frame;
129 MV_REFERENCE_FRAME best_zeromv_reference_frame;
Ddenoising.c486 MV_REFERENCE_FRAME frame = x->best_reference_frame; in vp8_denoiser_denoise_mb()
487 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame; in vp8_denoiser_denoise_mb()
/external/libvpx/libvpx/vp8/common/
Dblockd.h139 } MV_REFERENCE_FRAME; typedef
165 MV_REFERENCE_FRAME ref_frame;
/external/libvpx/libvpx/vp8/decoder/
Dec_types.h46 MV_REFERENCE_FRAME ref_frame;
Ddecodemv.c286 mbmi->ref_frame = (MV_REFERENCE_FRAME)vp8_read(bc, pbi->prob_intra); in read_mb_modes_mv()
303 (MV_REFERENCE_FRAME)((int)(2 + vp8_read(bc, pbi->prob_gf))); in read_mb_modes_mv()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c305 MV_REFERENCE_FRAME ref_frame[2]) { in read_ref_frames()
310 ref_frame[0] = (MV_REFERENCE_FRAME)get_segdata(&cm->seg, segment_id, in read_ref_frames()
494 PREDICTION_MODE mode, MV_REFERENCE_FRAME ref_frame, in dec_find_mv_refs()
728 const MV_REFERENCE_FRAME frame = mi->ref_frame[ref]; in read_inter_block_mode_info()
805 static INLINE void copy_ref_frame_pair(MV_REFERENCE_FRAME *dst, in copy_ref_frame_pair()
806 const MV_REFERENCE_FRAME *src) { in copy_ref_frame_pair()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c909 MV_REFERENCE_FRAME ref_frame[2]) { in set_ref_frames_for_skip_mode()
917 MV_REFERENCE_FRAME ref_frame[2]) { in read_ref_frames()
924 ref_frame[0] = (MV_REFERENCE_FRAME)get_segdata(&cm->seg, segment_id, in read_ref_frames()
1096 MV_REFERENCE_FRAME ref_frame[2], int_mv mv[2], in assign_mv()
1272 MV_REFERENCE_FRAME ref_frame = av1_ref_frame_type(mbmi->ref_frame); in read_inter_block_mode_info()
1389 const MV_REFERENCE_FRAME frame = mbmi->ref_frame[ref]; in read_inter_block_mode_info()

12