Searched refs:BUFFER_SET (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 338 const BUFFER_SET *ctx, int plane, 344 const BUFFER_SET *ctx, 349 const BUFFER_SET *ctx, uint8_t *intra_pred, int intra_stride);
|
D | reconinter.c | 1098 const BUFFER_SET *ctx, in av1_build_intra_predictors_for_interintra() 1141 const BUFFER_SET *ctx, int plane, in av1_build_interintra_predictors_sbp() 1162 const BUFFER_SET *ctx, in av1_build_interintra_predictors_sbuv()
|
D | blockd.h | 66 } BUFFER_SET; typedef
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.h | 28 const BUFFER_SET *ctx, BLOCK_SIZE bsize,
|
D | reconinter_enc.c | 242 int mi_col, const BUFFER_SET *ctx, in build_inter_predictors_for_plane() 255 BUFFER_SET default_ctx = { { NULL, NULL, NULL }, { 0, 0, 0 } }; in build_inter_predictors_for_plane() 269 const BUFFER_SET *ctx, BLOCK_SIZE bsize, in av1_enc_build_inter_predictor()
|
D | rdopt.c | 7254 static INLINE void restore_dst_buf(MACROBLOCKD *xd, const BUFFER_SET dst, in restore_dst_buf() 7893 int rate_mv, const BUFFER_SET *ctx, int *out_rate_mv, uint8_t **preds0, in build_and_cost_compound_type() 8187 static INLINE void swap_dst_buf(MACROBLOCKD *xd, const BUFFER_SET *dst_bufs[2], in swap_dst_buf() 8189 const BUFFER_SET *buf0 = dst_bufs[0]; in swap_dst_buf() 8210 const BUFFER_SET *const orig_dst, int64_t *const rd, in interpolation_filter_rd() 8212 int64_t *const skip_sse_sb, const BUFFER_SET *dst_bufs[2], int filter_idx, in interpolation_filter_rd() 8331 const BUFFER_SET *const orig_dst, int64_t *const rd, in pred_dual_interp_filter_rd() 8333 int64_t *const skip_sse_sb, const BUFFER_SET *dst_bufs[2], in pred_dual_interp_filter_rd() 8374 const BUFFER_SET *const orig_dst, int64_t *const rd, in find_best_non_dual_interp_filter() 8376 int64_t *const skip_sse_sb, const BUFFER_SET *dst_bufs[2], in find_best_non_dual_interp_filter() [all …]
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 859 int mi_col, const BUFFER_SET *ctx, in dec_build_inter_predictors_sby() 864 BUFFER_SET default_ctx = { { xd->plane[0].dst.buf, NULL, NULL }, in dec_build_inter_predictors_sby() 874 int mi_col, const BUFFER_SET *ctx, in dec_build_inter_predictors_sbuv() 880 BUFFER_SET default_ctx = { in dec_build_inter_predictors_sbuv() 893 BUFFER_SET *ctx, BLOCK_SIZE bsize) { in dec_build_inter_predictors_sb()
|