Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c84 p->stats_in = position; in reset_fpf_position()
88 if (p->stats_in >= p->stats_buf_ctx->stats_in_end) return EOF; in input_stats()
90 *fps = *p->stats_in; in input_stats()
91 ++p->stats_in; in input_stats()
96 if (p->stats_in >= p->stats_buf_ctx->stats_in_end) return EOF; in input_stats_lap()
98 *fps = *p->stats_in; in input_stats_lap()
101 (p->stats_buf_ctx->stats_in_end - p->stats_in - 1) * in input_stats_lap()
109 if ((offset >= 0 && p->stats_in + offset >= p->stats_buf_ctx->stats_in_end) || in read_frame_stats()
110 (offset < 0 && p->stats_in + offset < p->stats_buf_ctx->stats_in_start)) { in read_frame_stats()
114 return &p->stats_in[offset]; in read_frame_stats()
[all …]
Dfirstpass.h147 const FIRSTPASS_STATS *stats_in; member
Dencoder.c3156 cpi->twopass.stats_in = cpi->twopass.stats_buf_ctx->stats_in_start; in av1_create_compressor()
3167 cpi->twopass.stats_in = cpi->twopass.stats_buf_ctx->stats_in_start; in av1_create_compressor()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c81 cpi->twopass.stats_in = Position; in reset_fpf_position()
85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in lookup_next_frame_stats()
87 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()
94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in; in read_frame_stats()
108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in input_stats()
110 *fps = *cpi->twopass.stats_in; in input_stats()
111 cpi->twopass.stats_in = in input_stats()
112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()
1294 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
1315 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
[all …]
Donyx_int.h574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1986 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
1988 (void *)((char *)cpi->twopass.stats_in + (packets - 1) * packet_sz); in vp8_create_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c66 p->stats_in = position; in reset_fpf_position()
71 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()
72 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()
76 return &p->stats_in[offset]; in read_frame_stats()
80 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()
82 *fps = *p->stats_in; in input_stats()
83 ++p->stats_in; in input_stats()
1656 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()
1680 s = twopass->stats_in; in vp9_init_second_pass()
1804 return (int)(twopass->stats_in - twopass->stats_in_start); in get_show_idx()
[all …]
Dvp9_firstpass.h179 const FIRSTPASS_STATS *stats_in; member
Dvp9_encoder.c2483 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
2521 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()
2522 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()