/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.c | 117 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 …]
|
D | vp9_mvref_common.h | 235 const MV_REFERENCE_FRAME this_ref_frame, in scale_mv() 304 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
|
D | vp9_onyxc_int.h | 63 MV_REFERENCE_FRAME ref_frame[2]; 220 MV_REFERENCE_FRAME comp_fixed_ref; 221 MV_REFERENCE_FRAME comp_var_ref[2];
|
D | vp9_mvref_common.c | 17 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()
|
D | vp9_blockd.h | 65 typedef int8_t MV_REFERENCE_FRAME; typedef 85 MV_REFERENCE_FRAME ref_frame[2];
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 99 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,
|
D | mvref_common.c | 57 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 …]
|
D | pred_common.c | 21 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()
|
D | blockd.h | 243 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()
|
D | av1_common_int.h | 109 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/ |
D | encodemv.h | 37 const MV_REFERENCE_FRAME *ref_frame, 42 MV_REFERENCE_FRAME ref_frame,
|
D | rdopt.h | 153 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()
|
D | rdopt.c | 317 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 …]
|
D | encodemv.c | 228 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()
|
D | encoder.h | 1541 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()
|
D | nonrd_pickmode.c | 50 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 …]
|
D | rdopt_utils.h | 31 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/ |
D | vp9_context_tree.h | 67 MV_REFERENCE_FRAME best_reference_frame; 68 MV_REFERENCE_FRAME best_zeromv_reference_frame;
|
D | vp9_denoiser.h | 65 MV_REFERENCE_FRAME best_ref_frame;
|
D | vp9_encoder.h | 939 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()
|
D | vp9_pickmode.c | 49 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/ |
D | block.h | 128 MV_REFERENCE_FRAME best_reference_frame; 129 MV_REFERENCE_FRAME best_zeromv_reference_frame;
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 139 } MV_REFERENCE_FRAME; typedef 165 MV_REFERENCE_FRAME ref_frame;
|
/external/libvpx/libvpx/vp8/decoder/ |
D | ec_types.h | 46 MV_REFERENCE_FRAME ref_frame;
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 305 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()
|