Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h110 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef
201 vpx_fixed_buf_t twopass_stats; /**< data for two-pass packet */
202 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
208 vpx_fixed_buf_t raw; /**< data for arbitrary packets */
499 vpx_fixed_buf_t rc_twopass_stats_in;
506 vpx_fixed_buf_t rc_firstpass_mb_stats_in;
895 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
991 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.c123 vpx_fixed_buf_t stats_get(stats_io_t *stats) { in stats_get()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c73 vpx_fixed_buf_t *stats) { in get_frame_stats()
129 static vpx_fixed_buf_t pass0(vpx_image_t *raw, in pass0()
135 vpx_fixed_buf_t stats = {NULL, 0}; in pass0()
206 vpx_fixed_buf_t stats; in main()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h264 typedef vpx_fixed_buf_t *
345 vpx_fixed_buf_t cx_data_dst_buf;
/external/libvpx/libvpx/test/
Dencode_test_driver.h73 vpx_fixed_buf_t buf() { in buf()
74 const vpx_fixed_buf_t buf = { &buffer_[0], buffer_.size() }; in buf()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c302 const vpx_fixed_buf_t *buf, in vpx_codec_set_cx_data_buf()
341 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers()
342 vpx_fixed_buf_t *buf = NULL; in vpx_codec_get_global_headers()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h33 vpx_fixed_buf_t rc_twopass_stats_in;
Dvp9_encoder.h228 vpx_fixed_buf_t two_pass_stats_in;
232 vpx_fixed_buf_t firstpass_mb_stats_in;
/external/libvpx/libvpx/vp8/common/
Donyx.h228 vpx_fixed_buf_t two_pass_stats_in;