Searched refs:FIRSTPASS_STATS (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h39 } FIRSTPASS_STATS; typedef in typeref:struct:__anon1151
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;
94 int vp9_twopass_worst_quality(struct VP9_COMP *cpi, FIRSTPASS_STATS *fpstats,
H A Dvp9_firstpass.c80 const FIRSTPASS_STATS *position) {
85 FIRSTPASS_STATS *next_frame) {
96 FIRSTPASS_STATS *frame_stats, int offset) {
97 const FIRSTPASS_STATS *fps_ptr = p->stats_in;
112 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) {
121 static void output_stats(FIRSTPASS_STATS *stats,
126 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
162 static void zero_stats(FIRSTPASS_STATS *section) {
185 static void accumulate_stats(FIRSTPASS_STATS *section,
186 const FIRSTPASS_STATS *fram
[all...]
H A Dvp9_onyx_if.c1335 const size_t packet_sz = sizeof(FIRSTPASS_STATS);
1340 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf;
1341 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0};
1345 FIRSTPASS_STATS *const last_packet_for_layer =
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
82 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position)
87 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
98 FIRSTPASS_STATS *frame_stats,
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps)
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
132 FIRSTPASS_STATS *stats)
137 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
173 static void zero_stats(FIRSTPASS_STATS *sectio
[all...]
H A Donyx_int.h122 FIRSTPASS_STATS; typedef in typeref:struct:__anon1084
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;
H A Donyx_if.c1978 size_t packet_sz = sizeof(FIRSTPASS_STATS);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c207 size_t packet_sz = sizeof(FIRSTPASS_STATS);
209 const FIRSTPASS_STATS *stats;
236 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
249 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c214 size_t packet_sz = sizeof(FIRSTPASS_STATS);
217 FIRSTPASS_STATS *stats;

Completed in 2216 milliseconds