Home
last modified time | relevance | path

Searched defs:twopass_rc (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h41 struct twopass_rc { struct
42 unsigned int section_intra_rating;
43 unsigned int next_iiratio;
44 unsigned int this_iiratio;
45 FIRSTPASS_STATS total_stats;
46 FIRSTPASS_STATS this_frame_stats;
47 const FIRSTPASS_STATS *stats_in;
48 const FIRSTPASS_STATS *stats_in_start;
49 const FIRSTPASS_STATS *stats_in_end;
50 FIRSTPASS_STATS total_left_stats;
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h567 struct twopass_rc struct
569 unsigned int section_intra_rating;
570 double section_max_qfactor;
571 unsigned int next_iiratio;
572 unsigned int this_iiratio;
573 FIRSTPASS_STATS total_stats;
574 FIRSTPASS_STATS this_frame_stats;
575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start;
576 FIRSTPASS_STATS total_left_stats;
577 int first_pass_done;
[all …]