HomeSort by relevance Sort by last modified time
    Searched refs:vpx_fixed_buf_t (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/
vpxstats.h 26 vpx_fixed_buf_t buf;
37 vpx_fixed_buf_t stats_get(stats_io_t *stats);
vpxstats.c 105 vpx_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; }
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 105 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef in typeref:struct:vpx_fixed_buf
187 vpx_fixed_buf_t twopass_stats; /**< data for two-pass packet */
188 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
194 vpx_fixed_buf_t raw; /**< data for arbitrary packets */
466 vpx_fixed_buf_t rc_twopass_stats_in;
473 vpx_fixed_buf_t rc_firstpass_mb_stats_in;
835 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
    [all...]
  /external/libvpx/libvpx/examples/
twopass_encoder.c 72 vpx_fixed_buf_t *stats) {
123 static vpx_fixed_buf_t pass0(vpx_image_t *raw, FILE *infile,
128 vpx_fixed_buf_t stats = { NULL, 0 };
197 vpx_fixed_buf_t stats;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 261 typedef vpx_fixed_buf_t *(*vpx_codec_get_global_headers_fn_t)(
347 vpx_fixed_buf_t cx_data_dst_buf;
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 33 vpx_fixed_buf_t rc_twopass_stats_in;
vp9_encoder.h 253 vpx_fixed_buf_t two_pass_stats_in;
257 vpx_fixed_buf_t firstpass_mb_stats_in;
  /external/libvpx/libvpx/test/
vp9_ethread_test.cc 113 vpx_fixed_buf_t firstpass_stats_;
116 static void compare_fp_stats(vpx_fixed_buf_t *fp_stats, double factor) {
146 static void compare_fp_stats_md5(vpx_fixed_buf_t *fp_stats) {
encode_test_driver.h 71 vpx_fixed_buf_t buf() {
72 const vpx_fixed_buf_t buf = { &buffer_[0], buffer_.size() };
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 286 const vpx_fixed_buf_t *buf,
322 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) {
323 vpx_fixed_buf_t *buf = NULL;
  /external/libvpx/libvpx/vp8/common/
onyx.h 217 vpx_fixed_buf_t two_pass_stats_in;

Completed in 551 milliseconds