Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h49 const FIRSTPASS_STATS *stats_in_end; member
Dvp9_firstpass.c86 if (p->stats_in >= p->stats_in_end) in lookup_next_frame_stats()
101 if (&fps_ptr[offset] >= p->stats_in_end) in read_frame_stats()
113 if (p->stats_in >= p->stats_in_end) in input_stats()
957 if (!twopass->stats_in_end) in vp9_init_second_pass()
960 twopass->total_stats = *twopass->stats_in_end; in vp9_init_second_pass()
1938 while (twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()
2004 } else if (twopass->stats_in == twopass->stats_in_end) { in find_next_key_frame()
2011 if (twopass->stats_in >= twopass->stats_in_end) { in find_next_key_frame()
Dvp9_onyx_if.c1359 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()
1378 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end ) in read_frame_stats()
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()
1342 if (!cpi->twopass.stats_in_end) in vp8_init_second_pass()
1345 cpi->twopass.total_stats = *cpi->twopass.stats_in_end; in vp8_init_second_pass()
2766 while (cpi->twopass.stats_in < cpi->twopass.stats_in_end) in find_next_key_frame()
2878 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in find_next_key_frame()
Donyx_int.h575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1983 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()