Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h216 struct vpx_fixed_buf two_pass_stats_in; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h279 struct vpx_fixed_buf two_pass_stats_in; member
Dvp9_onyx_if.c1336 const int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz); in vp9_create_compressor()
1340 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
1376 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c403 oxcf->two_pass_stats_in = cfg.rc_twopass_stats_in; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c346 oxcf->two_pass_stats_in = cfg->rc_twopass_stats_in; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1979 int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz); in vp8_create_compressor()
1981 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp8_create_compressor()