Searched refs:two_pass_stats_in (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyx.h228 vpx_fixed_buf_t two_pass_stats_in; member in struct:__anon11015
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h228 vpx_fixed_buf_t two_pass_stats_in; member in struct:VP9EncoderConfig
H A Dvp9_encoder.c1775 const int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz);
1779 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf;
1828 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c401 oxcf->two_pass_stats_in = cfg.rc_twopass_stats_in;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c469 oxcf->two_pass_stats_in = cfg->rc_twopass_stats_in;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2053 int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz);
2055 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;

Completed in 160 milliseconds