Home
last modified time | relevance | path

Searched refs:this_frame_stats (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h46 FIRSTPASS_STATS this_frame_stats; member
Dvp9_firstpass.c831 twopass->this_frame_stats = fps; in vp9_first_pass()
832 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in vp9_first_pass()
840 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()
841 ((twopass->this_frame_stats.intra_error / in vp9_first_pass()
842 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h574 FIRSTPASS_STATS this_frame_stats; member
Dfirstpass.c849 memcpy(&cpi->twopass.this_frame_stats, in vp8_first_pass()
852 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.this_frame_stats); in vp8_first_pass()
860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()
861 ((cpi->twopass.this_frame_stats.intra_error / in vp8_first_pass()
862 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()