Home
last modified time | relevance | path

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

123

/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_mvref_common.h235 const MV_REFERENCE_FRAME this_ref_frame, in scale_mv()
304 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
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.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()
Dvp9_blockd.h65 typedef int8_t MV_REFERENCE_FRAME; typedef
85 MV_REFERENCE_FRAME ref_frame[2];
/external/libaom/libaom/av1/common/
Dmvref_common.h99 static INLINE int8_t get_uni_comp_ref_idx(const MV_REFERENCE_FRAME *const rf) { in get_uni_comp_ref_idx()
113 static INLINE int8_t av1_ref_frame_type(const MV_REFERENCE_FRAME *const rf) { in av1_ref_frame_type()
130 static MV_REFERENCE_FRAME ref_frame_map[TOTAL_COMP_REFS][2] = {
152 static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf, in av1_set_ref_frame()
153 MV_REFERENCE_FRAME ref_frame_type) { in av1_set_ref_frame()
171 const int16_t *const mode_context, const MV_REFERENCE_FRAME *const rf) { in av1_mode_context_analyzer()
243 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()
144 const MV_REFERENCE_FRAME rf[2], int row_offset, CANDIDATE_MV *ref_mv_stack, in scan_row_mbmi()
191 const MV_REFERENCE_FRAME rf[2], int col_offset, CANDIDATE_MV *ref_mv_stack, in scan_col_mbmi()
238 const int mi_col, const MV_REFERENCE_FRAME rf[2], int row_offset, in scan_blk_mbmi()
323 int mi_row, int mi_col, MV_REFERENCE_FRAME ref_frame, in add_tpl_ref_mv()
341 MV_REFERENCE_FRAME rf[2]; in add_tpl_ref_mv()
418 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate()
421 MV_REFERENCE_FRAME can_rf = candidate->ref_frame[rf_idx]; in process_compound_ref_mv_candidate()
443 MV_REFERENCE_FRAME ref_frame, uint8_t *const refmv_count, 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.h243 MV_REFERENCE_FRAME ref_frame[2];
313 static INLINE MV_REFERENCE_FRAME comp_ref0(int ref_idx) { in comp_ref0()
314 static const MV_REFERENCE_FRAME lut[] = { in comp_ref0()
329 static INLINE MV_REFERENCE_FRAME comp_ref1(int ref_idx) { in comp_ref1()
330 static const MV_REFERENCE_FRAME lut[] = { in comp_ref1()
1114 static INLINE int is_interintra_allowed_ref(const MV_REFERENCE_FRAME rf[2]) { in is_interintra_allowed_ref()
Dav1_common_int.h109 MV_REFERENCE_FRAME ref_frame;
843 const MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_map_idx()
850 const AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_buf()
858 const AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_scale_factors_const()
864 AV1_COMMON *const cm, const MV_REFERENCE_FRAME ref_frame) { in get_ref_scale_factors()
/external/libaom/libaom/av1/encoder/
Dencodemv.h37 const MV_REFERENCE_FRAME *ref_frame,
42 MV_REFERENCE_FRAME ref_frame,
Drdopt.h153 MV_REFERENCE_FRAME ref_frame) { in av1_copy_usable_ref_mv_stack_and_weight()
162 static INLINE int prune_ref(const MV_REFERENCE_FRAME *const ref_frame, in prune_ref()
184 const MV_REFERENCE_FRAME *const ref_frame, in prune_ref_by_selective_ref_frame()
Drdopt.c317 MV_REFERENCE_FRAME ref_frame;
351 MV_REFERENCE_FRAME single_rd_order[2][SINGLE_INTER_MODE_NUM][FWD_REFS];
916 const AV1_COMP *const cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame, in setup_buffer_ref_mvs_inter()
978 const MV_REFERENCE_FRAME ref_frames[2], in skip_repeated_mv()
1250 const MV_REFERENCE_FRAME ref_frame_1 = mbmi->ref_frame[1]; in motion_mode_rd()
1665 const MV_REFERENCE_FRAME *ref_frame, in check_repeat_ref_mv()
1703 const MV_REFERENCE_FRAME *ref_frame, in get_this_mv()
1801 const MV_REFERENCE_FRAME ref = mbmi->ref_frame[ref_idx]; in is_single_newmv_valid()
1811 const MV_REFERENCE_FRAME *ref_frame, in get_drl_refmv_count()
2053 MV_REFERENCE_FRAME nb_ref_frames[2] = { nb_mbmi->ref_frame[0], in ref_match_found_in_nb_blocks()
[all …]
Dencodemv.c228 const MV_REFERENCE_FRAME *ref_frame, in av1_get_ref_mv_from_stack()
261 MV_REFERENCE_FRAME ref_frame, in av1_find_best_ref_mvs_from_stack()
265 MV_REFERENCE_FRAME ref_frames[2] = { ref_frame, NONE_FRAME }; in av1_find_best_ref_mvs_from_stack()
Dencoder.h1541 const AV1_COMMON *const cm, MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_yv12_buf()
1548 MV_REFERENCE_FRAME ref_frame; in enc_is_ref_frame_buf()
1647 MV_REFERENCE_FRAME ref0, in set_ref_ptrs()
1648 MV_REFERENCE_FRAME ref1) { in set_ref_ptrs()
1754 static const MV_REFERENCE_FRAME disable_order[] = {
1769 static const MV_REFERENCE_FRAME
1807 MV_REFERENCE_FRAME ref_frame; in enforce_max_ref_frames()
1819 const MV_REFERENCE_FRAME ref_frame_to_disable = disable_order[i]; in enforce_max_ref_frames()
Dnonrd_pickmode.c50 MV_REFERENCE_FRAME best_ref_frame;
51 MV_REFERENCE_FRAME best_second_ref_frame;
57 MV_REFERENCE_FRAME ref_frame;
197 MV_REFERENCE_FRAME ref_frame, int gf_temporal_ref, in search_new_mv()
248 AV1_COMP *cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame, in find_predictors()
892 MV_REFERENCE_FRAME ref_frame0, in init_mbmi()
893 MV_REFERENCE_FRAME ref_frame1, in init_mbmi()
1149 MV_REFERENCE_FRAME ref_frame,
1489 MV_REFERENCE_FRAME ref_frame;
1490 MV_REFERENCE_FRAME usable_ref_frame, second_ref_frame;
[all …]
Drdopt_utils.h31 MV_REFERENCE_FRAME ref_frame[2];
256 get_prediction_mode_idx(PREDICTION_MODE this_mode, MV_REFERENCE_FRAME ref_frame, in get_prediction_mode_idx()
257 MV_REFERENCE_FRAME second_ref_frame) { in get_prediction_mode_idx()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h67 MV_REFERENCE_FRAME best_reference_frame;
68 MV_REFERENCE_FRAME best_zeromv_reference_frame;
Dvp9_denoiser.h65 MV_REFERENCE_FRAME best_ref_frame;
Dvp9_encoder.h939 MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_map_idx()
961 const VP9_COMP *const cpi, MV_REFERENCE_FRAME ref_frame) { in get_ref_frame_buffer()
1042 MV_REFERENCE_FRAME ref0, in set_ref_ptrs()
1043 MV_REFERENCE_FRAME ref1) { in set_ref_ptrs()
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()
925 MV_REFERENCE_FRAME ref_frame, PREDICTION_MODE this_mode, unsigned int var_y, in encode_breakout_test()
1113 int thresh_freq_fact_idx, MV_REFERENCE_FRAME ref_frame, in update_thresh_freq_fact_row_mt()
1131 BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx, in update_thresh_freq_fact()
1224 MV_REFERENCE_FRAME ref_frame;
1247 VP9_COMP *cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame, in find_predictors()
1568 MV_REFERENCE_FRAME ref_frame, int gf_temporal_ref, in search_new_mv()
1688 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;
/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;
/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()
483 PREDICTION_MODE mode, MV_REFERENCE_FRAME ref_frame, in dec_find_mv_refs()
744 const MV_REFERENCE_FRAME frame = mi->ref_frame[ref]; in read_inter_block_mode_info()
773 const MV_REFERENCE_FRAME frame = mi->ref_frame[ref]; in read_inter_block_mode_info()
806 static INLINE void copy_ref_frame_pair(MV_REFERENCE_FRAME *dst, in copy_ref_frame_pair()
807 const MV_REFERENCE_FRAME *src) { in copy_ref_frame_pair()

123