HomeSort by relevance Sort by last modified time
    Searched refs:AV1_COMP (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libaom/libaom/av1/encoder/
pass2_strategy.h 19 struct AV1_COMP;
22 void av1_init_second_pass(struct AV1_COMP *cpi);
24 void av1_get_second_pass_params(struct AV1_COMP *cpi,
28 void av1_twopass_postencode_update(struct AV1_COMP *cpi);
av1_multi_thread.h 17 void av1_row_mt_mem_alloc(AV1_COMP *cpi, int max_sb_rows);
19 void av1_row_mt_mem_dealloc(AV1_COMP *cpi);
aq_complexity.h 21 struct AV1_COMP;
25 void av1_caq_select_segment(const struct AV1_COMP *cpi, struct macroblock *,
31 void av1_setup_in_frame_q_adj(struct AV1_COMP *cpi);
picklpf.h 22 struct AV1_COMP;
23 int av1_get_max_filter_level(const AV1_COMP *cpi);
25 struct AV1_COMP *cpi, LPF_PICK_METHOD method);
gop_structure.h 22 struct AV1_COMP;
30 struct AV1_COMP *cpi, const struct EncodeFrameParams *const frame_params);
aq_variance.h 21 void av1_vaq_frame_setup(AV1_COMP *cpi);
23 int av1_log_block_var(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
24 int av1_compute_deltaq_from_energy_level(const AV1_COMP *const cpi,
26 int av1_block_wavelet_energy_level(const AV1_COMP *cpi, MACROBLOCK *x,
aq_cyclicrefresh.h 30 struct AV1_COMP;
41 int av1_cyclic_refresh_estimate_bits_at_q(const struct AV1_COMP *cpi,
46 int av1_cyclic_refresh_rc_bits_per_mb(const struct AV1_COMP *cpi, int i,
52 void av1_cyclic_refresh_update_segment(const struct AV1_COMP *cpi,
58 void av1_cyclic_refresh_postencode(struct AV1_COMP *const cpi);
61 void av1_cyclic_refresh_set_golden_update(struct AV1_COMP *const cpi);
64 void av1_cyclic_refresh_update_parameters(struct AV1_COMP *const cpi);
67 void av1_cyclic_refresh_setup(struct AV1_COMP *const cpi);
71 void av1_cyclic_refresh_reset_resize(struct AV1_COMP *const cpi);
encodeframe.h 27 struct AV1_COMP;
34 void av1_encode_frame(struct AV1_COMP *cpi);
36 void av1_alloc_tile_data(struct AV1_COMP *cpi);
37 void av1_init_tile_data(struct AV1_COMP *cpi);
38 void av1_encode_tile(struct AV1_COMP *cpi, struct ThreadData *td, int tile_row,
40 void av1_encode_sb_row(struct AV1_COMP *cpi, struct ThreadData *td,
mbgraph.h 33 struct AV1_COMP;
35 void av1_update_mbgraph_stats(struct AV1_COMP *cpi);
var_based_part.h 27 void av1_set_variance_partition_thresholds(AV1_COMP *cpi, int q,
30 int av1_choose_var_based_partitioning(AV1_COMP *cpi, const TileInfo *const tile,
tpl_model.h 19 void av1_tpl_setup_stats(AV1_COMP *cpi,
encode_strategy.h 29 int av1_encode_strategy(AV1_COMP *const cpi, size_t *const size,
37 void av1_configure_buffer_updates(AV1_COMP *const cpi,
bitstream.h 26 uint32_t write_sequence_header_obu(AV1_COMP *cpi, uint8_t *const dst);
30 uint32_t av1_write_obu_header(AV1_COMP *const cpi, OBU_TYPE obu_type,
36 int av1_pack_bitstream(AV1_COMP *const cpi, uint8_t *dst, size_t *size,
ratectrl.h 147 struct AV1_COMP;
191 struct AV1_COMP *cpi, uint8_t *const frame_update_type,
194 struct AV1_COMP *cpi, uint8_t *const frame_update_type,
199 void av1_rc_postencode_update(struct AV1_COMP *cpi, uint64_t bytes_used);
201 void av1_rc_postencode_update_drop_frame(struct AV1_COMP *cpi);
205 void av1_rc_update_rate_correction_factors(struct AV1_COMP *cpi, int width,
210 int av1_rc_drop_frame(struct AV1_COMP *cpi);
213 void av1_rc_compute_frame_size_bounds(const struct AV1_COMP *cpi,
219 int av1_rc_pick_q_and_bounds(struct AV1_COMP *cpi, int width, int height,
223 int av1_rc_regulate_q(const struct AV1_COMP *cpi, int target_bits_per_frame
    [all...]
ethread.h 19 struct AV1_COMP;
24 struct AV1_COMP *cpi;
44 void av1_encode_tiles_mt(struct AV1_COMP *cpi);
45 void av1_encode_tiles_row_mt(struct AV1_COMP *cpi);
level.h 17 struct AV1_COMP;
74 void av1_update_level_info(struct AV1_COMP *cpi, size_t size, int64_t ts_start,
78 aom_codec_err_t av1_get_seq_level_idx(const struct AV1_COMP *cpi,
temporal_filter.h 33 void av1_temporal_filter(AV1_COMP *cpi, int distance);
encodetxb.h 49 void av1_alloc_txb_buf(AV1_COMP *cpi);
50 void av1_free_txb_buf(AV1_COMP *cpi);
62 void av1_update_txb_context(const AV1_COMP *cpi, ThreadData *td,
74 void av1_set_coeff_buffer(const AV1_COMP *const cpi, MACROBLOCK *const x,
78 int av1_optimize_txb_new(const struct AV1_COMP *cpi, MACROBLOCK *x, int plane,
firstpass.h 170 struct AV1_COMP;
174 void av1_init_first_pass(struct AV1_COMP *cpi);
175 void av1_rc_get_first_pass_params(struct AV1_COMP *cpi);
176 void av1_first_pass(struct AV1_COMP *cpi, const int64_t ts_duration);
177 void av1_end_first_pass(struct AV1_COMP *cpi);
partition_strategy.h 29 AV1_COMP *const cpi, MACROBLOCK *x, int mi_row, int mi_col,
38 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
51 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
58 void av1_firstpass_simple_motion_search_early_term(AV1_COMP *const cpi,
68 void av1_get_max_min_partition_features(AV1_COMP *const cpi, MACROBLOCK *x,
73 BLOCK_SIZE av1_predict_max_partition(AV1_COMP *const cpi, MACROBLOCK *const x,
78 static INLINE void set_offsets_for_motion_search(const AV1_COMP *const cpi,
140 static INLINE int use_auto_max_partition(AV1_COMP *const cpi,
tokenize.h 29 struct AV1_COMP;
34 const struct AV1_COMP *cpi;
50 void av1_tokenize_sb_vartx(const struct AV1_COMP *cpi, struct ThreadData *td,
rdopt.h 71 int64_t av1_dist_8x8(const struct AV1_COMP *const cpi, const MACROBLOCK *x,
108 void av1_rd_pick_intra_mode_sb(const struct AV1_COMP *cpi, struct macroblock *x,
113 unsigned int av1_get_sby_perpixel_variance(const struct AV1_COMP *cpi,
116 unsigned int av1_high_get_sby_perpixel_variance(const struct AV1_COMP *cpi,
120 void av1_rd_pick_inter_mode_sb(struct AV1_COMP *cpi,
126 void av1_nonrd_pick_inter_mode_sb(struct AV1_COMP *cpi,
134 const struct AV1_COMP *cpi, struct TileDataEnc *tile_data,
encodemb.h 31 const struct AV1_COMP *cpi;
48 void av1_encode_sb(const struct AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize,
67 int av1_optimize_b(const struct AV1_COMP *cpi, MACROBLOCK *mb, int plane,
87 void av1_encode_intra_block_plane(const struct AV1_COMP *cpi, MACROBLOCK *x,
mcomp.h 78 struct AV1_COMP;
87 unsigned int av1_int_pro_motion_estimation(const struct AV1_COMP *cpi,
93 int av1_full_pixel_diamond(const struct AV1_COMP *cpi, MACROBLOCK *x,
137 int av1_full_pixel_search(const struct AV1_COMP *cpi, MACROBLOCK *x,
144 int av1_obmc_full_pixel_search(const struct AV1_COMP *cpi, MACROBLOCK *x,
157 unsigned int av1_compute_motion_cost(const struct AV1_COMP *cpi,
160 unsigned int av1_refine_warped_mv(const struct AV1_COMP *cpi,
168 void av1_simple_motion_search(struct AV1_COMP *const cpi, MACROBLOCK *x,
173 void av1_simple_motion_sse_var(struct AV1_COMP *cpi, MACROBLOCK *x, int mi_row,
av1_multi_thread.c 18 void av1_row_mt_mem_alloc(AV1_COMP *cpi, int max_sb_rows) {
50 void av1_row_mt_mem_dealloc(AV1_COMP *cpi) {

Completed in 2522 milliseconds

1 2 3