OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_sz
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c
204
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
206
packet_sz
);
212
if (cfg->rc_twopass_stats_in.sz %
packet_sz
)
215
if (cfg->rc_twopass_stats_in.sz < 2 *
packet_sz
)
219
+ (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/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c
226
const size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
227
const int n_packets = (int)(cfg->rc_twopass_stats_in.sz /
packet_sz
);
233
if (cfg->rc_twopass_stats_in.sz %
packet_sz
)
265
if (cfg->rc_twopass_stats_in.sz < 2 *
packet_sz
)
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
209
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
210
int n_packets = (int)(cfg->rc_twopass_stats_in.sz /
packet_sz
);
216
if (cfg->rc_twopass_stats_in.sz %
packet_sz
)
247
if (cfg->rc_twopass_stats_in.sz < 2 *
packet_sz
)
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c
922
const size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
923
const int packets = (int)(oxcf->two_pass_stats_in.sz /
packet_sz
);
941
lc->rc_twopass_stats_in.sz = packets_in_layer *
packet_sz
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
1270
const size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c
2027
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
1977
size_t
packet_sz
= sizeof(FIRSTPASS_STATS);
local
[
all
...]
Completed in 124 milliseconds