OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIRSTPASS_STATS
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
77
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
*section
[
all
...]
onyx_int.h
118
FIRSTPASS_STATS
;
569
FIRSTPASS_STATS
total_stats;
570
FIRSTPASS_STATS
this_frame_stats;
571
FIRSTPASS_STATS
*stats_in, *stats_in_end, *stats_in_start;
572
FIRSTPASS_STATS
total_left_stats;
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
62
static void find_next_key_frame(VP9_COMP *cpi,
FIRSTPASS_STATS
*this_frame);
83
static void reset_fpf_position(VP9_COMP *cpi,
FIRSTPASS_STATS
*position) {
87
static int lookup_next_frame_stats(VP9_COMP *cpi,
FIRSTPASS_STATS
*next_frame) {
97
FIRSTPASS_STATS
*frame_stats,
99
FIRSTPASS_STATS
*fps_ptr = cpi->twopass.stats_in;
114
static int input_stats(VP9_COMP *cpi,
FIRSTPASS_STATS
*fps) {
120
(void *)((char *)cpi->twopass.stats_in + sizeof(
FIRSTPASS_STATS
));
126
FIRSTPASS_STATS
*stats) {
130
pkt.data.twopass_stats.sz = sizeof(
FIRSTPASS_STATS
);
167
static void zero_stats(
FIRSTPASS_STATS
*section)
[
all
...]
vp9_onyx_int.h
97
}
FIRSTPASS_STATS
;
544
FIRSTPASS_STATS
total_stats;
545
FIRSTPASS_STATS
this_frame_stats;
546
FIRSTPASS_STATS
*stats_in, *stats_in_end, *stats_in_start;
547
FIRSTPASS_STATS
total_left_stats;
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
199
size_t packet_sz = sizeof(
FIRSTPASS_STATS
);
201
FIRSTPASS_STATS
*stats;
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
214
size_t packet_sz = sizeof(
FIRSTPASS_STATS
);
217
FIRSTPASS_STATS
*stats;
[
all
...]
Completed in 741 milliseconds