Home
last modified time | relevance | path

Searched refs:vpx_fixed_buf_t (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h99 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef
182 vpx_fixed_buf_t twopass_stats; /**< data for two-pass packet */
183 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
189 vpx_fixed_buf_t raw; /**< data for arbitrary packets */
447 vpx_fixed_buf_t rc_twopass_stats_in;
454 vpx_fixed_buf_t rc_firstpass_mb_stats_in;
827 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
920 const vpx_fixed_buf_t *buf,
/external/libvpx/libvpx/
Dvpxstats.h26 vpx_fixed_buf_t buf;
37 vpx_fixed_buf_t stats_get(stats_io_t *stats);
Dvpxstats.c105 vpx_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c72 vpx_fixed_buf_t *stats) { in get_frame_stats()
123 static vpx_fixed_buf_t pass0(vpx_image_t *raw, FILE *infile, in pass0()
128 vpx_fixed_buf_t stats = { NULL, 0 }; in pass0()
197 vpx_fixed_buf_t stats; in main()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h261 typedef vpx_fixed_buf_t *(*vpx_codec_get_global_headers_fn_t)(
347 vpx_fixed_buf_t cx_data_dst_buf;
/external/libvpx/libvpx/test/
Dvp9_ethread_test.cc112 vpx_fixed_buf_t firstpass_stats_;
115 static void compare_fp_stats(vpx_fixed_buf_t *fp_stats, double factor) { in compare_fp_stats()
147 static void compare_fp_stats_md5(vpx_fixed_buf_t *fp_stats) { in compare_fp_stats_md5()
Dencode_test_driver.h71 vpx_fixed_buf_t buf() { in buf()
72 const vpx_fixed_buf_t buf = { &buffer_[0], buffer_.size() }; in buf()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c291 const vpx_fixed_buf_t *buf, in vpx_codec_set_cx_data_buf()
327 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers()
328 vpx_fixed_buf_t *buf = NULL; in vpx_codec_get_global_headers()
/external/libvpx/libvpx/vp8/common/
Donyx.h217 vpx_fixed_buf_t two_pass_stats_in;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h51 vpx_fixed_buf_t rc_twopass_stats_in;
Dvp9_encoder.h258 vpx_fixed_buf_t two_pass_stats_in;
262 vpx_fixed_buf_t firstpass_mb_stats_in;