OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_sz
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
199
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
200
int n_packets = (int)(cfg->rc_twopass_stats_in.sz /
packet_sz
);
206
if (cfg->rc_twopass_stats_in.sz %
packet_sz
)
209
if (cfg->rc_twopass_stats_in.sz < 2 *
packet_sz
)
213
+ (n_packets - 1) *
packet_sz
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
214
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
216
packet_sz
);
222
if (cfg->rc_twopass_stats_in.sz %
packet_sz
)
225
if (cfg->rc_twopass_stats_in.sz < 2 *
packet_sz
)
229
+ (n_packets - 1) *
packet_sz
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
1757
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
1970
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
[
all
...]
Completed in 209 milliseconds