Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h48 const FIRSTPASS_STATS *stats_in_start; member
Dvp9_onyx_if.c1357 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf; in vp9_create_compressor()
1358 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
1359 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()
1376 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
1377 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()
Dvp9_firstpass.c104 if (&fps_ptr[offset] < p->stats_in_start) in read_frame_stats()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1981 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp8_create_compressor()
1982 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
Dfirstpass.c111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start ) in read_frame_stats()