Home
last modified time | relevance | path

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

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