Home
last modified time | relevance | path

Searched refs:BUFFER_SET (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcompound_type.h33 const BUFFER_SET *orig_dst);
37 int masked_compound_used, const BUFFER_SET *orig_dst,
38 const BUFFER_SET *tmp_dst,
Dinterp_search.c109 static INLINE void swap_dst_buf(MACROBLOCKD *xd, const BUFFER_SET *dst_bufs[2], in swap_dst_buf()
111 const BUFFER_SET *buf0 = dst_bufs[0]; in swap_dst_buf()
132 const BUFFER_SET *const orig_dst, int plane_from, int plane_to, in interp_model_rd_eval()
161 const BUFFER_SET *const orig_dst, int64_t *const rd, in interpolation_filter_rd()
163 const BUFFER_SET *dst_bufs[2], int filter_idx, const int switchable_ctx[2], in interpolation_filter_rd()
314 const BUFFER_SET *const orig_dst, int64_t *const rd, RD_STATS *rd_stats_y, in find_best_interp_rd_facade()
316 const BUFFER_SET *dst_bufs[2], const int switchable_ctx[2], in find_best_interp_rd_facade()
346 const BUFFER_SET *const orig_dst, int64_t *const rd, RD_STATS *rd_stats_y, in pred_dual_interp_filter_rd()
348 const BUFFER_SET *dst_bufs[2], const int switchable_ctx[2], in pred_dual_interp_filter_rd()
383 const BUFFER_SET *const orig_dst, int64_t *const rd, RD_STATS *rd_stats_y, in fast_dual_interp_filter_rd()
[all …]
Dinterp_search.h77 const BUFFER_SET *const tmp_dst, const BUFFER_SET *const orig_dst,
Dreconinter_enc.h31 const BUFFER_SET *ctx, BLOCK_SIZE bsize,
Dreconinter_enc.c114 const BUFFER_SET *ctx, BLOCK_SIZE bsize, in av1_enc_build_inter_predictor()
124 BUFFER_SET default_ctx = { in av1_enc_build_inter_predictor()
Dcompound_type.c455 const BUFFER_SET *orig_dst, uint8_t *intrapred, const uint8_t *tmp_buf, in compute_best_interintra_mode()
518 const BUFFER_SET *orig_dst, uint8_t *intrapred_, uint8_t *tmp_buf_, in compute_best_wedge_interintra()
548 const BUFFER_SET *orig_dst) { in av1_handle_inter_intra_mode()
1003 int rate_mv, const BUFFER_SET *ctx, int *out_rate_mv, uint8_t **preds0, in masked_compound_type_rd()
1201 int masked_compound_used, const BUFFER_SET *orig_dst, in av1_compound_type_rd()
1202 const BUFFER_SET *tmp_dst, in av1_compound_type_rd()
Drdopt_utils.h233 static AOM_INLINE void restore_dst_buf(MACROBLOCKD *xd, const BUFFER_SET dst, in restore_dst_buf()
Drdopt.c1229 const BUFFER_SET *orig_dst, int64_t *best_est_rd, int do_tx_search, in motion_mode_rd()
1629 const BUFFER_SET *const orig_dst) { in skip_mode_rd()
1895 const BUFFER_SET orig_dst = { in simple_translation_pred_rd()
2255 const BUFFER_SET orig_dst = { in handle_inter_mode()
2259 const BUFFER_SET tmp_dst = { { tmp_buf, tmp_buf + 1 * MAX_SB_SQUARE, in handle_inter_mode()
2977 BUFFER_SET orig_dst; in rd_pick_skip_mode()
4192 const BUFFER_SET orig_dst = { in evaluate_motion_mode_for_winner_candidates()
/external/libaom/libaom/av1/common/
Dreconinter.h386 const BUFFER_SET *ctx, int plane,
392 const BUFFER_SET *ctx,
Dreconinter.c1365 const BUFFER_SET *ctx, in av1_build_intra_predictors_for_interintra()
1409 const BUFFER_SET *ctx, int plane, in av1_build_interintra_predictor()
Dblockd.h68 } BUFFER_SET; typedef
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c667 BUFFER_SET ctx = { { xd->plane[0].dst.buf, xd->plane[1].dst.buf, in dec_build_inter_predictor()