Searched refs:input_stats (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) function
1377 while (input_stats(cpi, &this_frame) != EOF)
1399 while (input_stats(cpi, &this_frame) != EOF)
1481 if (EOF == input_stats(cpi, &tmp_next_frame))
1816 if (EOF == input_stats(cpi, &next_frame))
1919 if (EOF == input_stats(cpi, this_frame))
2338 input_stats(cpi, &next_frame);
2436 if (EOF == input_stats(cpi, &this_frame))
2697 if (EOF == input_stats(cpi, &local_next_frame))
2781 input_stats(cp
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c112 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) { function
1005 while (input_stats(twopass, &this_frame) != EOF) {
1031 while (input_stats(twopass, &this_frame) != EOF) {
1077 if (EOF == input_stats(&cpi->twopass, &tmp_next_frame))
1480 if (EOF == input_stats(twopass, &next_frame))
1548 if (EOF == input_stats(twopass, this_frame))
1776 input_stats(twopass, &next_frame);
1879 if (EOF == input_stats(&cpi->twopass, &local_next_frame))
1944 input_stats(twopass, this_frame);
2001 input_stats(twopas
[all...]

Completed in 453 milliseconds