Home
last modified time | relevance | path

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

123456

/external/libaom/libaom/av1/common/
Dpred_common.h46 const MACROBLOCKD *const xd, in av1_get_spatial_seg_pred()
90 static INLINE int av1_get_pred_context_seg_id(const MACROBLOCKD *xd) { in av1_get_pred_context_seg_id()
100 const MACROBLOCKD *xd) { in get_comp_index_context()
138 static INLINE int get_comp_group_idx_context(const MACROBLOCKD *xd) { in get_comp_group_idx_context()
160 struct segmentation_probs *segp, const MACROBLOCKD *xd) { in av1_get_pred_cdf_seg_id()
164 static INLINE int av1_get_skip_mode_context(const MACROBLOCKD *xd) { in av1_get_skip_mode_context()
172 static INLINE int av1_get_skip_context(const MACROBLOCKD *xd) { in av1_get_skip_context()
194 static INLINE int av1_get_palette_mode_ctx(const MACROBLOCKD *xd) { in av1_get_palette_mode_ctx()
207 static INLINE aom_cdf_prob *av1_get_reference_mode_cdf(const MACROBLOCKD *xd) { in av1_get_reference_mode_cdf()
211 static INLINE aom_cdf_prob *av1_get_skip_cdf(const MACROBLOCKD *xd) { in av1_get_skip_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.c31 void av1_set_entropy_contexts(const MACROBLOCKD *xd, in av1_set_entropy_contexts()
60 void av1_reset_entropy_context(MACROBLOCKD *xd, BLOCK_SIZE bsize, in av1_reset_entropy_context()
75 void av1_reset_loop_filter_delta(MACROBLOCKD *xd, int num_planes) { in av1_reset_loop_filter_delta()
82 void av1_reset_loop_restoration(MACROBLOCKD *xd, const int num_planes) { in av1_reset_loop_restoration()
89 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()
Dav1_loopfilter.c191 static TX_SIZE get_transform_size(const MACROBLOCKD *const xd, in get_transform_size()
237 const AV1_COMMON *const cm, const MACROBLOCKD *const xd, in set_lpf_parameters()
347 const MACROBLOCKD *const xd, const int plane, in av1_filter_block_plane_vert()
460 const MACROBLOCKD *const xd, const int plane, in av1_filter_block_plane_horz()
576 const MACROBLOCKD *const xd, in av1_filter_block_plane_vert_test()
618 const MACROBLOCKD *const xd, in av1_filter_block_plane_horz_test()
660 MACROBLOCKD *xd, int start, int stop, in loop_filter_rows()
769 MACROBLOCKD *xd, in av1_loop_filter_frame()
/external/libvpx/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/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/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()
196 static void read_drl_idx(FRAME_CONTEXT *ec_ctx, MACROBLOCKD *xd, in read_drl_idx()
225 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()
324 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()
417 static int read_skip_mode(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip_mode()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c74 MACROBLOCKD *xd = &mb->e_mbd; in vp8_encode_intra4x4mby() local
83 MACROBLOCKD *xd = &x->e_mbd; in vp8_encode_intra16x16mby() local
100 MACROBLOCKD *xd = &x->e_mbd; in vp8_encode_intra16x16mbuv() local
Dencodeframe.c236 MACROBLOCKD *xd = &x->e_mbd; in build_activity_map() local
326 MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, in encode_mb_row()
578 MACROBLOCKD *const xd = &x->e_mbd; in init_encode_frame_mb_context() local
670 MACROBLOCKD *const xd = &x->e_mbd; in vp8_encode_frame() local
1028 const MACROBLOCKD *xd = &x->e_mbd; in sum_intra_stats() local
1080 MACROBLOCKD *xd = &x->e_mbd; in vp8cx_encode_intra_macroblock() local
1122 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/libaom/av1/encoder/
Dreconinter_enc.c33 MACROBLOCKD *xd, int mi_x, int mi_y, int ref, in enc_calc_subpel_params()
81 static void enc_build_inter_predictors(const AV1_COMMON *cm, MACROBLOCKD *xd, in enc_build_inter_predictors()
88 void av1_enc_build_inter_predictor_y(MACROBLOCKD *xd, int mi_row, int mi_col) { in av1_enc_build_inter_predictor_y()
112 void av1_enc_build_inter_predictor(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_enc_build_inter_predictor()
139 static INLINE void build_obmc_prediction(MACROBLOCKD *xd, int rel_mi_row, in build_obmc_prediction()
187 void av1_build_prediction_by_above_preds(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_build_prediction_by_above_preds()
202 void av1_build_prediction_by_left_preds(const AV1_COMMON *cm, MACROBLOCKD *xd, in av1_build_prediction_by_left_preds()
217 void av1_build_obmc_inter_predictors_sb(const AV1_COMMON *cm, MACROBLOCKD *xd) { in av1_build_obmc_inter_predictors_sb()
261 MACROBLOCKD *xd, BLOCK_SIZE bsize, int plane_from, int plane_to, int ref, in av1_build_inter_predictors_for_planes_single_buf()
333 MACROBLOCKD *xd, int plane, int x, int y, int w, int h, uint8_t *ext_dst0, in build_wedge_inter_predictor_from_buf()
[all …]
Dencodemb.c38 void av1_subtract_block(const MACROBLOCKD *xd, int rows, int cols, in av1_subtract_block()
57 MACROBLOCKD *const xd = &x->e_mbd; in av1_subtract_txb() local
79 const MACROBLOCKD *xd = &x->e_mbd; in av1_subtract_plane() local
89 MACROBLOCKD *const xd = &x->e_mbd; in av1_optimize_b() local
136 MACROBLOCKD *const xd = &mb->e_mbd; in av1_dropout_qcoeff() local
268 MACROBLOCKD *const xd = &x->e_mbd; in av1_xform_quant() local
312 MACROBLOCKD *const xd = &x->e_mbd; in av1_setup_xform() local
342 const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in av1_setup_qmatrix()
357 MACROBLOCKD *const xd = &x->e_mbd; in encode_block() local
464 MACROBLOCKD *const xd = &x->e_mbd; in encode_block_inter() local
[all …]
Dmodel_rd.h52 static int64_t calculate_sse(MACROBLOCKD *const xd, in calculate_sse()
73 static AOM_INLINE int64_t compute_sse_plane(MACROBLOCK *x, MACROBLOCKD *xd, in compute_sse_plane()
94 const MACROBLOCKD *const xd = &x->e_mbd; in model_rd_from_sse() local
127 const MACROBLOCKD *const xd = &x->e_mbd; in model_rd_with_curvfit() local
164 const AV1_COMP *const cpi, BLOCK_SIZE bsize, MACROBLOCK *x, MACROBLOCKD *xd, in model_rd_for_sb()
216 const AV1_COMP *const cpi, BLOCK_SIZE bsize, MACROBLOCK *x, MACROBLOCKD *xd, in model_rd_for_sb_with_curvfit()
Dbitstream.c133 static AOM_INLINE void write_inter_compound_mode(MACROBLOCKD *xd, aom_writer *w, in write_inter_compound_mode()
142 static AOM_INLINE void write_tx_size_vartx(MACROBLOCKD *xd, in write_tx_size_vartx()
195 static AOM_INLINE void write_selected_tx_size(const MACROBLOCKD *xd, in write_selected_tx_size()
216 static int write_skip(const AV1_COMMON *cm, const MACROBLOCKD *xd, in write_skip()
229 static int write_skip_mode(const AV1_COMMON *cm, const MACROBLOCKD *xd, in write_skip_mode()
255 const MACROBLOCKD *xd, int segment_id, in write_is_inter()
268 static AOM_INLINE void write_motion_mode(const AV1_COMMON *cm, MACROBLOCKD *xd, in write_motion_mode()
290 static AOM_INLINE void write_delta_qindex(const MACROBLOCKD *xd, in write_delta_qindex()
313 const MACROBLOCKD *xd, int lf_id, in write_delta_lflevel()
357 const TOKENEXTRA *const tok_end, MACROBLOCKD *xd, MB_MODE_INFO *mbmi, in pack_txb_tokens()
[all …]
Drdopt_utils.h233 static AOM_INLINE void restore_dst_buf(MACROBLOCKD *xd, const BUFFER_SET dst, in restore_dst_buf()
289 static AOM_INLINE void get_txb_dimensions(const MACROBLOCKD *xd, int plane, in get_txb_dimensions()
553 const MACROBLOCKD *xd = &x->e_mbd; in store_cfl_required_rdo() local
621 const MACROBLOCKD *xd = &x->e_mbd; in store_winner_mode_stats() local
636 const MACROBLOCKD *const xd = &x->e_mbd; in store_winner_mode_stats() local
/external/libvpx/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/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()
240 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()
377 VP9_COMP *cpi, MACROBLOCKD *const xd, const TileInfo *const tile, in write_modes_b()
404 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition()
426 VP9_COMP *cpi, MACROBLOCKD *const xd, const TileInfo *const tile, in write_modes_sb()
489 VP9_COMP *cpi, MACROBLOCKD *const xd, const TileInfo *const tile, in write_modes()
759 static void encode_segmentation(VP9_COMMON *cm, MACROBLOCKD *xd, in encode_segmentation()
[all …]
/external/libvpx/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()

123456