Home
last modified time | relevance | path

Searched refs:aom_fixed_buf_t (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/aom/
Daom_encoder.h79 } aom_fixed_buf_t; /**< alias for struct aom_fixed_buf */ typedef
149 aom_fixed_buf_t twopass_stats; /**< data for two-pass packet */
150 aom_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
156 aom_fixed_buf_t raw; /**< data for arbitrary packets */
609 aom_fixed_buf_t rc_twopass_stats_in;
616 aom_fixed_buf_t rc_firstpass_mb_stats_in;
1009 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx);
1088 const aom_fixed_buf_t *buf,
/external/libaom/libaom/stats/
Daomstats.h27 aom_fixed_buf_t buf;
38 aom_fixed_buf_t stats_get(stats_io_t *stats);
Daomstats.c106 aom_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
/external/libaom/libaom/examples/
Dtwopass_encoder.c71 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()
Dlightfield_encoder.c70 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()
438 aom_fixed_buf_t stats; in main()
/external/libaom/libaom/aom/internal/
Daom_codec_internal.h249 typedef aom_fixed_buf_t *(*aom_codec_get_global_headers_fn_t)(
301 aom_fixed_buf_t cx_data_dst_buf;
/external/libaom/libaom/aom/src/
Daom_encoder.c209 const aom_fixed_buf_t *buf, in aom_codec_set_cx_data_buf()
245 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx) { in aom_codec_get_global_headers()
246 aom_fixed_buf_t *buf = NULL; in aom_codec_get_global_headers()
/external/libaom/libaom/test/
Dencode_test_driver.h67 aom_fixed_buf_t buf() { in buf()
68 const aom_fixed_buf_t buf = { &buffer_[0], buffer_.size() }; in buf()
Dencode_api_test.cc60 aom_fixed_buf_t *glob_headers = aom_codec_get_global_headers(&enc); in TEST()
/external/libaom/libaom/common/
Dwebmenc.cc75 aom_fixed_buf_t *obu_sequence_header = in write_webm_file_header()
/external/libaom/libaom/av1/encoder/
Dencoder.h353 aom_fixed_buf_t two_pass_stats_in;
1846 aom_fixed_buf_t *av1_get_global_headers(AV1_COMP *cpi);
Dencoder.c7135 aom_fixed_buf_t *av1_get_global_headers(AV1_COMP *cpi) { in av1_get_global_headers()
7164 aom_fixed_buf_t *global_headers = in av1_get_global_headers()
7165 (aom_fixed_buf_t *)malloc(sizeof(*global_headers)); in av1_get_global_headers()
/external/libaom/libaom/av1/
Dav1_cx_iface.c1070 static aom_fixed_buf_t *encoder_get_global_headers(aom_codec_alg_priv_t *ctx) { in encoder_get_global_headers()