Searched refs:aom_fixed_buf_t (Results 1 – 13 of 13) sorted by relevance
79 } aom_fixed_buf_t; /**< alias for struct aom_fixed_buf */ typedef156 aom_fixed_buf_t twopass_stats; /**< data for two-pass packet */157 aom_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */163 aom_fixed_buf_t raw; /**< data for arbitrary packets */468 aom_fixed_buf_t rc_twopass_stats_in;475 aom_fixed_buf_t rc_firstpass_mb_stats_in;862 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx);941 const aom_fixed_buf_t *buf,
27 aom_fixed_buf_t buf;38 aom_fixed_buf_t stats_get(stats_io_t *stats);
106 aom_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
71 aom_fixed_buf_t *stats) { in get_frame_stats()119 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0()124 aom_fixed_buf_t stats = { NULL, 0 }; in pass0()189 aom_fixed_buf_t stats; in main()
70 aom_fixed_buf_t *stats) { in get_frame_stats()130 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0()140 aom_fixed_buf_t stats = { NULL, 0 }; in pass0()423 aom_fixed_buf_t stats; in main()
256 typedef aom_fixed_buf_t *(*aom_codec_get_global_headers_fn_t)(342 aom_fixed_buf_t cx_data_dst_buf;
67 aom_fixed_buf_t buf() { in buf()68 const aom_fixed_buf_t buf = { &buffer_[0], buffer_.size() }; in buf()
60 aom_fixed_buf_t *glob_headers = aom_codec_get_global_headers(&enc); in TEST()
309 const aom_fixed_buf_t *buf, in aom_codec_set_cx_data_buf()345 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx) { in aom_codec_get_global_headers()346 aom_fixed_buf_t *buf = NULL; in aom_codec_get_global_headers()
75 aom_fixed_buf_t *obu_sequence_header = in write_webm_file_header()
316 aom_fixed_buf_t two_pass_stats_in;1299 aom_fixed_buf_t *av1_get_global_headers(AV1_COMP *cpi);
5699 aom_fixed_buf_t *av1_get_global_headers(AV1_COMP *cpi) { in av1_get_global_headers()5728 aom_fixed_buf_t *global_headers = in av1_get_global_headers()5729 (aom_fixed_buf_t *)malloc(sizeof(*global_headers)); in av1_get_global_headers()
891 static aom_fixed_buf_t *encoder_get_global_headers(aom_codec_alg_priv_t *ctx) { in encoder_get_global_headers()