OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_sz
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
172
if (mem_reqs[i].
calc_sz
!= NULL) {
178
if (mmaps[i].sz < mem_reqs[i].
calc_sz
(&cfg, init_flags)) {
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
521
unsigned long (*
calc_sz
)(const vpx_codec_dec_cfg_t *, vpx_codec_flags_t);
member in struct:__anon4537
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
409
ctx->mmaps[i].sz = vp8_mem_req_segs[i].
calc_sz
(&cfg,
648
mmap->sz = seg_iter->
calc_sz
(ctx->config.dec, ctx->init_flags);
Completed in 34 milliseconds