Home
last modified time | relevance | path

Searched defs:xd (Results 1 – 25 of 156) sorted by relevance

1234567

/external/libaom/av1/common/
Dpred_common.h49 const MACROBLOCKD *const xd, in av1_get_spatial_seg_pred()
93 static INLINE uint8_t av1_get_pred_context_seg_id(const MACROBLOCKD *xd) { in av1_get_pred_context_seg_id()
103 const MACROBLOCKD *xd) { in get_comp_index_context()
141 static INLINE int get_comp_group_idx_context(const MACROBLOCKD *xd) { in get_comp_group_idx_context()
163 struct segmentation_probs *segp, const MACROBLOCKD *xd) { in av1_get_pred_cdf_seg_id()
167 static INLINE int av1_get_skip_mode_context(const MACROBLOCKD *xd) { in av1_get_skip_mode_context()
175 static INLINE int av1_get_skip_txfm_context(const MACROBLOCKD *xd) { in av1_get_skip_txfm_context()
197 static INLINE int av1_get_palette_mode_ctx(const MACROBLOCKD *xd) { in av1_get_palette_mode_ctx()
210 static INLINE aom_cdf_prob *av1_get_reference_mode_cdf(const MACROBLOCKD *xd) { in av1_get_reference_mode_cdf()
214 static INLINE aom_cdf_prob *av1_get_skip_txfm_cdf(const MACROBLOCKD *xd) { in av1_get_skip_txfm_cdf()
[all …]
Dpred_common.c20 const MACROBLOCKD *xd, int dir, in get_ref_filter_type()
30 int av1_get_pred_context_switchable_interp(const MACROBLOCKD *xd, int dir) { in av1_get_pred_context_switchable_interp()
73 int av1_get_palette_cache(const MACROBLOCKD *const xd, int plane, in av1_get_palette_cache()
124 int av1_get_intra_inter_context(const MACROBLOCKD *xd) { in av1_get_intra_inter_context()
145 int av1_get_reference_mode_context(const MACROBLOCKD *xd) { in av1_get_reference_mode_context()
187 int av1_get_comp_reference_type_context(const MACROBLOCKD *xd) { in av1_get_comp_reference_type_context()
265 int av1_get_pred_context_uni_comp_ref_p(const MACROBLOCKD *xd) { in av1_get_pred_context_uni_comp_ref_p()
290 int av1_get_pred_context_uni_comp_ref_p1(const MACROBLOCKD *xd) { in av1_get_pred_context_uni_comp_ref_p1()
315 int av1_get_pred_context_uni_comp_ref_p2(const MACROBLOCKD *xd) { in av1_get_pred_context_uni_comp_ref_p2()
334 static int get_pred_context_ll2_or_l3gld(const MACROBLOCKD *xd) { in get_pred_context_ll2_or_l3gld()
[all …]
Dblockd.c29 void av1_set_entropy_contexts(const MACROBLOCKD *xd, in av1_set_entropy_contexts()
58 void av1_reset_entropy_context(MACROBLOCKD *xd, BLOCK_SIZE bsize, in av1_reset_entropy_context()
73 void av1_reset_loop_filter_delta(MACROBLOCKD *xd, int num_planes) { in av1_reset_loop_filter_delta()
80 void av1_reset_loop_restoration(MACROBLOCKD *xd, const int num_planes) { in av1_reset_loop_restoration()
87 void av1_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y, in av1_setup_block_planes()
Dobmc.h21 MACROBLOCKD *xd, int nb_max, in foreach_overlappable_nb_above()
58 MACROBLOCKD *xd, int nb_max, in foreach_overlappable_nb_left()
/external/libvpx/vp9/common/
Dvp9_pred_common.h41 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { in vp9_get_pred_context_seg_id()
51 const MACROBLOCKD *xd) { in vp9_get_pred_prob_seg_id()
55 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { in vp9_get_skip_context()
64 const MACROBLOCKD *xd) { in vp9_get_skip_prob()
69 static INLINE int get_pred_context_switchable_interp(const MACROBLOCKD *xd) { in get_pred_context_switchable_interp()
97 static INLINE int get_intra_inter_context(const MACROBLOCKD *xd) { in get_intra_inter_context()
114 const MACROBLOCKD *xd) { in vp9_get_intra_inter_prob()
121 const MACROBLOCKD *xd) { in vp9_get_reference_mode_prob()
129 const MACROBLOCKD *xd) { in vp9_get_pred_prob_comp_ref_p()
137 const MACROBLOCKD *xd) { in vp9_get_pred_prob_single_ref_p1()
[all …]
Dvp9_blockd.c38 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane()
77 void vp9_foreach_transformed_block(const MACROBLOCKD *const xd, in vp9_foreach_transformed_block()
87 void vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd, in vp9_set_contexts()
124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes()
Dvp9_mvref_common.c16 static void find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd, in find_mv_refs_idx()
133 void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd, in vp9_find_mv_refs()
141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, in vp9_find_best_ref_mvs()
153 void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, int block, in vp9_append_sub8x8_mvs_for_idx()
Dvp9_reconinter.c90 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw, in clamp_mv_to_umv_border_sb()
126 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block, in build_inter_predictors()
208 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, in build_inter_predictors_for_planes()
235 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col, in vp9_build_inter_predictors_sby()
240 void vp9_build_inter_predictors_sbp(MACROBLOCKD *xd, int mi_row, int mi_col, in vp9_build_inter_predictors_sbp()
245 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col, in vp9_build_inter_predictors_sbuv()
251 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col, in vp9_build_inter_predictors_sb()
273 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx, in vp9_setup_pre_planes()
Dvp9_pred_common.c43 const MACROBLOCKD *xd) { in vp9_get_reference_mode_context()
86 const MACROBLOCKD *xd) { in vp9_get_pred_context_comp_ref_p()
167 int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p1()
233 int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p2()
/external/libvpx/vp9/decoder/
Dvp9_decodemv.c31 static PREDICTION_MODE read_intra_mode_y(VP9_COMMON *cm, MACROBLOCKD *xd, in read_intra_mode_y()
40 static PREDICTION_MODE read_intra_mode_uv(VP9_COMMON *cm, MACROBLOCKD *xd, in read_intra_mode_uv()
50 static PREDICTION_MODE read_inter_mode(VP9_COMMON *cm, MACROBLOCKD *xd, in read_inter_mode()
64 static TX_SIZE read_selected_tx_size(VP9_COMMON *cm, MACROBLOCKD *xd, in read_selected_tx_size()
80 static INLINE TX_SIZE read_tx_size(VP9_COMMON *cm, MACROBLOCKD *xd, in read_tx_size()
146 static int read_inter_segment_id(VP9_COMMON *const cm, MACROBLOCKD *const xd, in read_inter_segment_id()
179 static int read_skip(VP9_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip()
193 MACROBLOCKD *const xd, int mi_row, in read_intra_frame_mode_info()
288 const MACROBLOCKD *xd, in read_block_reference_mode()
303 static void read_ref_frames(VP9_COMMON *const cm, MACROBLOCKD *const xd, in read_ref_frames()
[all …]
/external/libaom/av1/decoder/
Ddecodemv.c39 static void read_cdef(AV1_COMMON *cm, aom_reader *r, MACROBLOCKD *const xd) { in read_cdef()
84 static int read_delta_qindex(AV1_COMMON *cm, const MACROBLOCKD *xd, in read_delta_qindex()
168 static INTERINTRA_MODE read_interintra_mode(MACROBLOCKD *xd, aom_reader *r, in read_interintra_mode()
198 MACROBLOCKD *const xd = &dcb->xd; in read_drl_idx() local
226 static MOTION_MODE read_motion_mode(AV1_COMMON *cm, MACROBLOCKD *xd, in read_motion_mode()
248 static PREDICTION_MODE read_inter_compound_mode(MACROBLOCKD *xd, aom_reader *r, in read_inter_compound_mode()
279 static int read_segment_id(AV1_COMMON *const cm, const MACROBLOCKD *const xd, in read_segment_id()
314 const MACROBLOCKD *const xd, int bsize, in read_intra_segment_id()
362 static int read_inter_segment_id(AV1_COMMON *const cm, MACROBLOCKD *const xd, in read_inter_segment_id()
420 static int read_skip_mode(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip_mode()
[all …]
/external/libvpx/vp8/encoder/
Dencodeintra.c73 MACROBLOCKD *xd = &mb->e_mbd; in vp8_encode_intra4x4mby() local
82 MACROBLOCKD *xd = &x->e_mbd; in vp8_encode_intra16x16mby() local
99 MACROBLOCKD *xd = &x->e_mbd; in vp8_encode_intra16x16mbuv() local
Dencodeframe.c228 MACROBLOCKD *xd = &x->e_mbd; in build_activity_map() local
318 MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, in encode_mb_row()
573 MACROBLOCKD *const xd = &x->e_mbd; in init_encode_frame_mb_context() local
666 MACROBLOCKD *const xd = &x->e_mbd; in vp8_encode_frame() local
1024 const MACROBLOCKD *xd = &x->e_mbd; in sum_intra_stats() local
1076 MACROBLOCKD *xd = &x->e_mbd; in vp8cx_encode_intra_macroblock() local
1118 MACROBLOCKD *const xd = &x->e_mbd; in vp8cx_encode_inter_macroblock() local
Dtokenize.c102 MACROBLOCKD *xd = &x->e_mbd; in tokenize2nd_order_b() local
183 MACROBLOCKD *xd = &x->e_mbd; in tokenize1st_order_b() local
354 MACROBLOCKD *xd = &x->e_mbd; in vp8_tokenize_mb() local
435 MACROBLOCKD *xd = &x->e_mbd; in vp8_stuff_mb() local
Dethreading.c58 MACROBLOCKD *xd = &x->e_mbd; in thread_encoding_proc() local
376 MACROBLOCKD *xd = &x->e_mbd; in setup_mbby_copy() local
438 MACROBLOCKD *const xd = &x->e_mbd; in vp8cx_init_mbrthread_data() local
/external/libaom/av1/encoder/
Dreconinter_enc.c53 static void enc_build_inter_predictors(const AV1_COMMON *cm, MACROBLOCKD *xd, in enc_build_inter_predictors()
60 void av1_enc_build_inter_predictor_y(MACROBLOCKD *xd, int mi_row, int mi_col) { in av1_enc_build_inter_predictor_y()
84 void av1_enc_build_inter_predictor_y_nonrd(MACROBLOCKD *xd, in av1_enc_build_inter_predictor_y_nonrd()
110 void av1_enc_build_inter_predictor(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_enc_build_inter_predictor()
137 static void setup_address_for_obmc(MACROBLOCKD *xd, int mi_row_offset, in setup_address_for_obmc()
168 static INLINE void build_obmc_prediction(MACROBLOCKD *xd, int rel_mi_row, in build_obmc_prediction()
216 void av1_build_prediction_by_above_preds(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_build_prediction_by_above_preds()
231 void av1_build_prediction_by_left_preds(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_build_prediction_by_left_preds()
246 void av1_build_obmc_inter_predictors_sb(const AV1_COMMON *cm, MACROBLOCKD *xd) { in av1_build_obmc_inter_predictors_sb()
271 MACROBLOCKD *xd, BLOCK_SIZE bsize, int plane_from, int plane_to, int ref, in av1_build_inter_predictors_for_planes_single_buf()
[all …]
Drdopt_utils.h241 static AOM_INLINE void restore_dst_buf(MACROBLOCKD *xd, const BUFFER_SET dst, in restore_dst_buf()
249 static AOM_INLINE void swap_dst_buf(MACROBLOCKD *xd, in swap_dst_buf()
307 static AOM_INLINE void get_txb_dimensions(const MACROBLOCKD *xd, int plane, in get_txb_dimensions()
648 const MACROBLOCKD *xd = &x->e_mbd; in store_cfl_required_rdo() local
714 const MACROBLOCKD *xd = &x->e_mbd; in store_winner_mode_stats() local
731 const MACROBLOCKD *const xd = &x->e_mbd; in store_winner_mode_stats() local
762 const MACROBLOCKD *xd, MB_MODE_INFO_EXT *const mbmi_ext, in av1_copy_usable_ref_mv_stack_and_weight()
Dmodel_rd.h49 static int64_t calculate_sse(MACROBLOCKD *const xd, in calculate_sse()
70 static AOM_INLINE int64_t compute_sse_plane(MACROBLOCK *x, MACROBLOCKD *xd, in compute_sse_plane()
91 const MACROBLOCKD *const xd = &x->e_mbd; in model_rd_from_sse() local
124 const MACROBLOCKD *const xd = &x->e_mbd; in model_rd_with_curvfit() local
159 const AV1_COMP *const cpi, BLOCK_SIZE bsize, MACROBLOCK *x, MACROBLOCKD *xd, in model_rd_for_sb()
211 const AV1_COMP *const cpi, BLOCK_SIZE bsize, MACROBLOCK *x, MACROBLOCKD *xd, in model_rd_for_sb_with_curvfit()
Dintra_mode_search.c120 const MACROBLOCKD *const xd = &x->e_mbd; in compute_avg_log_variance() local
239 MACROBLOCKD *const xd = &x->e_mbd; in rd_pick_filter_intra_sby() local
409 const MACROBLOCKD *const xd = &x->e_mbd; in get_model_rd_index_for_pruning() local
501 MACROBLOCKD *const xd = &x->e_mbd; in rd_pick_intra_angle_sbuv() local
573 MACROBLOCKD *const xd = &x->e_mbd; in cfl_compute_rd() local
613 const MACROBLOCKD *const xd = &x->e_mbd; in cfl_pick_plane_parameter() local
648 const MACROBLOCKD *const xd = &x->e_mbd; in cfl_pick_plane_rd() local
714 MACROBLOCKD *const xd = &x->e_mbd; in cfl_rd_pick_alpha() local
818 MACROBLOCKD *xd = &x->e_mbd; in av1_rd_pick_intra_sbuv_mode() local
981 MACROBLOCKD *const xd = &x->e_mbd; in av1_search_palette_mode() local
[all …]
Dbitstream.c137 static AOM_INLINE void write_inter_compound_mode(MACROBLOCKD *xd, aom_writer *w, in write_inter_compound_mode()
146 static AOM_INLINE void write_tx_size_vartx(MACROBLOCKD *xd, in write_tx_size_vartx()
200 static AOM_INLINE void write_selected_tx_size(const MACROBLOCKD *xd, in write_selected_tx_size()
221 static int write_skip(const AV1_COMMON *cm, const MACROBLOCKD *xd, in write_skip()
235 static int write_skip_mode(const AV1_COMMON *cm, const MACROBLOCKD *xd, in write_skip_mode()
261 const MACROBLOCKD *xd, uint8_t segment_id, in write_is_inter()
274 static AOM_INLINE void write_motion_mode(const AV1_COMMON *cm, MACROBLOCKD *xd, in write_motion_mode()
296 static AOM_INLINE void write_delta_qindex(const MACROBLOCKD *xd, in write_delta_qindex()
319 const MACROBLOCKD *xd, int lf_id, in write_delta_lflevel()
369 const TokenExtra *const tok_end, MACROBLOCKD *xd, MB_MODE_INFO *mbmi, in pack_txb_tokens()
[all …]
Dnonrd_opt.h39 static INLINE int get_model_rd_flag(const AV1_COMP *cpi, const MACROBLOCKD *xd, in get_model_rd_flag()
80 MACROBLOCKD *const xd = &x->e_mbd; in find_predictors() local
/external/libvpx/vp9/encoder/
Dvp9_mbgraph.c29 MACROBLOCKD *const xd = &x->e_mbd; in do_16x16_motion_iteration() local
80 MACROBLOCKD *const xd = &x->e_mbd; in do_16x16_motion_search() local
117 MACROBLOCKD *const xd = &x->e_mbd; in do_16x16_zerozero_search() local
131 MACROBLOCKD *const xd = &x->e_mbd; in find_best_16x16_intra() local
166 MACROBLOCKD *const xd = &x->e_mbd; in update_mbgraph_mb_stats() local
218 MACROBLOCKD *const xd = &x->e_mbd; in update_mbgraph_frame_stats() local
Dvp9_bitstream.c89 const MACROBLOCKD *const xd, vpx_writer *w) { in write_selected_tx_size()
103 static int write_skip(const VP9_COMMON *cm, const MACROBLOCKD *const xd, in write_skip()
203 static void write_ref_frames(const VP9_COMMON *cm, const MACROBLOCKD *const xd, in write_ref_frames()
239 static void pack_inter_mode_mvs(VP9_COMP *cpi, const MACROBLOCKD *const xd, in pack_inter_mode_mvs()
342 static void write_mb_modes_kf(const VP9_COMMON *cm, const MACROBLOCKD *xd, in write_mb_modes_kf()
376 static void write_modes_b(VP9_COMP *cpi, MACROBLOCKD *const xd, in write_modes_b()
405 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition()
426 static void write_modes_sb(VP9_COMP *cpi, MACROBLOCKD *const xd, in write_modes_sb()
489 static void write_modes(VP9_COMP *cpi, MACROBLOCKD *const xd, in write_modes()
759 static void encode_segmentation(VP9_COMMON *cm, MACROBLOCKD *xd, in encode_segmentation()
[all …]
/external/libvpx/vp8/common/
Dfindnearmv.c23 void vp8_find_near_mvs(MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, in vp8_find_near_mvs()
124 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd) { in invert_and_clamp_mvs()
131 int vp8_find_near_mvs_bias(MACROBLOCKD *xd, const MODE_INFO *here, in vp8_find_near_mvs_bias()
/external/libvpx/vp8/decoder/
Dthreading.c40 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, in setup_decoding_thread_data()
86 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_macroblock()
249 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_mb_rows()
594 MACROBLOCKD *xd = &mbrd->mbd; in thread_decoding_proc() local
841 int vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd) { in vp8mt_decode_mb_rows()

1234567