Home
last modified time | relevance | path

Searched refs:stats_in (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c81 p->stats_in = position; in reset_fpf_position()
86 if (p->stats_in >= p->stats_in_end) in lookup_next_frame_stats()
89 *next_frame = *p->stats_in; in lookup_next_frame_stats()
97 const FIRSTPASS_STATS *fps_ptr = p->stats_in; in read_frame_stats()
113 if (p->stats_in >= p->stats_in_end) in input_stats()
116 *fps = *p->stats_in; in input_stats()
117 ++p->stats_in; in input_stats()
1003 start_pos = twopass->stats_in; in vp9_init_second_pass()
1023 start_pos = twopass->stats_in; in vp9_init_second_pass()
1072 const FIRSTPASS_STATS *position = cpi->twopass.stats_in; in detect_transition_to_still()
[all …]
Dvp9_firstpass.h47 const FIRSTPASS_STATS *stats_in; member
Dvp9_onyx_if.c1358 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
1377 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()
1378 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c84 cpi->twopass.stats_in = Position; in reset_fpf_position()
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()
92 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats()
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()
124 *fps = *cpi->twopass.stats_in; in input_stats()
125 cpi->twopass.stats_in = in input_stats()
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()
1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
1394 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
[all …]
Donyx_int.h575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1982 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
1983 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()